@charset "UTF-8";
body {
	background-image: url(../images/BlueBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	background-color: #003E7E;
}
.blueHome {
	margin-top: 100px;
}
.blueHomeNav {
	margin-left: 50px;
}
.blueHomeNavItems {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
}
.blueHomeNavItems a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.blueHomeNavItems a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.blueHomeNavItems a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.blueHomeNavItems a:hover{
	color: #000000;
	text-decoration: none;
}
.blueHomeBODY {
	width: 225px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
