body {
	background-color: #87aeda;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.pageheader {
	font-size: 18px;
	font-weight: bold;
	color: #2C318D;
}

#wrapper {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2C318D;
	border-left-color: #2C318D;
}
#logo {
}
#content {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.blueheader1 {
	font-weight: bold;
	color: #2C318D;
}
#tabs {
	width: 842px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
}
#bottom {
	background-color: #808080;
	height: 4px;
}
#top {
	padding-left: 10px;
}
#nav {
	height: 32px;
	background-image: url(images/nav_background.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	color: #2C318D;
}
#nav a:link {
	text-decoration: none;
	color: #2C318D;
	font-weight: bold;
}
#nav a:visited {
	text-decoration: none;
	color: #2C318D;
	font-weight: bold;	
}
#nav a:hover {
	text-decoration: underline;
	color: #2C318D;
	font-weight: bold;
}
#nav a:active {
	text-decoration: none;
	color: #2C318D;
	font-weight: bold;
}
a {
	color: #2C318D;
}
