body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 100%;
}


#wrapper {
	width: 100%;
}
#header {
	width: 100%;
}
#headerLogo {
	padding-bottom: 30px;
}
#headerInfo {
	position: absolute;
	top: 18px;
	left: 480px;
	font-size: 12px;
	font-weight: bold;
	color: #003f79;
	line-height: 18px;
	text-align: right;
}
#headerInfo a {
	display: none;
}
#banner {
	display: none;
}


#content {
	width: 100%;
}

#contentLeft {
	display: none;
}

#contentText {
	width: 100%;
}
#contentText h1 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 16px;
	color: #003f79;
	border-bottom: 1px solid #e7f1f9;
}
#contentText h2 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 11px;
	color: #0072bc;
}
#contentText h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #0072bc;
}
#contentText h4 {
	margin: 0;
	padding: 0;
}
#contentText p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 12px;
	line-height: 16px;
}
#contentText ul, #contentText ol {
	margin: 0;
	padding: 0 0 20px 30px;
	font-size: 12px;
}
#contentText li {
	margin-bottom: 5px;
}
#contentText a:link, #contentText a:visited {
	color: #003f79;
	text-decoration: underline;
}

#contentTextTable {
	margin-top: 10px;
}
#contentTextTable h3 {
	font-size: 13px;
	color: #003f79;
}
#contentTextTable p {
	margin: 0;
	padding: 0;
}
#contentTextTable a:link, #contentTextTable a:visited {
	text-decoration: none;
}
#contentTextTable a:hover, #contentTextTable a:active {
	text-decoration: none;
	background-color: #e8eff6;
}
#tableRow {
	padding: 6px 0 6px 0;
	border-top: 2px solid #003f79;
}
#tableRowLeft {
	float: left;
	width: 45%;
	padding: 20px 10px 20px 10px;
	border-right: 1px solid #e8eff6;
}
#tableRowRight {
	float: left;
	width: 45%;
	padding: 20px 0 20px 15px;
}

#contentFooter {
	display: none;
}

#contactForm {
	width: 340px;
	margin-left: 65px;
	padding: 10px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #0072bc;
	background-color: #e8eff6;
	border: 2px solid #0072bc;
}
#contactForm form {
	margin: 0;
	padding: 0;
}
#contactForm input {
	padding-left: 3px;
	width: 155px;
	font-size: 12px;
	color: #0072bc;
	background-color: #FFFFFF;
	border: 1px solid #003f79;
}
#contactForm textarea {
	width: 265px;
	height: 100px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0072bc;
	background-color: #FFFFFF;
	border: 1px solid #003f79;
}
#contactFormBtn {
	margin-top: 10px;
	font-size: 9px;
	font-weight: bold;
	color: #0072bc;
	text-align: center;
}
#contactFormBtn input {
	width: 58px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0072bc;
	border: 1px solid #003f79;
}


#footer {
	display: none;
}


.actionBox {
	margin: 0 10px 20px 10px;
	padding: 10px 15px 10px 15px;
	font-size: 12px;
	text-align: center;
	background-color: #e8eff6;
	border: 2px solid #0072bc;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
