/* Structure
==================================*/
body {
	text-align: center;
	margin: 0px;
	background: #9aa5af url(../_images/bg_body.png) repeat-x;
}
#page {
	width: 882px;
	margin: 20px auto;
	background: #f2fcd9 url(../_images/bg_content.png) repeat-y;
	text-align: left;
	border: 1px solid #98a679;
}
#banner {
	background: #10106f url(../_images/bg_header.png) no-repeat;
	height: 77px;
	overflow: hidden;
}
#middle {
	background-color: #5788c8;
	background-image: url(../_images/bg_photos.jpg);
	height: 109px;
	margin: 0px;
}
#menu {
	width: 175px;
	margin-right: 15px;
	float: left;
}
#main {
	padding-top: 10px;
	font-family: Arial, sans-serif;
	background: url(../_images/bg_tab.png) no-repeat;
}
#main-content {
	width: 650px;
	min-height: 400px;
	padding: 20px 3px 45px 15px;
	float: left;
	
}
#footer {
	background-color: #C4D49C;
	border-top: 1px solid #AEBE8A;
	padding: 0px 20px 5px 20px;
	margin-top: 20px;
	clear: both;
	text-align: right;
	font-size: 0.7em;
}
#footer p {
	font-size: 1em;
	color: #646B5A;
}
/*==================================*/

/* Skip Navigation Link
==================================*/

#skip a, #skip a:hover, #skip a:visited  
 { 
 position:absolute; 
 left:0px; 
 top:-500px; 
 width:1px; 
 height:1px; 
 overflow:hidden;
 } 
  
 #skip a:active 
 { 
 position:static; 
 width:auto; 
 height:auto; 
 } 
/*==================================*/

/* Links
==================================*/
a:link, a:visited {
	color: #234f71;
}
h1 a {
	color: #fff;
	display: block;
	padding: 20px 10px 0px 10px;
	text-indent: -999em;
	height: 77px;
}
/*==================================*/

/* Headings
==================================*/
#banner h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 1.5em;
	margin: 0px;
	padding-left: 10px;
}
h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #3a5144;
}
h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 0.8em;
	background-color: #646B5A;
	padding: 4px;
}
h4 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #3a5144;
}


/* Miscellaneous Styles
==================================*/
p, li, td, th {
	font-size: 0.8em;
	line-height: 135%;
}
table {
	width: 100%;
	background-color: #F9FCF2;
	border: 1px solid #98a679;
	border-collapse: collapse;
}
td, th {
	padding: 0.3em 0.4em 0.3em 0.7em;
}
th {
	background-color:#646B5A;
	color:#FFFFFF;
}
.table-style1 td, .table-style1 th {
	background-color: #F9FCF2;
	border: 1px solid #646b5a;
}

/* Navigation Menu
==================================*/
ul#navlist {
	list-style-type: none;
	margin: 20px 0;
	padding: 0 0 10px 0;
}
ul#navlist li {
	font-size: 0.7em;
	padding-left: 10px;
	margin-bottom: 8px;
}
#menu a {
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0px 3px 10px;
	display: block;
	border: 1px solid #D6E8A9;
}

#menu a:hover {
	background-color: #F2FCD9;
	border-color: #C4D49C;
}

