@charset "UTF-8";

html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
}

#splash {
	background-image: url(images/splash2.jpg);
	background-repeat: no-repeat;
	height: 500px;
}

#splashText {
	height: 300px;
	width: 300px;
	float: left;
	margin-top: 200px;
	padding-left: 20px;
}

#content a:link, #content a:hover, #content a:visited, #content a:active {
	color: #0a1da6;
}

#navList a:link, #navList a:visited, #navList a:active {
	color: #0a1da6;
}

#navList a:hover {
	color: #4d62ed;
}

#container {
	background-color: #FFFFFF;
	text-align: left;
	width: 900px;
	height: auto;
	margin: auto;
}

#header, #nav {
	height: auto;
	padding: 0;
	margin: 0;
}

#navList {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	border-top: thin #CCCCCC solid;
}

#navList li {
	float: left;
	padding-left: 65px;
	padding-top: 10px;
	padding-bottom: 5px;
	list-style: none;
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: 35px;
}

#content {
	background-color: #FFFFFF;
	width: 630px;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 0;
	float: right;
	line-height: 18px;
	border-top: thin #CCCCCC solid;
}

#sidebar {
	background-color: #808080;
	color: #FFFFFF;
	width: 180px;
	padding: 30px;
	float: left;
	line-height: 18px;
	font-size: 14px;
}

#sidebar a {
	color: #FFFFFF;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #666666
}

#footer {
	color: #999999;
	clear: both;
	font-size: 12px;
	border-top: thin #CCCCCC solid;
	text-align:center;
	padding: 10px;
}


h1 {
	color: #0a1da6;
	margin: 0;
	padding: 0;
}

h2 {
	color: #444444;
	margin: 0;
	padding: 0;
}

h3, h4 {
	margin: 0;
	padding: 0;
}

.picWrap {
	padding: 20px;
	float: left;
}

.picWrap2 {
	padding: 20px;
	float: right;
}
