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

body {
	background-color: #D6D6D6;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	color: #333;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
}


.banner1 {
	height: 250px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.mainarea {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.navleft {
	float: left;
	height: auto;
	width: 180px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FDD128;
	padding-left: 15px;
}
.mainpagearea {
	float: right;
	height: auto;
	width: 760px;
	padding-top: 10px;
	padding-right: 20px;
}
.top2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	height: 40px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	text-align: center;
}
.navtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
	clear: both;
	height: 30px;
	width: 100%;
}
.link_white {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.horizontalbar {
	clear: both;
	height: 1px;
	width: 100%;
}
ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333;
}
.heading2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000;
	text-transform: uppercase;
}
ol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
}

