body {
	text-align: center;
	background-color: #1A3A69;
	margin: 0;
	padding: 0;
}

img { border: none; }

hr { 
	text-align: left; 
	height: 1px;
	width: 100%;
	background-color: #1A3A69;
}

#container {
	width: 770px;
	padding: 0;
	margin: 10px auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
	text-align: center;
	background: White;
}

#banner {
	padding: 0;
	margin: 0;
	text-align: center;
}

#navcontainer {
	float: left;
	width: 150px;
}

#navcontainer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin-left: 2px;
	margin-bottom: 2px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

ul#nav a {
	display: block;
	padding: 5px 5%;
	width: 90%;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: White;
	font-weight: bold;
	font-size: 12px;
	background-color: #1A3A69;
}

ul#nav a:visited {
	color: #cccccc;
}

ul#nav a:hover {
	color: #1A3A69;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #cccccc;
}

#content {
	margin-left: 165px;
	margin-right: 10px;
	padding: 5px;
	text-align: left;
}

#content h2{
	font-size: 18px;
	color: #63593E;
	font-family: Arial, Helvetica, sans-serif;
}

#content h3{
	font-size: 14px;
	color: #1A3A69;
	font-family: Arial, Helvetica, sans-serif;
}

#content h4{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#content p {
	text-align: left;
	font-size: 12px;
	color:#000000;
}

#content a:link {
	text-decoration: none;
	color: #1A3A69;
	font-weight: bold;
	font-size: 12px;
}

#content a:visited { 
 	text-decoration: none;
 	color: #333; 
	font-weight: bold;
	font-size: 12px;
}

#content a:hover, a:active {
	text-decoration: underline;
	color: #1A3A69;
	font-weight: bold;
	font-size: 12px;
	background-color: #E9E9E9;
}

li {
	text-align: left;
	font-size: 12px;
	color:#000000;
}

td#index {
	border-width: 1px;
	border-color: #726342;
	border-style: solid;
	padding: 2px;
}

#footer {
	clear: both;
	margin: 2px;
	padding: 2px;
	background-color: #ffffff;
	text-align: center;
	font-size: 10px;
}

#footer a:link {
	text-decoration: none;
	color: Navy;
	font-weight: bold;
	font-size: 10px;
}

#footer a:visited { color: #666; }

#footer a:hover, a:active {
	background-color: #1A3A69;
	color: White;
	text-decoration: none;
}

#notice {
 	border-width: 1px;
	border-color: #1A3A69;
	border-style: solid;
	padding: 3px;
}