@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-arcs.jpg);
	background-repeat: repeat-y;
	background-color: #000033;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	color: #4A4943;
}
#headimage {
	position: relative;
	top: 500px;
	right: 0px;
}
a:visited {
	color: #002668;
	text-decoration: none;
}
a.nav:visited {
	color: #7F7E7A;
	text-decoration: none;
}
a.nav:link {
	text-decoration: none;
	color: #666560;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00286C;
}
a.nav:hover {
	color: #00286B;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
#main {
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#nav {
	width: 200px;
	background-color: #FFFFFF;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
}
#footer {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	line-height: 13px;
}
h1 {
	font-size: 14px;
	color: #00286B;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
#content {
	background-color: #E7E3D8;
	float: right;
	width: 460px;
	padding-top: 55px;
	margin-right: 15px;
}
a img {border: none; }
