/* CSS Document */


#contentarea{
	margin-left:10px;
}


#textcontent{
	margin-left:30px;
}
#bordercontent{
	margin-left:30px;
	border:1px solid #FF0000;
	padding:10px;
}

#contentarea h1, #contentarea h2, #contentarea h3{
	color: #FF0000;
	margin:0;
}





#columntext{
	margin-left:15px;
	margin-right:15px;
	margin-top:0;
}

#rightColumn h1, #rightColumn h2, #rightColumn h3{	
	background-color:#A7A7A7;
	color:#ff0000;	
	padding:0;
	margin:0;
	padding-left:5px;			
}
#rightColumn h1 {
	font-size:1.8em;
}
#rightColumn h2 {
	font-size:1.4em;
}
#rightColumn h3 {
	font-size:1em;
}

.sendmessage {
	margin-left:30px;
	border:1px solid #ff0000;
	vertical-align:top;
	text-align:left;
}

.sendmessage legend {
	font-weight:bold;
}


.sendmessage label{
	text-align:right;
	position : relative; 
	width : 30%; 
	display : block; 
	margin : .5em 0em; 
	padding:2px;
}

.sendmessage label input, .sendmessage label select { 
	position : absolute; 
	left : 110%; 
	top : 2px; 
	padding:2px;
}
.sendmessage label textarea { 
	position : absolute; 
	left : 110%; 
	
}


#imgbox {

	float:right; 
	margin-left:10px;
	margin-bottom:10px; 
	border:1px solid #FF0000; 
	padding:5px;
}



/* SPECIFIC STYLES FOR SITEMAP PAGE*/

#sitemapcontent{
	margin-left:50px;
}

#sitemapcontent H3{
	margin-top:10px;
	margin-bottom:0;
	padding:0;
	color:#FF0000;
}
#sitemapcontent H4{
	color:#333333;
	text-indent:50px;
	margin-top:5px;
	margin-bottom:0;
	padding:0;
}
#sitemapcontent H5{
	text-indent:80px;
	color:#666666;
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
#sitemapcontent H6{
	text-indent:120px;
	color:#666666;
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
#sitemapcontent H3 a{
	color:#FF0000;
	text-decoration:none;
}
#sitemapcontent H3 a:hover{
	color:#FF0000;
	text-decoration:underline;
}
#sitemapcontent H4 a{
	color:#333333;
	text-decoration:none;
}
#sitemapcontent H4 a:hover{
	color:#333333;
	text-decoration:underline;
}
#sitemapcontent H5 a{
	color:#666666;
	text-decoration:none;
}
#sitemapcontent H5 a:hover{
	color:#666666;
	text-decoration:underline;
}
#sitemapcontent H6 a{
	color:#666666;
	text-decoration:none;
}
#sitemapcontent H6 a:hover{
	color:#666666;
	text-decoration:underline;
}