@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin:10; 
	text-align:center;
}


div#content { text-align:left; }
object#content { display:block; margin:0 auto; }


a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #3f5a0c;
}
a:active {
	color: #333333;
}



.nav {						
	padding: 0px 0px 0px 0px;
	position:absolute;
	left: 280px;
	top: 75px;
}

.navItem {	
	font-size: 14px;	
	color:#666666;		
}

.navItemSelect {
	font-size: 14px;
	color:#3f5a0c;
}

.navItem:link  { color:#999999; text-decoration: none; }
.navItem:visited { color: #999999; text-decoration: none; }
.navItem:hover { color: #3f5a0c; text-decoration: none; }
.navItem:active { color: #3f5a0c; text-decoration: none; }

.navItemDiv {	
	padding: 0px 10px 0px 10px;
	position: relative;
	top: 5px;
}

.sideNav {
	height: 300px;
	width: 190px;
	text-align: right;
	padding: 00px 0px 0px 20px;
	line-height:20px;
	vertical-align:top;
	position:0px;
}

.contentArea {

	background-color:#333333;
	width: 600px;
	height: 300px;
	top:0px;	
	vertical-align:top;
}


h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;	
}

h4 {
	font-size: 12px;	
}

.quoteBlock {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;	
	width:200px;
}

.copyArea {
	width:350px;
}

.footer {
	font-size: 10px;
	line-height:20px;
}

.flashMessage {
	width:790px;
	font-size: 10px;
	line-height:20px;
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0px 0px 0px 10px;
}

.flashMessageLink {
	color:#FFFFFF;
}

.flashMessageLink:link  { color:#FFFFFF; text-decoration:underline; }
.flashMessageLink:visited { color: #FFFFFF; text-decoration:underline; }
.flashMessageLink:hover { color: #CCCCCC; text-decoration:underline; }
.flashMessageLink:active { color: #CCCCCC; text-decoration:underline; }

.sitemap_link {
	font-size: 10px;
	color:#CCCCCC;
}
