@charset "utf-8";
body  {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#666;
	background: #666666 url(images/background.jpg) repeat;
}
a {
	color:#E31837;
	text-decoration:underline;
	font-weight:bold;
}
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #DDDDDD; 
	padding:0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:10px;
	text-align:center;
	height:100%;
}
#mainContent {
	float:left;
	width:600px;
	padding:20px;
	padding-top:5px;
} 
#footer { 
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#455560;
	text-align:center;
	color:#FFF;
} 
#footer p {
	margin: 0;
	margin-right:20px;
	color:#FFF;
}
#footer p a{
	margin: 0;
	color:#FFF;
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {color:#455560;}
h2 {
	color:#E31837;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color:#E31837;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
}
p {color:#666; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:12px;}

.bigred {
	color:#E31837;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation {
	background:#515151;
	border-bottom:solid 5px #DC192A;
	height:28px;
	padding-top:7px;
	width:960px;
	float:left;
	color:#FFF;
	font-weight:bold;
}

#navigation a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#menu {}
#menu ul {
	list-style:none;
	margin:0px;
	color:#FFF;
	text-align:left;}

#menu ul li{
	list-style:none;
	float: left;
	height:25px;
	display:inline-block;
	width:100px;
	padding-right:10px;
	padding-top:4px;
		}
.wider {
	width:200px;}

#menu ul li a{
	color:#FFF;
	height:25px;
	display:inline-block;
	text-decoration:none;
	font-size:12px;
	}

#menu ul a li {
	color:#FFF;
	width:100px;
	height:25px;
	text-decoration:none;
	font-size:12px;
	}

#menu ul li:hover{
	color:#E31837;}

#menu ul li a:hover{
	text-decoration:none;
	font-size:12px;
	color:#fff;}

#menu ul li a.currentnavigation {
	color:#fff;}
#menu ul li a.currentnavigation:hover {
	color:#fff;}
	
#ticker {
	background:#FFF;
	height:75px;
	width:940px;
	float:left;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.terms {
	font-size:10px;
	font-style:italic;
	text-align:center;
	font-weight:normal;}
.white {
	color:#FFF;}
.form {
	font-size:10px;
	text-align:left;
	font-weight:bold;}