@charset "UTF-8";
/* CSS Document */

/* UNIVERSAL STYLES */

body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.content {
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 110px;
}
.wrapper {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1e134b;
	background-image: url(../images/bgwrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 109px;
	width: 916px;
	font-size: 8pt;
}
.footertext {
	padding-left: 140px;
	padding-top: 40px;
	float: left;
}
#lightpurple {
	color: #675dca;
}
.footerlogo {
	text-align: right;
	padding-right: 140px;
	padding-top: 33px;
}
.topnav {
	padding-right: 50px;
	padding-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #1e134b;
	letter-spacing: -0.5pt;
}

.menu {
	float: right;
	width: 450px;
	margin-top: -35px;
}
.menu ul {
	list-style-type: none;
	position: absolute;
	width: auto;
	height: 80px;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
	background-position: left 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}
.menu li {
	float: left;
	height: 60px;
	margin: 0px;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 45px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.menu li a {
	text-decoration: none;
	color: #1e134b;
}
.slideshow {
	height: 200px;
	width: 798px;
	margin-bottom: 15px;
}
.column {
	width: 365px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.columnright {
	width: 365px;
	float: left;
	background-image: url(../images/column_sep.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19pt;
	font-weight: normal;
	color: #5774b9;
	width: 398px;
	background-image: url(../images/h1line.jpg);
	background-repeat: no-repeat;
	background-position: left 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.container {
	width: 100%;
	overflow:visible;
	overflow-x:hidden;
	overflow-y:hidden;
	padding-bottom: 20px;
}
.container a {
	color: #22ffff;
}
.container a:hover {
	color: #FFFFFF;
}
.container a:visited {
	color: #118C8C;
}
.container a:active {
	color: #FF0000;
}
.container p {
	margin: 0px;
	margin-bottom: 10pt;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5472B4;
}
