@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
#tagLine {
	float: right;
	width: 450px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #38a870;
	margin-top: 30px;
	text-align: center;
}
#header {
	float: left;
}
#headLogo {
	float: left;
	width: 382px;
}
#subTag {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #005ab4;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 100%;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
	width: 100%;
}
#wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	float: left;
	width: 100%;
	color: #0056dd;
}
#contactInfo {
	width: 100%;
	float: right;
	text-align: left;
}
