
/* Global Style */


body {
	margin: 0px;
	font: 12px Verdana, garamond, times new roman, serif;
	}

td {
	font: 12px Verdana, garamond, times new roman, serif;
	}

p, li {
	font: 12px verdana, garamond, times new roman, serif;
	line-height: 3.2ex;
	}

h1 { 
	font: 24px, Georgia;
	font-style: italic;
	font-weight: bold;
	color: #006000;
	}
h2 { 
	font: 20px, Georgia;
	font-style: italic;
	font-weight: bold;
	color: #990099;
	}
h3 { 
	font: 16px, georgia; 
	font-weight: bold;
	color: #0000cc;
	}
h4 { 
	font: 16px, georgia; 
	font-weight: bold;
	color: #008080;
	}
h5 { font-size: 12px; }
h6 { font-size: 10px; }

a:link, a:active, a:visited {
	color: #0000ff;
	font: 12px, verdana; 
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #ff0000;
	font: 12px, verdana; 
	font-weight: bold;	
	text-decoration: none;
	}


#siteheader { 
	font: 26px, Georgia;
	font-weight: bold;
	font-style: italic;
	display: block;
	color: #fff;
	line-height: 2ex;
	}

#topNav {
	margin-left: 20px;
	padding-bottom: 3px;
	}
#topNav a, #topNav a:link, #topNav a:active, #topNav a:visited {
	font: 12px verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-right: 20px;
	text-decoration: none;
	}

#topNav a:hover {
	color: #aa00aa;
	}

#topnav tr {
	background-color: #F9C717;
	height: 20px;
}

#MainContent {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:left;
	}

#navcontainer {
	width: 600px;
	text-align:center;
	}

#navlist ul {
	margin: 0;
	padding: 0;	
	list-style-type: none;	
	list-style-image: none;
	}

#navlist li {	
	padding: 0 1.5em 0 1.5em;	
	display: inline;	
	border-right: 1px dotted #ffffff;
	}
	
#Credits a, #Credits a:link, #Credits a:active, #Credits a:visited {
	font: 9px tahoma;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	}
	
#Credits p {
	font: 9px tahoma;
	color: #ffffff;
	margin-top: 0px;
	font-weight: bold;
	}