@charset "UTF-8";

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	color: #000000;
}


.bodytext a{
	color: #669933;
	text-decoration: underline;
	font-weight: bold;
}

.bodytext a:hover {
	color: #999900;
	text-decoration: none;
	font-weight: bold;
}


.bodytext a:visited {
	color: #669900;
	text-decoration: underline;
	font-weight: bold;
}


.h1 {
	font-family: DustismoRomanRegular, Times;
	font-size: 18pt;
	color: #666633;
	line-height: 24pt;
}
.h2 {
	font-family: DustismoRomanRegular, Times;
	font-size: 16pt;
	line-height: 24pt;
	color: #000000;
}

.nav-text {
	font-family: BodoniXTRegular;
	font-size: 14px;
	color:#988F3E;
	text-align:left;
	padding-left:15px;
	padding-top:8px;
}

.nav-text a{
	font-family: BodoniXTRegular;
	color:#000;
	text-decoration:none;
	
}

.nav-text a:hover{
	font-family: BodoniXTRegular;
	color:#FFFFFF;
	text-decoration:underline;
	text-shadow:0px 2px 10px #000;
}

#sidebar-container {
	font-family: DustismoRomanRegular, Times;
	width:200px;
	padding-left:12px;
	text-align:center;
	font-size:24px;
	color:#535524;
}

#sidebar-container a{
	width:200px;
	font-family: DustismoRomanRegular, Times;
	text-align:center;
	font-size:18px;
	color:#878244;
	text-decoration:none;
}
#sidebar-container a:hover{
	width:200px;
	font-family: DustismoRomanRegular, Times;
	text-align:center;
	font-size:18px;
	color:#838F0B;
	text-decoration:underline;
}


#footer-container {
	width:824px;
	background:url(images/main-bottom.png);
	background-repeat:no-repeat;
	text-align:center;

}


.footer {
	font-family: BodoniXTRegular, BenthamRegular;
	font-size: 10pt;
	color:#CCCC99;
	text-decoration:none;
		text-align:center;


}

.footer a{
	font-family: BodoniXTRegular, BenthamRegular;
	font-size: 10pt;
	color:#EEEFB2;
	text-decoration:underline;
}
.footer a:hover{
	font-family: BodoniXTRegular, BenthamRegular;
	font-size: 10pt;
	color:#CCCCCC;
	text-decoration:none;

}

