body {
	background-image: url(../images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
.navtop {
	background-image: url(../images/navtop.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 943px;
}
.header {
	background-color: #95A6B8;
	background-image: url(../images/header.jpg);
	height: 32px;
	width: 943px;
}
.nav-banner {
	background-image: url(../images/navigation-top.jpg);
	height: 50px;
	width: 626px;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #171B3E;
}
.navigation {
	font-size: 13px;
	margin-top: 7px;
	margin-bottom: 15px;
}
.navspacer {
	margin-right: 7px;
	margin-left: 7px;
}
.box-top-yellow {
	height: 55px;
	width: 339px;
	background-image: url(../images/title-box-y.jpg);
	padding-bottom: 0px;
	padding-right: 0px;
}
.box-top-white {
	height: 55px;
	width: 339px;
	background-image: url(../images/title-box-b.jpg);
	padding-bottom: 0px;
	padding-right: 0px;
}
.box-blue {
	background-color: #ABB8C8;
	height: auto;
	width: auto;
	margin-left: 11px;
	margin-bottom: 0px;
	font-size: 11px;
	padding-bottom: 15px;
}

.box-white {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	margin-left: 11px;
	margin-bottom: 15px;
	font-size: 11px;
	padding-bottom: 15px;
}
.container {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 15px;
	line-height: 23px;
}
h1 {
	font-size: 12px;
	color: #95A6B8;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 17px;
	color: #171B3E;
	padding-top: 17px;
	padding-left: 25px;
}
h3 {
	font-size: 17px;
	color: #780709;
	margin-left: 20px;
	margin-top: 0px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	border-bottom-color: #CCCCCC;
	line-height: 30px;
}
.box-content {
	width: auto;
	height: 150px;
	margin-left: 15px;
	padding-right: 15px;
}
a:link {
	color: #171B3E;
}
a:visited {
	color: #171B3E;
}
a:hover {
	color: #990000;
}
a:active {
	color: #999999;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFCC;
	padding: 2px;
	border: 1px solid #990000;
	margin: 3px;
}