body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #333333;
	background-color: #c3c5c7;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#headerTxt h1 {
	visibility: hidden;
	font-size: 0px;
}
#header {
	background-image: url(images/headerBack.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	background-color: #666666;
}
#nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}

#content {
	text-align: left;
	width: 800px;
	border: solid medium #666666;
	margin: 0;
}
#nav {
	margin: 180px 0px 0px;
}
#content #pageLine h2 {
	font-size: x-large;
	color: #003366;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#content #footer {
	font-size: small;
	padding: 0px 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #footer p {
	padding: 5px 0px 2px;
	margin: 0px;
}


#content #mainText {
	background-image: url(images/ft_med.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 300px;
}
#mainText a:link, a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
#mainText a:hover, a:active {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}

#nav a:link, #nav a:visited {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover, #nav a:active, #nav a.current {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
