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

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	width: 950px;
}
#content {
	width: 950px;
	background-image: url(../images/target.jpg);
	float: left;
	height: 275px;
	background-repeat: no-repeat;
}
#maincontent {
	float: right;
	width: 650px;
}
h1 {
	font-size: 2.8em;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 40px;
}
h2 {
	font-size: 2em;
	color: #0C104C;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	color: #189FC9;
	margin: 0px;
	padding: 0px 0px 5px 300px;
	font-size: 1.1em;
}
hr {
	color:#9be6ff;
	background-color:#9be6ff;
	height:1px;
	border:none;
	margin-top: 30px;
}
.arrow {
	height: auto;
	width: auto;
}
.contact {
	font-size: 1.4em;
	padding-top: 20px;
	color: #0C104C;
}
#navlist
{
	font-size: 1em;
	float: left;
	width: 50em;
	padding-left: 300px;
}

#navlist li
{
	list-style: none;
	border-top: 1px solid #9be6ff;
	padding: 0.25em 0.25em 0.25em 4px;
	width: 15em;
	float: left;
}

#navlist li a { text-decoration: none; }
a {
	color: #003;
	text-decoration: none;
}
a:hover {
	color: #25BFFF;
}
#navlist p {
	font-weight: bold;
	color: #28E0FC;
	font-size: 1em;
}
#links {
	clear: both;
	text-align: left;
	float: left;
	margin-top: 450px;
}
.contact p {
	font-size: 1.2em;
	color: #0C104C;
	padding-bottom: 20px;
}
