body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}

body,td,th {
	color: #353535;
}

a:link {
	color: #004679;
	text-decoration: none;
}
a:visited {
	color: #004679;
	text-decoration: none;
}
a:hover {
	color: #206699;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

#mainContainer {
	width: 740px;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #C7CEDD;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #C7CEDD;
	background-color: #FFFFFF;
}

#headContainer {
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(pix/tile-wide-adobe.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C7CEDD;
}

.headPhone {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: .1em;
	padding-left: 14px;
}

.headNav {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-right: 16px;
}

.headNav a, .headNav a:visited {
	color: #FFFFFF;
}


.leftColumn {
	background-image: url(pix/tile-tall-adobe.jpg);
	background-repeat: repeat-y;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 113px;
}

.leftColumn a, .leftColumn a:visited {
	color: #FFFFFF;
}
.topleft-image {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C7CEDD;
}

.middleColumn {
	background-color: #004679;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C7CEDD;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #C7CEDD;
	width: 163px;
}

.middleColumnFooter {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 1.5em;
}

.topright-image {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C7CEDD;
}

#bodyContent {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;
}

#bodyContent h2 {
	font-size: 14px;
	color: #6C2F0A;
}

#bodyContent a {
	font-weight: bold;
}


/* MAIN NAVIGATION AREA */

#mainNav {
	font-size: 11px;
	font-weight: bold;
}

#mainNav p {
	margin-left: 22px;
	margin-right: 12px;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#mainNav .subnavOff {
	line-height: 150%;
	font-size: 10px;
	padding-left: 16px;
	margin-top: 5px;
}

#mainNav .subnavOn {
	line-height: 150%;
	font-size: 10px;
	padding-left: 16px;
	margin-top: 5px;
	background-image: url(pix/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


#mainNav a {
	color: #FFFFFF;
}

#mainNav a:hover {
	text-decoration: none;
}

#mainNav .menuOff {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4B6A8D;
	padding-top: 6px;
	padding-bottom: 6px;
}

#mainNav .menuOff:hover {
	background-color: #00599A;
}

#mainNav .parentMenuOn {
	background-color: #00599A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4B6A8D;
	padding-top: 6px;
	padding-bottom: 6px;
}

#mainNav .menuOn {
	background-color: #00599A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4B6A8D;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(pix/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}


.imageFloatLeft {
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #00599A;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}	

.imageFloatRight {
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #00599A;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}	

