/* default stylesheet */

* {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 10px auto;
	color: #000;
	background: #FFF none;
	font-family: Arial, Helvetica, Sans-Serif;
}

p, div, td, ul, ol {
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: normal;
	font-size: 11px;
}

p {
	padding: 5px 0px;
}

h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 4px;
}

h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3, h4 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #C00;
}

h4 {
	color: #000;
}

form, select, map {
	display: inline;
}

input, select, button {
	font-size: 11px;
	padding: 2px;
}

a {
	color:#C00;
	text-decoration: underline;
}

a:hover {
	color: #C00;
	text-decoration: none;
}

ul, ol {
	padding: 0px;
	margin-left: 2em;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
}

li {
	padding: 0px;
}

label {
	font-weight: bold;
	font-size: 11px;
}

th {
	background-color: #000;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

#layout {
	margin: auto;
	width: 760px;
	background: #FFF none;
}

#main {
	margin: 0px 10px;
}

#header {
	margin: auto;
	width: 100%;
	height: 82px;
	background-color: #FFF;
}

#headercontent {
	height:80px;
	margin-right:10px;
	background: #FFF url(../images/layout/headbg.gif);
}

#topbanner {
	float: right;
	width: 468px;
	height: 60px;
	margin-top: 10px;
	margin-right: 10px;
}

#mainmenu {
	margin: 10px 10px 20px 10px;
	height: 21px;
	margin-top: 3px;
	border-top: 1px solid #666;
	text-align: right;
}

#mainmenu a {
	display: block;
	float: right;
	width: 70px;
	padding: 4px;
	margin-left: 1px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	color: #666;
	background-color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
}

#articleheader a {
	display: block;
	float: left;
	width: 80px;
	padding: 4px;
	margin-right: 1px;
	margin-left: 2px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #666;
	background-color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
}

#articleheader a:hover {
	color: #C00;
}

#mainmenu a:hover {
	color: #F00;
}

#footer {
	margin: 0px 10px;
	height: 14px;
	padding: 5px;
	margin-top: 2px;
	background-color: #000;
	text-align: left;
}

#seotext {
	margin: 150px 15px 0px 15px;
	height: 14px;
	padding: 5px;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: normal;
	font-size: 11px;
}

.disclaimer {
	margin: 2px 10px;
	border: 1px solid #666;
	color: #666;
	background-color: #EEE;
	padding: 5px;
	font-size: 10px;
}

.warning {
	border:1px solid #C00;
	background: #CCC url(../images/layout/warning.gif) no-repeat 7px 7px;
	padding: 10px;
	font-weight: bold;
	padding-left: 75px;
	margin: 10px 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

/* classes */
.copy {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.prizebox {
	background: #C00 url(../images/layout/bullet_redbg.gif) no-repeat 3px 3px;
	color: #FFF;
	border-bottom: 1px solid #EEE;
	padding: 7px 2px 2px 20px;
	height: 14px;
	font-size: 11px;
}

.listselectheader {
	background: #000 url(../images/layout/bullet_blackbg.gif) no-repeat 3px 3px;
	margin-top: 15px;
	padding-top: 7px;
	padding-left: 20px;
	height: 19px;
	color: #CCC;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

.listselectimg {
	/* display: none; */
	height: 58px;
	border: 1px solid #000;
}

.listselectdesc {
	background-color: #EEE;
	color: #333;
	border-bottom: 1px solid #666;
	padding: 5px;
	margin-bottom: 1px;
	height: 180px;
	font-size: 10px;
}

.listselectsubscribe {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	background-color: #FFF;
	color: #666;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

a.listselectbuttons {
	float: left;
	display: block;
	width: 98px;
	height: 18px;
	background: #F00 url(../images/layout/bullet_redbg.gif) no-repeat 3px 3px;
	padding-top: 5px;
	padding-left: 20px;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
}

.formsubmitbar {
	text-align: right;
	margin-top: 2px;
	padding: 10px;
	background-color: #EEE;
	color: #666;
	border-top: 5px solid #666;
	border-bottom: 1px solid #666;
	font-size: 11px;
}

