#divWrapper {
	width: 770px;
	background-color: #E7D3FF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #0D3C50;
	background-color: #BACBDC;
}
#divContentWrapper {
	background-color: #F7FBFF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border: 1px solid #08384A;
}
#divHeaderLinks {
}
#divContent {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 10px;
	border: 1px solid #08384A;
}
#divFooter {
	background-color: #EFF3F7;
	text-align: center;
	font-weight: bold;
}
#divFooter a {
	color: #4A3790;
	text-decoration: none;
}
#divTopLinks {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	border: 1px solid #003042;
	margin: 60px 10px 10px;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	width: 616px;
	background-color: #EFF3F7;
}
#divTopLinks a {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=90);
	color: #00222F;
	text-decoration: none;
}
#divTopLinks a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=90);
	text-decoration: underline;
	color: #4A3894;
}
.caption {
	font-size: 10px;
}
#home-right {
	border: 1px solid #013243;
	margin-left: 430px;
	padding-left: 5px;
}
a:link, a:active, a:visited {
	color: #483793;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	text-transform: none;
	color: #023344;
	font-family: "Times New Roman", Times, serif;
}

