@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	/*background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;*/
}
td.pg-title {
	background-image: url(images/titlebg.gif);
	background-repeat: repeat-x;
	height: 40px;
}
body,td,th {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	color: #013467;
}
p {
	margin: 0 0 10px 0;
	padding: 0px;
	line-height: 24px;
	font-weight: lighter;
	font-size: 18px;
}
a:link, a:visted, a:active {
	color: #013467;
}
a:hover {
	color: #2B5580;
}
td.pg-footer {
	padding: 15px 0 5px 0;
	margin: 15px 0 0 0;
}
td.navigation {
	vertical-align: top;
}
td.content {
	padding: 5px;
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #0A3B6C;
}
h2 {
	font-size: 18px;
	color: #1E4B78;
}
h3 {
	font-size: 16px;
	color: #27527D;
}
h4 {
	font-size: 14px;
	color: #013467;
}
ul#navigation li {
	list-style-type: none;
	list-style-position: outside;
	display: block;
	font-size: 16px;
}
ul#navigation li a {
	width: 165px;
	display: block;
	padding: 5px 0 5px 0;
	text-indent: 15px;
	text-decoration: none;
	border-bottom: 1px dashed #013467;
	color: #013467;
}
ul#navigation li a:hover {
	background-color: #2B5580;
	color: #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
}
ul#navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.developedby {
	font-size: 12px;
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	color: #336699;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.developedby a{
	text-decoration: none;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #336699;	
}
div.developedby a:hover {
	text-decoration: underline;
}
img#right {
	margin: 5px;
	float: right;
	position: relative;
	display: block;
	clear: both;
}
img#left {
	margin: 5px;
	float: left;
	position: relative;
	display: block;
	clear: both;
}
img#center {
	margin: 5px auto;
	position: relative;
	display: block;
	clear: both;
}
div.flash#right {
	margin: 0px;
	float: right;
	position: relative;
	display: block;
	clear: both;
}
div.flash#left {
	margin: 0px;
	float: left;
	position: relative;
	display: block;
	clear: both;
}
div.flash#center {
	margin: 0px auto;
	position: relative;
	display: block;
	clear: both;
}




fieldset.contactUs {
	border: 0px;
	border-bottom: 1px solid #013467;
}
fieldset.contactUs legend{
	font-size: 26px;
	font-weight: bold;
	color: #013467;
}
fieldset.contactUs h2 {
	font-size: 20px;
	font-weight: bold;
	color: #013467;
	padding: 0px;
	margin: 0px;
	height: 24px;
	display: block;
}
fieldset.contactUs p.contactUsPhone{
	font-size: 16px;
	font-weight: bold;
	color: #013467;
}
fieldset.contactUs p.contactUsAddress{
	font-size: 16px;
	font-weight: bold;
	color: #013467;
}
input#name,input#email {
	width: 350px;
	border: 1px solid #013467;
	padding: 2px;
	color: #013467;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 12px;
}
textarea#queryContent {
	width: 530px;
	border: 1px solid #013467;
	padding: 2px;
	color: #013467;
	font-weight: bold;
	margin: 2px;
	font-size: 12px;
}
input#submit {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #013467;
	text-align: center;
	padding: 6px;
	margin-top: 5px;
	border: 0px;
	margin-bottom: 5px;
	display: block;
}
td.labelError {
	color: #FFFFFF;
	background-color: #2B5580;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 3px solid #FFFFFF;
	padding-left: 2px;
}
td.inputError {
	color: #FFFFFF;
	background-color: #2B5580;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 3px solid #FFFFFF;
}
input#nameSelect,input#emailSelect {
	width: 350px;
	border: 1px solid #013467;
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 12px;
	background-color: #013467;
}
textarea#queryContentSelect {
	color: #FFFFFF;
	background-color: #013467;
	width: 530px;
	border: 1px solid #013467;
	padding: 2px;
	font-weight: bold;
	margin: 2px;
	font-size: 12px;
}
/*END CONTACT SYSTEM STYLES*/
