body {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #1B3783;
	margin:0px;
	padding: 0px;
	text-align:center;
	background-image: url(images/bkgd.jpg);
}
#header {
	width:100%;
	background-color: #000099;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B3783;
}
.headtext {
	padding-left: 8px;
	font-size: 1.3em;
	font-weight: bold;
	color: #ECECFF;
	font-style: oblique;
}

#nav {
	width:100%;
	height:22px;
	background-color: #CAC0BD;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	}
#contain {
	width:900px;
	background-color: #FFFFFF;
	padding-bottom: 60px;
	margin: 0px auto;
}
#content {
	width: 875px;
	min-height:350px;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#content h3, p {
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	}
#footer {
	width:900px;
	font-size: 85%;
	font-family: "Times New Roman", Times, serif;
	padding-top: 8px;
}
a:link {
	color: #1B3783;
}
a:visited {
	color:#666666;
}
a:hover {
	color:#33CC66;
}
a:active {
	color:#1B3783;
}
a.nav:link {
	color: #000000;
	text-decoration: none;
}
a.nav:visited {
	color:#000000;
}
a.nav:hover {
	color:#33cc66;
}
a.nav:active {
	color:#000000;
}
#rightbox {
	background-color: #CCCCCC;
	float: right;
	width: 175px;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
