﻿@import url(layout.css);
.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;
}
.row {
	width: 100%;
}
.nocontent_spacer {
	height: 600px;
	min-height: 600px;
}
body {
	color: navy;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #a6a6a6;
	width: 100%;
}
#container {
	width: 1160px;
}
#pagecontent {
	width: 900px;
	min-width:900px;
	float: left;
	margin: 0 2% 0 2%;
	background-color: #fff;
	position: relative;
}
r {
	background-color: #fff;
	width: 820px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	width: 890px;
	height: 160px;
	text-align: right;
	background-color: #ffffff;
	margin:5px 0 0 5px;
}
#logo {
	width: 300px;
	height: 135px;
	float: left;
	margin-top: 13px;
}
#logo img{
		border-style: none;
}
#banner {
	width: 500px;
	height: 160px;
	float: right;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	width: 600px;
	margin-left: 20px;
	background-color: #fff;
	top: 0px;
	left: 0px;
}
#column_r {
	width: 200px;
	margin: 0 20px 0 40px;
	float: right;
	background-color: #FFFFFF;
	position: relative;
}
/* Styles for Advertisements */
#sponsorsection {
	width: 210px;
	height: 960px;
	float: left;
	margin-top: 200px;
}
.ad_large{
	float: left;
	width: 160px;
	height: 600px;
	margin-top: 10px;
	border-style: solid;
	border-color: #545454;
}
.ad_small{
	float: left;
	width: 180px;
	height: 150px;
	margin-top: 10px;
	border-style: solid;
	border-color: #545454;
}
/* Styles for Masthead */
#masthead img { 
	float: right; 
}
#masthead img { 
	float: right; 
}
#masthead p {
	font-size: 11px;
	color: #0a0a0a;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Sponsors->Sponsors.htm */
#sponsor1 {
	width: 196px;
	float: left;
	margin-right: 6px;
}
#sponsor2 {
	width: 196px;
	float: left;
	margin-right: 6px;
}
#sponsor3 {
	width: 196px;
	float: left;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #000080;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	background-color: #545454;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer_form {
	width: 800px;
	margin-left: 60px;
}
#statdiv {
	width: 100px;
	margin: 10px 0 0 424px;
	text-align: center;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

