body {
	background-color: #6E86D6;
	font-family: Helvetica, Tahoma, Arial, Helvetica, sans-seri;
	font-size: small;
	color: #000000;
	text-align: center;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #CCC;
	text-decoration: underline;
}

#Header {
	width: 800px;
	height: 135px;
	margin: 0 auto;
}

#Header img {
	border: 2px solid #061F70;
}

.NavBar {
	width: 800px;
	height:35px;
	background-color: #1437AD;
	margin: 0 auto;
	border: 2px solid #061F70;
	position: relative;
	left: 2px;
	top: 2px;
}

.NavBar ul {
	position: relative;
	top: -14px;
	left: -13px;
	width: 758px;
}

.NavBar li {
	display: inline;
}

.NavBar a {
	display: inline-block;
	font-weight: bold;
	width: 150px;
	height: 20px;
	padding: 5px;
	padding-top: 10px;
	margin: 0 10px;
}

.NavBar a:hover {
	background-color: #4869D6;
	border: 1px solid #061F70;
	padding: 4px;
	height: 22px;
	padding-top: 9px;
}

#Content {
	width: 770px;
	height: auto;
	border: 2px solid #061F70;
	background-color: #4869D6;
	background-image: url(SmallCoat.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	margin: 15px auto;
	position: relative;
	left: 2px;
	padding: 15px;
	border-radius : 20px; 
	-moz-border-radius : 20px; /* Mozilla */
	-webkit-border-radius : 20px; /* Webkit */

}