body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
	background-position: center top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
h1 {
	font-size: 20px;
	color: #002d56;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002d56;
	padding-bottom: 8px;
}
h2 {
	font-size: 18px;
	color: #002d56;
}
h3 {
	font-size: 13px;
}




li {
	list-style-position: outside;
	list-style-type: square;
	line-height: 24px;
}
.leftcol {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 60px;
}
.rightcol {
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 5px;
}
.contact {
	background-color: #B4D8FC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.bgcontent {
	background-image: url(images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


a {
	color: #003399;
	text-decoration: none;
	font-weight:normal;
}

a:link, a:visited {
	color: #003399;
	text-decoration: none;
	font-weight:normal;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
	font-weight:normal;
}

a.dlb:link, a.dlb:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	line-height: 16px;
}

a.dlb:hover, a.dlb:visited:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	line-height: 16px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 45px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
