@charset "UTF-8";
/* CSS Document */

#topcontainer {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#container2 {
	background-position: left top;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(bar-1.jpg);
	background-repeat: no-repeat;
}
#container3 {
	background-position: left top;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-repeat: no-repeat;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
}
a:link {
	font-family: "Century Gothic", Arial, Helvetica, "San Serif";
	font-size: 14px;
	font-weight: bold;
	color: #006990;
	text-decoration: none;
}
a:visited {
	font-family: "Century Gothic", Arial, Helvetica, "San Serif";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: "Century Gothic", Arial, Helvetica, "San Serif";
	font-size: 14px;
	font-weight: bold;
	color: #9FA617;
	text-decoration: none;
}
.firstpar {
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.greenheader {
	font-family: "Century Gothic", Arial, Helvetica, "San Serif";
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #A0A815;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.greenheader2 {
	font-family: "Century Gothic", Arial, Helvetica, "San Serif";
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #A0A815;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	list-style-type: disc;
	padding-bottom: 6px;
}
.linespacing {
	line-height: 30px;
}

