@charset "UTF-8";

html, body {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 14px;
	color: #000000;
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
}

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


#container {
	text-align: left;
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
	/*padding-left: 3px;
	padding-right: 3px;*/
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

#header {
	height: 100px;
	margin: 0;
	padding: 10px;
	float: left;
	background-color: #00938a;
	width: 780px;
}

#searchBox {
	float: right;
	width: 350px;
	padding: 0;
	margin: 0;
	text-align: right;
	padding-top: 50px;
	padding-bottom: 0px;
}

#topNav {
	width: 100%;
	height: 20px;
	padding-top: 7px;
	padding-bottom: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background-image: url(../images/topNavGreen.gif);
	background-repeat: no-repeat;
	clear: both;
}

#navTopList, #navTopList a:link, #navTopList a:visited, #navTopList a:active, #navTopList a:hover {
	list-style-type: none;
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
	margin: 0;
	padding: 0;
}

#navTopList li {
	display: inline;
	margin: 0;
}

#navTopList li.leftPadding {
	padding-left: 10px;
	border-left: 1px solid #FFFFFF;
}

#navTopList li.rightPadding {
	padding-right: 10px;
}


.bottomLine {
	border-bottom: thin solid #CCCCCC;
}


#nav {
	width: 200px;
	float: left;
	text-align: left;
}

#navList, #navList a:link, #navList a:visited, #navList a:active, #navList a:hover {
	list-style-type: none;
	padding-left: 10px;
	font-weight: bold;
	color: #026b9f;
}
.iLink {
	visibility: hidden;
	font-size: 1px;
}
#navList li {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	background-image: url(../images/navarrow.png);
	background-repeat: no-repeat;
	background-position: left;
}




#content {
	padding: 40px;
	text-align: justify;
	height: auto;
	overflow: auto;
}

#footer a, #footer a:hover {
	color: #999999;
}

#footer {
	clear: both;
	font-size: 10px;
	color: #999999;
	border-top: 1px solid #CCCCCC;
	padding: 15px;
	text-align: center;
}


h1, h2 {
	color: #00938a;
	margin: 0;
	padding: 0;
}

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

.quarterList {
	width: 25%;
	margin: auto;
	float: left;
}

.noSpaceing {
	margin: 0px;
	padding: 0px;
}

.title {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

.news {
	border-bottom: thin solid #CCCCCC;
}

.smallText {
	font-size: 12px;
}

.picWrap {
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

.picWrap2 {
	padding: 20px;
	float: right;
}