@charset "iso-8859-1";
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: .95em;
	margin: 0px auto 4% auto;
	padding: 0px;
	background-color: #003300;
	color: #000000;
	background-image: url('../images/eosaut6.gif');
	background-repeat: repeat;
	min-width:775px;
	max-width:1650px;
}
/*===============conatiner ============*/
#container {
	width: 90%;
	margin: auto;
	padding: 0px;
	border:2px solid #000000;
	overflow:hidden;
}
/*===========top banner ==================*/
#banner {
        height: 170px;
	background-image:url('../images/banner.jpg');
	background-repeat:no-repeat;
        left: 50%;
        margin-left: -840px;
        margin-top: 31px;
        position: relative;
        top: 50%;
        width: 1680px;
}
/*=============top menu ================*/
#top_menu ul {
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	background-color: #000000;
	margin: auto;
	padding: 0;
	list-style-type: none;
	height: 30px;
	width: 90%;
	min-width:697px;
	max-width:1485px;
	display: table;
	position:fixed;
	top:0px;
}
#top_menu li {
	margin: auto;
	display: table-cell;
}
#top_menu a {
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-family:Verdana;
	font-size: 13px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#top_menu a:hover {
	text-decoration : none;
	background: #F4D180;
	color: #000000;
}
/*=============bottom menu ================*/
#bot_menu ul {
	background-color: #FFFFFF;
	margin: auto;
	padding: 0;
	list-style-type: none;
	height: 30px;
	width: 690px;
	display: table;
}
#bot_menu li {
	margin: auto;
	display: table-cell;
}
#bot_menu a {
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-family:Verdana;
	font-size: 11px;
	color: #371C1C;
}
/*=============year menu ================*/
#year_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 25px;
	width: 697px;
	display: table;
}
#year_menu li {
	margin: auto;
	display: table-cell;
	width:58px;
}
#year_menu a {
	display: block;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-family:Verdana;
	font-size: 12px;
	color: #371C1C;
}
/*=============content area ================*/
#content {
	padding: 5px;
	background-color: #FFFFFF;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	line-height: 150%;
	font-family: Verdana;
	font-size: 14px;
}
}/*===========content area list items==============*/
#content ul li {
	margin: 2px;
	padding: 2px;
}
#content li li {
	padding: 2px 0;
}

/*==============all site links==============*/
a:link {
	color: #000000;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	color: #003333;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	text-decoration : underline;
	background: #F4D180;
	color: #000000;
}
a:active {
	text-decoration : underline;
	background: #BFDFE2;
	color: #000000;
}

/*===========footer==============*/
#footer {
	clear: both;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 8pt;
}
#footer p {
 margin-top: 0px;
 margin-bottom: 0px;
}
/*=============images =============*/
.imglft {
	float: left;
	padding: 5px;
}
.imgrgt {
	float: right;
	padding: 5px;
}
/*================
heading tags styles
===================*/
h1, h2, h3 {
	color: #003300;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	text-align: center;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 100%;
}
/*=================
horizontal lines
================*/
hr {
	background-color: #441B10;
	border: 0px;
	color: #883620;
	height: 2px;
}
/*=================
border around images
================*/
img {
	
	border: 2px solid #000000;
}
/*============
general
============*/
.ctr {
	text-align: center;
}