body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size: .8em;	
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	background-color: #133366;
}

#container {
	width: 450px;
	margin: 0px;
	margin-left: 50px;
	margin-right: auto;
	border-left: 2px solid black;
	border-right: 2px solid black;
	padding: 0px;
}

#banner {
	padding: 0px;
	height: 164px;
	background-image: url(images/header.jpg);
	margin-bottom: 0px;
	border-bottom: 1px solid #000;
}

#menu {
	padding: 3px;
	background-color: #75b9dd;
	margin-bottom: 0px;
	font-weight: bold;
	border-bottom: 1px solid #000;

}

#content {
	padding: 10px;
	background-color: #fff;
	text-align: left;
	border-bottom: 2px solid
}

#footer {
	clear: both;
	padding: 0px;
	margin-top: 0px;
	background-color: #75b9dd;
	font-size: .7em;
	color: #fff;
}

h3 {
	margin-bottom: 0px;
	font-size: 1.0em;
	font-weight: bold;
	color: #003ea2;
	border-bottom: 1px solid #000;
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 1px;
	}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #75b9dd;
}

a:hover {
	text-decoration: none;
	color: #133366;
	font-weight: bold;
}

#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover, #menu a.current {
	color: #133366;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer a.current {
	color: #133366;
	text-decoration: none;
}
