/*

Color scheme: GOLD
-gold: #e6b800
-dark grey: #666
-light grey: #f2f2f2
-table light grey: #ddd
-table light blue: #e3e4fa

Color scheme: NATIONAL
-navy blue: #000a33
-dark red: #900
-light grey: #f2f2f2
-table light grey: #ddd
-table light blue: #e3e4fa

*/



body
{
	background-color: #fff;
	margin: 0 auto;
	padding: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

table
{
	-webkit-border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #000;
	background-color: #fff;
	width: 100%;
}

thead tr, tfoot tr
{
	background-color: #000a33;
	text-align: center;
}

th, td
{
	padding: 1px 3px;
	border: 0;
	border-bottom: 1px solid #000;
	font-weight: normal;
}

td
{
	text-align: right;
}

form
{
	display: inline;
}

a
{
	color: #000a33;
	text-decoration: none;
}

a:hover, a:active, a:focus
{
	color: #000a33;
	text-decoration: underline;
}

#header
{
	border-bottom: 3px solid #900;
}

#header #headerContent
{
	height: 60px;
	margin: 0 auto;
	width: 974px;
	position: relative;
}

#header #headerContent #logo
{
	position: absolute;
	left: 10px;
	top: 0px;
	border: 0;
}

#header #headerContent #search
{
	-webkit-border-radius: 10px;
	-icab-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 10px;
	background-color:#900;
	border:1px solid #000;
	left: 280px;
	position: absolute;
	top: 3px;
}

#header #headerContent #search #searchEntry
{
	display: block;
	float: left;
	margin-right: 5px;
}

#header #headerContent #search #searchEntry #searchBox
{
	font-size: 1em;
	color: #000a33;
}

#header #headerContent #search #searchButton
{
	display: block;
	float: left;
	margin-top: 1px;
	margin-left: 5px;
	margin-right: 3px;
}

#header #headerContent #search #searchButton input
{
	font-size: 0.9em;
}

#body
{
	background-color: #fff;
}

#body #bodyContent
{
	margin: 0 auto;
	padding: 10px 0;
	width: 974px;
	position: relative;
}

#adHorizontal
{
}

#adVertical
{
	right: 10px;
	position: absolute;
	top: 75px;
	z-index: 100;
}

#adVertical table
{
	width: 160px;
	height: 600px;
}

#footer
{
	border-top: 3px solid #900;
	padding: 30px 0 0;
	position: relative;
}

#footer #footerContent
{
	margin: 0 auto;
	width: 974px;
	position: relative;
	color: #000a33;
	font-size: 0.8em;
}

#footer #footerContent #copyright
{
	margin: 0 0 2px;
	padding: 0;
	text-align: center;
}

#footer #footerContent #credit
{
	margin: 0 0 2px;
	padding: 0;
	text-align: center;
}

#footer #footerContent #credit a
{
	color: #900;
}
