body {
	color: #000;
	background-color:#005b7f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
h1 {
	margin-top:0;
	margin-bottom:7px;
	font-size:200%;
}
#wrapper {
	width:912px;
	margin-right:auto;
	margin-left:auto;
	background:url(images/background.gif) top left repeat-y;
}
#head {
	width:912px;
	height:145px;
}
#navbar {
	width:900px;
	height: 23px;
	margin-right:auto;
	margin-left:auto;
	color:#fff;
	background-color:#7da7d9;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	font-weight:bold;
	font-size: 15px;
}
#navbar div {
	padding: 3px 5px 0 13px;
}
#navbar a:link, #navbar a:visited {
	color:#fff;
	background-color:transparent;
	text-decoration:none;
}
#navbar a:hover {
	color:#004a80;
}
.navsep {
	padding:0 10px;
}
#main {
	width:900px;
	margin-right:auto;
	margin-left:auto;
}
#main p {
	margin-top:0;
}
#content {
	width:697px;
	float:left;
}
#content div {
	padding:5px 5px 2px 13px;
	background:url(images/contentbg.gif) top left no-repeat;
}
#right {
	width:200px;
	float:right;
}
#right div {
	padding:2px 2px 0 10px;
}
#footer {
	clear:both;
	width:900px;
	margin-right:auto;
	margin-left:auto;
	color:#fff;
	background-color:#002157;
	border-top: 2px solid #000;
	font-size:11px;
}
#footer div {padding:2px 2px 1px 13px;}
#footer a:link, #footer a:visited {
	color:#fff;
	background-color:transparent;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#d3web {
	width:190px;
	float:right;
	text-align:center;
	font-size:90%;
}
#footbot {
	width:912px;
	height:6px;
	background:url(images/footerbottom.gif) top left no-repeat;
}
.smallertxt {font-size:90%;}
.largertext {font-size:120%; font-weight:bold;}