body {
	background-color: #00376F;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #001F3F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #001F3F;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.footernav:link {color: #FFFFFF;}
a.footernav:visited {color: #FFFFFF;}
a.footernav:hover {color: #FF6600;}
a.footernav:active {color: #FF6600;}
.nav {
	background-image: url(../images/nav-bg.jpg);
	height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.small-box {
	background-image: url(../images/bg-small-box.jpg);
	width: 277px;
	margin-top: 0px;
}
.large-box {
	background-image: url(../images/bg-large-box.jpg);
	width: 277px;
}
.nav-spacer {
	background-image: url(../images/nav-spacer.jpg);
	width: 2px;
	background-repeat: no-repeat;
	height: 22px;
	margin-right: 5px;
	margin-left: 5px;
}
.title-top-small {
	background-image: url(../images/small-box-top.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	height: 40px;
	width: 277px;
}
.title-top-large {
	background-image: url(../images/large-top-box.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	height: 40px;
	width: 688px;
}
.footer-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
.title-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #001F3F;
	margin-top: 6px;
	margin-bottom: 2px;
	margin-left: 15px;
	font-weight: bold;
}
.box-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001F3F;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #001F3F;
	margin-top: 6px;
	margin-bottom: 2px;
	margin-left: 15px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #001F3F;
	margin-bottom: 5px;
	margin-top: 10px;
}
h3 {
	font-size: 13px;
	color: #001F3F;
	margin-top: 0px;
	margin-left: 7px;
	margin-bottom: 7px;
}
.innerbox-bg {
	background-image: url(../images/innerbox-bg.jpg);
}
.innerbox-content {
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-top: 0px;
}
.logged-in {
	background-image: url(../images/bg-logged-in.jpg);
	height: 124px;
	width: 199px;
	background-color: #4CB1DD;
	float: left;
	margin-top: 20px;
}
.logged-out {

	background-image: url(../images/bg-logged-out.jpg);
	height: 124px;
	width: 199px;
	background-color: #4CB1DD;
	float: left;
	margin-top: 20px;
}
.loginbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	line-height: 20px;
	padding-top: 7px;
	padding-left: 15px;
}
