body, html {
	margin : 0;
	padding : 0;
	background-color : #3366CC;
	text-align : center;
	font-family : "Times New Roman", Times, serif;
}
#container {
	width : 679px;
	margin : 0 auto;
	text-align : left;
}
#banner {
	margin : 25px 0 0 0;
}
#banner img {
	border : 0;
}
#navigation {
	background-color : #ffffff;
	padding : 10px;
	text-align : center;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
#navigation a {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	margin : 0 10px 0 10px;
	text-decoration : none;
	color : #000066;
}
#navigation a:hover {
	font-weight : bold;
	text-decoration : underline;
	color : #ff0000;
}
#content-container {
	margin : 0 0 25px 0;
	padding : 30px;
	background-color : #000066;
	text-align : left;
	font-size : 21px;
	color : white;
}
#content-container p {
	font-size : medium;
	color : white;
}
#content-container h1 {
	font-size : 21px;
	font-weight : bold;
	margin : 0 0 16px 0;
}
#content-container a {
	color : #7ca6fb;
	text-decoration : none;
	font-weight : bold;
}
#content-container a:hover {
	text-decoration : underline;
	color : #ff0000;
}

