
/* Global Style */


body {
	margin: 0px;
	font: 12px Verdana, garamond, times new roman, serif;
	bgcolor: #DAE9CD;
	}

textarea {
	font: 11px Verdana, garamond, times new roman, serif;
	}

p {
	font: 12px verdana, garamond, times new roman, serif;
	line-height: 2.5ex;
	}

li {
	font: 12px verdana, garamond, times new roman, serif;
	}
	
td.padded {
	padding: 25px;
}	

h1 { 
	font: 24px, Georgia;
	font-style: italic;
	font-weight: bold;
	color: #000088;
	}
h2 { 
	font: 20px, Georgia;
	font-style: italic;
	font-weight: bold;
	color: #008;
	}
h3 { 
	font: 16px, georgia; 
	font-weight: bold;
	color: #000088;
	}
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: #ffffff;
	height: 20px;
}

#mainContent {
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	}

#Footer {
	font: 11px tahoma;
	color: #0;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	}

#Footer h1 {
	font: 14px tahoma;
	font-weight: bold;
	color: #008800;
	margin: 0px;
	}

#Footer p {
	font: 10px tahoma;
	font-weight: normal;
	color: #000;
	margin: 0px;
	}

#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
	font: 10px tahoma;
	color: #00f;
	margin: 0px;
	}
	
	
#Credits a, #Credits a:link, #Credits a:active, #Credits a:visited {
	font: 9px tahoma;
	font-weight: bold;
	color: #cccccc;
	margin: 0px;
	}
#Credits {
	font: 9px tahoma;
	color: #000;
	font-weight: bold;
	}
	
/* Bottom Nav */
/* Much thanks to Michael Barrish who invented this css code */
/* and Listamatic, the site that brought it to my attention  */
/* http://css.maxdesign.com.au/index.htm */

#navcontainer
{

margin: 0 auto;
overflow: hidden;
width: 500px;

}

#navlist
{
list-style-type: none;
margin: 0 auto;
padding: 0;
text-align: center;
}

#navlist li
{
border-left: 1px solid #000;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}