@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #737373;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #EEEDED;
}
.leftcol {
	padding: 10px 10px 10px 35px;
	text-align: left;
	background-image: url(leftcol.jpg);
	background-repeat: repeat-y;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	TEXT-DECORATION: none;
	color: #FFFFFF;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3A5F97;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
}
#sectionLinks a:hover{
	text-decoration: none;
	background-color: #930000;
}.shadowleft {
	background-image: url(leftshadow.jpg);
	background-repeat: no-repeat;
}
.shadowright {
	background-image: url(rightshadow.jpg);
	background-repeat: no-repeat;
}
.subhead {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(sub_rhs.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: right;
	background-color: #3C5C8B;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 18px;
	font-size: 13px;
}
.blue_bold {
	font-weight: bold;
	color: #3C5C8B;
}

#content {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	text-align: left;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	height: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(contact.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15px;
	height: 53px;
}
.contact a {
	text-decoration: none;
	color: #FFFFFF;
}
.contact a:hover {
	text-decoration: underline;
}
.footer {
	font-size: 11px;
	color: #999999;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	color: #3C5C8B;
}
a {
	color: #3A5F97;
}
.leftcolbg {
	background-image: url(leftcol.jpg);
	background-repeat: repeat-y;
}
