/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Trebuchet, Lucida, Arial, sans-serif;
	font-size: 11px;
	background-color:#FBFAE1; 
	margin: 0px;
	padding: 2px 10px 2px 2px;
	align: center;
}

p{
	margin: 0 0 4px 0;
	padding: 0;
	}
	
p.news{
	margin: 0 0 12px 0;
	padding: 0;
	}

a:link, a:visited{
	color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #936;
}

h1{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 18px;
	padding: 0px;
}

h2{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 margin-bottom: 8px;
 border-bottom: 1px solid #A4B4A6;
}

.hidetext{
	display: none;
	}
	
.border{
	border: solid 1px #A4B4A6;
	padding: 6px 6px 6px 6px;
	}
		
/************* site logo **************/
#siteLogo{
	position: absolute;
	left: 12px;
	top: 12px;
	width: 150px;
	}

/************* site banner **************/

#banner{
	border-bottom: 8px solid #936;
	border-top: 1px solid #936;
	margin: 0px 0px 10px 12px;
	padding: 10px 10px 10px 10px;
}

#banner p{
	margin: 0px;
	padding: 0px;
	}	

#banner h1{
	margin-top: 5px;
	margin-bottom: 0px;
	}
	

/*********** column 1 ***********/
#col1{
	position: absolute;
	margin: 0px 10px 10px 10px;
	padding: 0px 35px 0px 5px;
	width: 25%;
	left: 1%;
}
	
/*********** column 2 ***********/

#col2{
	position: absolute;
	margin-top: 0px;
	padding: 0px 5px 0px 5px;
	width: 40%;
	left: 30%;
	text-align: center;
	}
	
#col2 h2{
	border-bottom: none;
	}
	
	
/*********** column 3 ***********/

#col3{
	position: absolute;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 25px;
	width: 25%;
	left: 69%;
	text-align: right;
	}
	
/************* footer styles ***************/

#footer{
	margin: 600px 14px 10px 24px;
	padding: 0px 0px 20px 0px;
	position: absolute;
	border-top:
	}
	
hr {color: #030;
	height: 1px;
}	
