body,td,th {
	font-family: Verdana, Arial, Geneva, Lucida, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
body {
	text-align:center; /* Centers page */
	background-color: #000033;
	margin: 0px;
	}
a:link { color: #003399; font-weight:bold; text-decoration: underline; }
a:visited { color: #003399; font-weight:bold; text-decoration: underline; }
a:hover { color: #FFCC00; font-weight:bold; text-decoration: none; }
a:active { color: #003399; font-weight:bold; text-decoration: underline; }

div#container {
	margin: 0 auto; /*Centers Page */
	width: 760px;
	padding: 0;
	background-color: #FFFDE8;
	text-align: left; /* Resets Page Centering bug */
	}
#header {
	width: 760px;
	margin:0;
	padding: 0;
	}	
#content {
	padding: 20px 30px 10px 30px;
	}	
#footer {
	width: 760px;
	padding:0;
	}	
#footer_content {
	background-color: #003399;
	padding-bottom: 5px;
	padding-top: 3px;
	color:#FFFFFF;
	text-align:right;
	}	
#footer_content a:link { color: #FFCC00; font-weight:bold; text-decoration: underline; }
#footer_content a:visited { color: #FFCC00; font-weight:bold; text-decoration: underline; }
#footer_content a:hover { color: #FFFFFF; font-weight:bold; text-decoration: none; }
#footer_content a:active { color: #FFCC00; font-weight:bold; text-decoration: underline; }

#partners {
	width: 700px;
	border: 1px solid #006699;
	padding: 2px;
	background-color:#FFFFFF;
	}
#partners h3 {
	text-align:center;
	margin: 0;
	}


/* Headings 
----------------------------------- */
h1 {
	font-family: 'Lucida Grande', Helvetica, Arial, Geneva, Lucidia, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	padding: 2px 5px 2px 10px;
	background-color: #FFCC00;
	border-top: 2px solid #003399;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #003366;
}
h3 {
	font-family: Arial, Geneva, Lucida, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


/* Navigation Bar
----------------------------------- */
 #navlist {
 /* border-bottom: 1px solid #FFCC66;
 border-top: 1px solid #FFCC66; */
	margin: 0;
	padding: 3px 0 5px 330px;
	background-color: #003399;
	font-family: Arial, Geneva, Lucida, Helvetica, sans-serif;
	font-weight:bold;
	}

 #navlist a, #navlist a:link, #navlist a:visited {
	border: 1px solid #003399;
	padding: 1px 5px 1px 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
 	}

 #navlist a:hover, #navlist a:active, #navlist a:focus {
	border: 1px solid #FFFFFF;
	color: #FFCC00;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	}

#navlist li {
	padding-right: 1px;
	display: inline;
	}

 #navlist ul {
	margin: 0px;
	padding: 0px;
	}

 #navlist #active a { background-color: #FFCC66; }


