/* CSS Document */
#contactustitle{
	font-size:18pt;
	font-weight:bold;
	color:#084886;
	}
#contactusdetailsleft{
	float:left;
	width: 290px;
	height: 200px;
}

#contactusdetailsright{
	float:right;
	padding-right: 20px;
}
#contenttext{
	clear:both;
}
#contactusdetailstext{
	padding-top:30px;
	color: #084886;
	font-size: 12pt;
	height: 195px;
	}
#contactuslogoall{
	clear:both;
	}
/* Will Erase Prior To Production
a.one:link {color: white}
a.one:visited {color: white}
a.one:hover {color: #920000}
	
a, a:link, a:visited {
    color: #D35511;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:active, a:focus {
    color: #566047;
}  
*/
