body {
	background-color: #485576;
	background-image: url(images/BlueBG2.jpg);
	background-repeat: repeat-x;
}
a, a:link, a:visited{
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color: #D5221E;
	text-decoration: underline;
}
.wrap {
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 2px solid #000066;
	height: auto;
	width: 800px;
}
.NavBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.NavBar a, .NavBar a:link, .NavBar a:visited{
	font-size: small;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
}
.NavBar a:hover{
	font-size: small;
	font-weight: bold;
	color: #D5221E;
	text-decoration: underline;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer a, .footer a:link, .footer a:visited{
	font-size: small;
	font-weight: bold;
	color: #8ABBF3;
	text-decoration: none;
}
.footer a:hover{
	font-size: small;
	font-weight: bold;
	color: #D5221E;
	text-decoration: underline;
}
