/* CSS Document */

html, body{height:100%}

BODY {
  margin: 0px;
}

.pagehead {  
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	color: #785637;
	line-height: 20px;
	font-weight:bold; 
}
.heading {  
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	color: #339999;
	line-height: 18px;
	font-weight:bold; 
}
.bodytext {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	color: #666666; 
	text-decoration: none
}
.bodytext a:link { color: #339999; text-decoration: underline }
.bodytext a:active { color: #339999; text-decoration: underline }
.bodytext a:visited { color: #339999; text-decoration: underline }
.bodytext a:hover { color: #339999; text-decoration: underline }

.specialtext {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	color: #666666; 
	text-decoration: none
}

.footer {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;  
	color: #FFFFFF
}
.footer a:link { color: #FFFFFF; text-decoration: underline }
.footer a:active { color: #FFFFFF; text-decoration: underline }
.footer a:visited { color: #FFFFFF; text-decoration: underline }
.footer a:hover { color: #FFFFFF; text-decoration: underline }

.menutext {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	color: #FFFFFF;
	font-weight: bold;
}
.menutext a:link { color: #FFFFFF; text-decoration: none }
.menutext a:active { color: #FFFFFF; text-decoration: none }
.menutext a:visited { color: #FFFFFF; text-decoration: none }
.menutext a:hover { color: #FFFFFF; text-decoration: underline }

.sidebar_bkgd {  
	background-image: url(graphics/sidebar_bkgd.gif); 
}
.imageborder {
	border: 1px solid #785637;
}