/* CSS Document */

/* reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
.clear {
	clear:both;
}
strong {
font-weight:bold;
}
em {
font-style:italic;
}
body {
	color:#333;
	background:#fff;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}
div.centered 
{
text-align: center;
}

iframe{
margin: 1px 1px 1px 1px;	
}

.nopad{
	margin: 0 0 0 0;
    padding:0;
}
.nopad-space{
	margin: 0 0 10px 0;
    padding:0;
}
p {
	margin: 0px 0px 10px 0;
	line-height:1.2em;
	padding-left:2px;
}
.formtext{padding-top:20px;}
.large {
	font-size: 1.2em;
}

hr {
	background-color:#999;
	height:1px;
	clear:both;
	border:none;
	margin:0 0 0 0;
}
hr2 {
	background-color:#fff;
	height:1px;
	clear:both;
	border:none;
	margin:0 0 0 0;
}

h1 {
	font-size:12px;
	color:#000;
	line-height: 1;
	margin-bottom: 0;
	font-weight: bold;
	padding-left:2px;
	padding-top:5px;
}
h2 {
	font-size:12px;
	color:#c90535;
	line-height: 1;
	margin-bottom: 0;
	font-weight: bold;
	padding-left:5px;
	padding-top:5px;
}
h3 {
	font-size: 11px;
	color:#F00;
	line-height: 1;
	margin-bottom: 0;
	font-weight: bold;
	padding-left:2px;
	padding-top:5px;
}
h4 {
	font-size:12px;
	text-transform:uppercase;
	color:#c90535;
	line-height: 1;
	margin-bottom: 0;
	font-weight: bold;
	padding-left:0px;
	padding-top:5px;
}
h5 {
	font-size:12px;
	text-transform:uppercase;
	color:#000;
	line-height: 1;
	margin-bottom: 0;
	font-weight: bold;
	padding-left:2px;
	padding-top:5px;
}
h6 {
	font-size: 11px;
	color:#666;
	line-height: 1;
	margin-bottom: 0;
	font-weight: bold;
	padding-left:2px;
	padding-top:2px;
}
.last {
	margin:0px	
}
.grey{
	background-color:#eee;
  	margin: 5px 0 5px 0;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	padding-right:2px;
}
.grey-zero{
	background-color:#eee;
  	margin: 0 0 0 0;
}
.grey-thin{
	background-color:#eee;
  	margin: 2px 0px 2px 0px;
	padding-bottom:0px;
	padding-left:0px;
}
.white-thin{
	background-color:#fff;
  	margin: 2px 0px 2px 0px;
	padding-bottom:0px;
	padding-left:0px;
}
.line{
	margin: 0px 0px 0px 0px;
	line-height:1.2em;
	padding-left:2px;
	padding-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
a {color: #c90535; text-decoration: none;}
a:hover {color: #000; text-decoration: none;} 
a:visited {color: #c90535; text-decoration: none;}
A.menulink:link {color: #FFF; text-decoration: none;}
A.menulink:visited {color: #FFF; text-decoration: none;}
A.menulink:hover {color:#FF0; text-decoration: none;}
A.menu2:link {color: #999; text-decoration: none;}
A.menu2:visited {color: #999; text-decoration: none;}
A.menu2:hover {color:#c90535; text-decoration: none;}



.menu {
	background-color:#000;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 0em;
	height: 16px;
	line-height:1.5em;
	padding-left: 2px;
}
.menu-grey {
	background-color:#6e6e70;
	font-size:12px;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 0em;
	height: 18px;
	line-height:18px;
	padding-left: 2px;
}
.menu-dark {
	background-color:#282425;
	font-size:12px;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 0em;
	height: 18px;
	line-height:18px;
	padding-left: 2px;
}
.spacer-left {
  	margin: 5px 0 0 0;
	padding-right: 5px;
	padding-left: 2px;
}
.spacer-left-white {
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

/* layout css */
#container {
	width:1150px;
	margin:0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;
}
#container-head {
	width:960px;
	margin:0 0 0 0;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.head-left {
	width:730px;
	margin:0 0 0 0;
	text-align:left;
	float:left;
}
.head-right {
	width:244px;
	padding-right:5px;
	text-align:right;
	float:left;
}
.head-mag {
	width:160px;
	padding-right:10px;
	text-align:right;
	float:left;
}
.left-column {
	width:160px;
	margin:10px 0 10px 0px;
	float:left;
	text-align: left;
	background: #fff;
}
.grey-box {
	border-width: 1px;
	border-style: solid;
	border-color: #6e6e70;
	width:160px;
	margin:0 0 0 0;
	float:left;
	text-align: left;
}
.grey-space {
	padding-left:5px;
	padding-right:5px;
}
.dark-box {
	border-width: 1px;
	border-style: solid;
	border-color: #282425;
	width:330px;
	margin:0 0 0 0;
	float:left;
	text-align: left;
}
.full-column {
	width:770px;	
	margin:10px 20px 0 10px;
	float:left;
	text-align: left;
}

.full-one {
	width:230px;	
	float:left;
	text-align: left;
	margin-right:10px;
}
.full-two {
	width:250px;	
	float:left;
	text-align: left;
	margin-right:10px;
}
.full-three {
	width:270px;	
	float:left;
	text-align: left;
}
.poll-name {
	width:250px;
	float:left;
}

.poll-radio {
	width:100px;
	float:left;	
			 }

.centre-column {
	width:440px;
	margin:10px 10px 0 10px;
	float:left;
	text-align: left;
}
.right-column {
	width:330px;
	margin:10px 10px 0 0px;
	float:left;
	text-align: left;
}
.centre-split-column1 {
	width:215px;
	margin:0 0 0 0;
	float:left;
	text-align: left;
}
.centre-split-column2 {
	width:215px;
	margin:0 0 0 10px;
	float:left;
	text-align: left;
}
.sponsor-column {
	width:170px;
	margin:0 0 0 10px;
	float:left;
	text-align: right;
}

.incoming1-white {
	width:240px;	
	float:left;
	height:20px;
	line-height:20px;
}
.incoming2-white {
	width:100px;	
	float:left;	
	height:20px;
	line-height:20px;
}
.incoming3-white {
	width:150px;	
	float:left;
	height:20px;
	line-height:20px;
}
.incoming4-white {
	width:50px;	
	float:left;	
	height:20px;
	line-height:20px;
}
.incoming1-grey {
	background:#eee;
	width:240px;	
	float:left;
	height:20px;
	line-height:20px;
}
.incoming2-grey {
	background:#eee;
	width:100px;	
	float:left;	
	height:20px;
	line-height:20px;
}
.incoming3-grey {
	background:#eee;
	width:150px;	
	float:left;	
	height:20px;
	line-height:20px;
}
.incoming4-grey {
	background:#eee;
	width:50px;	
	float:left;	
	height:20px;
	line-height:20px;
}
.column1{
	color:#FFF;
	font-weight:bold;
	background:#000;	
	width:100px;
	margin-top:10px;
	text-align:left;
	float:left;
}
.column2{
	color:#FFF;
	font-weight:bold;
	background:#000;	
	width:240px;
	margin-top:10px;
	text-align:center;
	float:left;
}
.column3{
	color:#FFF;
	font-weight:bold;
	background:#000;	
	width:100px;
	margin-top:10px;
	text-align:right;
	float:left;
}
