/* Structure
==================================*/
body {
	text-align: center;
	margin: 0px;
}
#page {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D6E8A9;
	text-align: left;
}
#banner {
	background-color: #080878;
	height: 57px;
}
#middle {
	background-color: #98D818;
	background-image: url(../_images/bg_photos.jpg);
	background-position: top right;
	height: 127px;
	margin: 0px;
	border-bottom: 20px solid #C4D49C;
}
#menu {
	width: 200px;
	float: left;
}
#main {
	padding-top: 10px;
	font-family: Arial, sans-serif;
	background-image: url(../_images/bg_content.gif);
	background-repeat: repeat-y;
}
#main-content {
	width: 540px;
	padding: 10px 3px 45px 15px;
	float: left;
}
#footer {
	Xbackground-color: #D6E8A9;
	background-color: #C4D49C;
	border-top: 1px solid #AEBE8A;
	padding: 10px;
	margin-top: 20px;
	clear: both;
	text-align: center;
	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 {
	color: #000099;
}

/*==================================*/

/* Headings
==================================*/
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: #646B5A;
}
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: #646B5A;
}


/* Miscellaneous Styles
==================================*/
p, li, td, th {
	font-size: 0.8em;
}
table {
	width: 100%;
}
table.table-style1 {
	border-collapse: collapse;
	width: 100%;
}
.table-style1 td, .table-style1 th {
	background-color: #F9FCF2;
	border: 1px solid #646b5a;
	padding: 0.3em 0.3em 0.3em 0.5em;
}

/* Navigation Menu
==================================*/
ul#navlist {
	list-style-type: none;
	margin: 20px 0;
	padding: 0 0 10px 0;
}
ul#navlist li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	padding-bottom: 1.3em;
	padding-left: 10px;
}
#menu a {
	font-weight: bold;
	text-decoration: none;
	border-left: 5px solid #d6e8a9;
	padding-left: 5px;
	display: block;
	color: #646b5a;
}

#menu a:hover {
	border-left-color: #E59E32;
	color: #080878;
}
