body {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #333333;
	background-color: #dcebff;
	margin: 0;
	padding: 0px 5px;
	font-size: 1.1em;
}
#topbase {
	background-image: url(img/topbase.gif);
	height: 8px;
	width: 100%;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.shadedborders {
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3b5994;
	border-right-color: #203765;
	border-bottom-color: #203765;
	border-left-color: #3b5994;
}

h3 {
	background-color: #3b5994;
	padding: 3px;
	margin: 0px;
	color: #cbd6ee;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #92a7cf;
	border-right-color: #203765;
	border-bottom-color: #203765;
	border-left-color: #92a7cf;
	font-weight: normal;
}

#footer {
	background-color: #b4d5ff;
	clear: both;
	width: 100%;
	padding-top: 5px;
	float: left;
}
#footer .col3 {
	background-color: #b4d5ff;
}