@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#mastehead {
	height: 100px;
	text-align: center;
	margin-top: 12px;
}
#topnav {
	background-image: url(../Images/blue_tone.gif);
	clear: both;
	width: 1000px;
	height: 25px;
}
#leftnav {
	background-color: #CCCCCC;
	float: left;
	width: 175px;
	text-align: center;
	margin-right: 35px;
}
#centerColumn {
	width: 580px;
	float: left;
	text-align: left;
}
#singleColumn {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
	text-align: left;
	width: 1000px;
}
#rightColumn {
	width: 175px;
	float: left;
	position: relative;
	visibility: visible;
	left: 35px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	list-style-type: disc;
	list-style-position: inside;
}
#leftColumn {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #666666;
	text-align: center;
	width: 175px;
	margin-right: 35px;
	float: left;
}

