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

*{margin:0;padding:0;}
body{
	font:normal 14px/20px Arial, Helvetica, "sans-serif 14px";
	padding: 40px;
	}

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


h1 {
	font-size: 18px;
	line-height: 36px;
}h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight:normal;
	line-height:36px;
}

.center{text-align:center;}


#masthead{
background:#222;
width:100%;
}
#masthead img{
padding-right:18px;
}
#masthead h1{
	color: #F9D01B;
}

.right{text-:right;}
.fr{float:right;}
.fl{float:left;}
.clearer{
	line-height:36px;
	clear:both;
}


.homeCol{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

.homeCol p{}

.textField{font-size:14px; font-family:Georgia, "Times New Roman", Times, serif;line-height:24px;padding:3px;}