body {
	background-color: #e8e8e8;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
h1 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #3e97b5;
	margin: 0px;
	border-bottom: 1px #BDDCE6 solid;
	border-top: 1px #BDDCE6 solid;
	background-color: #dbebec;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}
h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #e18d4f;
	letter-spacing: 0.056em;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-size: 16px;
	color: #2C6A7E;
}
h4 {
	font-size: 14px;
	color: #3E97B5;
}



a, a:link, a:visited {
	color: #E18D4F;
}

a:hover {
	color: #3E97B5;
}

.left {
	background-image: url(../images/left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.right {
	background-image: url(../images/right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.blueBorder {
	border: 1px solid #357f9e;
}
.content {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 12px;
}

.content2 {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 1px;

}
.footer {
	font-size: 10px;
	line-height: 16px;
	color: #deefef;
	background-color: #3E97B5;
	padding-top: 5px;
}

.footer a:link, .footer a:visited {
	color: #deefef;
	text-decoration: none;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.mbb {
	font-size: 9px;
	color: #a9a9a9;
}

.mbb a:link, .mbb a:visited {
	color: #a9a9a9;
	text-decoration: none;
}

.mbb a:hover {
	color: #3E97B5;
	text-decoration: underline;
}
.leftBlueBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BDDCE6;
	padding-left: 20px;
}

.blueDotBorder {
	background-image: url(../images/blue-dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.leftNav {
	font-weight: bold;
	color: #3e97b5;
	background-image: url(../images/blue-dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.leftNav a:link, .leftNav a:visited {
	color: #3e97b5;
	text-decoration: none;
}

.leftNav a:hover {
	color: #e18d4f;
	text-decoration: none;
}

.active a:link, .active a:visited {
	color: #e18d4f;
}
.grayBold {
	font-weight: bold;
	color: #666666;
	font-size: 13px;
}
