.highlight {
	color: #BF1E11;
}

.verticalAlign {
	vertical-align: middle;
}

.spacer {
	padding: 0px 5px;
}

h1.homeLeftCol {
	font-size:1.8em;
	color:#064492;
	padding: 40px 0px 20px 7px;
}

h1.homeRightCol  {
	font-size:1.8em;
	color:#064492;
	padding: 40px 0px 20px 30px;
}	

h1.contentTitle  {
	font-size:1.8em;
	color:#064492;
	padding: 13px 0px 0px 27px;
}

h2.contentBody  {
	font-size:1.7em;
	color:#BF1E11;
	padding: 0px 0px 10px 27px;
}

h3.contentBody  {
	font-size:1.6em;
	color:#064492;
	padding: 0px 0px 10px 27px;
}

h4.contentBody  {
	font-size:1.6em;
	color:#BF1E11;
	padding: 0px 0px 10px 27px;
}

#homeLeftCol p {
	color: #333;
	font-size: 1.2em;
	line-height: 1.3;
	padding: 0px 20px 20px 7px;
}

#homeRightCol p {
	color: #333;
	font-size: 1.2em;
	line-height: 1.3;
	padding: 0px 20px 20px 30px;
}

#homeLeftCol a, #homeRightCol a {
	color: #BF1E11;
	text-decoration: underline;
}

#homeLeftCol a:hover, #homeRightCol a:hover {
	color: #BF1E11;
	text-decoration: none;
}


#contentBody img {
	float: left;
	padding-right: 20px;
}

#contentBody p {
	color: #333;
	font-size: 1.2em;
	line-height: 1.3;
	padding: 0px 20px 20px 28px;
}

#contentBody ul {
list-style:none;
padding-bottom: 20px;
}

#contentBody ul li {
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
margin-left: 30px;
padding: 0px 20px 0px 20px; 	
text-align: left;
font-size: 1.2em;
line-height: 1.3;
}

#contentBody ul li ul {
list-style:none;
padding-top: 5px;
padding-bottom: 5px;
}

#contentBody ul li ul li {
background-image: url(../images/bullet-grey.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
margin-left: 10px;
padding: 0px 20px 0px 20px; 	
text-align: left;
font-size: 1em;
line-height: 1.3;
}

#contentBody ol {
list-style:decimal;
padding-bottom: 20px;
}

#contentBody ol li {
margin-left: 50px;
padding: 0px 20px 0px 15px; 	
text-align: left;
font-size: 1.2em;
line-height: 1.3;
}

#contentBody a {
	color: #BF1E11;
	text-decoration: underline;
}

#contentBody a:hover {
	color: #BF1E11;
	text-decoration:none;
}


#contentBody table {
	color: #333;
	line-height: 1.3;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

#contentBody td {
	width: 33%;
	text-align:left;
	vertical-align: top;
}


#footer, #footerContent {
	color:#FFF;
	font-size: 1.1em;
	text-align: center;
	padding-top: 16px;
}

#footer a, #footerContent a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover, #footerContent a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Contact form */

.fieldWrap{
	clear:both;
	margin: 0px 0px 5px 30px;
}

.fieldLabel {
	margin: 4px 0px 0px 0px;
	color: #333333;
	font-size: 1.2em;
	float: left;
	width: 180px;
}

.field {
	color: #333;
	font-size: 1.2em;
}

input, textarea {
	width: 265px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#666;
}

select {
	width: 268px;
}

input.checkbox {
	width: 20px;
}

.btnForm {
	width: 119px;
	height: 32px;
	margin-left: 209px;
}

.errMsg { 
font-family:Arial, Helvetica, sans-serif;
color: #BF1E11;
font-size: 1.1em;
margin: 0px 0px 3px 180px;
} 

.errFld {
        border: 1px solid #BF1E11;
} 
