@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/Bkgrnd.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #487795;
}
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: auto;
	height: 300px;
	width: 980px;
	position: relative;
}
#tagline {
	background-color: #000000;
	text-align: center;
	margin: auto;
	height: 24px;
	width: 980px;
	position: relative;
	padding-top: 2px;
}
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ded6ac;
	margin: auto;
	width: 980px;
	padding-top: 20px;
	position: relative;
	text-align: left;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 30px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: center;
	margin: auto;
	height: 100px;
	width: 980px;
	padding-top: 5px;
	position: relative;
}
#footer a:link {
	text-decoration: none;
	color:#FFFFFF
}
#footer a:visited {
	text-decoration: none;
	color:#FFFFFF
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color:#FFFFFF
}
#nav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: right;
	float: left;
	height: auto;
	width: 160px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav a:link {
	text-decoration: none;
	color:#FFFFFF
}
#nav a:visited {
	text-decoration: none;
	color:#FFFFFF
}
#nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#nav a:active {
	text-decoration: none;
	color:#FFFFFF
}
#text {
	text-align: left;
	float: left;
	width: 680px;
	padding-top: 7px;
	padding-left: 25px;
	position: relative;
	line-height: 18px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
#clear {
	clear: both;
	position: relative;
}
.image {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #346381;
}

