/* CSS Document */
body {
	background-color:#323232
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	color: #4B4B4B;
	margin-left: 16px;
	margin-right: 16px;
	}
p {
	margin-top: 0px;
	margin-bottom: 16px;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height:1.1em;
	font-weight: bold;
	color:#333;
	margin-left: 8px;
	margin-right: 10px;
	margin-bottom:16px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	line-height:1.9em;
	font-weight: bold;
	color: #326348;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom:10px;

}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

hr{	
		border: none 0; 
		border-top: 1px solid #bbbbbb;
		text-align: center;
		margin: 5px 0px 10px 10px;

}

#nav {
	margin: 0;
	padding:6px 0 18px 10px;
	border-bottom: 1px solid #000;
	}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	}

#nav a {
	float:left;
	line-height: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", Lucida, Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #566124;
	}
	
#nav a.active, #nav a:hover {
	border-bottom: 4px solid #696;
	padding-bottom: 2px;
	color:	#363;
	}
	
/* color of text when cursored upon*/
#nav a:hover {
	color: #333;
	}

a:link { 
        color: #666;
		text-decoration: underline dotted;
        }
a:visited { 
        color:#CC0033;
        }
a:hover { 
        color:#9c9;
        background-color:#fff;
        text-decoration: underline;
        }
a:active { 
        color: #5f5f3f;
        }

ol {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #4B4B4B;
	list-style-position: outside;
	list-style-image: url(../images/bullet3.gif);
	}


#footer {
	padding: 2px;
	background: #eee;
	font-family:  "Lucida Grande", Lucida Sans Unicode, Lucida, Verdana, Geneva;
	font-size: .8em;
	}
	

