@charset "UTF-8";

html, body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	color: #484848;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #919fac;
	margin: 0;
	padding: 0;
}

#content a:link, #content a:hover, #content a:visited, #content a:active {
	color: #666666;
}

#container {
	text-align: left;
	width: 900px;
	margin: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

#header {
	height: auto;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#content {
	padding: 20px;
	text-align: left;
	height: auto;
	overflow: auto;
	float: left;
	width: 860px;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer {
	clear: both;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	height: 190px;
	padding-left: 50px;
	padding-top: 20px;
}

.smallFont {
	font-size: 10px;
}

.splash {
	border: 1px solid #CCCCCC;
}


h1, h2 {
	color: #14518f;
	margin: 0;
	padding: 0;
}

h3 {
	color: FFFFFF;
}

.picWrap {
	padding-right: 25px;
	padding-bottom: 25px;
	float: left;
}

.picWrap2 {
	padding-left: 25px;
	padding-bottom: 25px;
	float: right;
}

.picPadding {
	padding-bottom: 5px;
}

.listNoIndent {
	padding: 10px;
}

.thirdList {
	width: 33%;
	margin: auto;
	float: left;
}
