body {
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#wrapper {
}
#leftsidebar {
	background-color: #DCD9BD;
	float: left;
	width: 120px;
	height: 6800px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#topHeader {
	background-color: #DCD9BD;
	width: 100%;
	height: 130px;
}
#mainContent {
	width: 80%;
	margin-left: 200px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #630;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}.style1 {
	font-size: 12px;
	color: #996633;
}


.style2 {
	font-size: 14px;
	color: #333333;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	font-style: italic;
	font-weight: bold;
}


.medium_text {
	font-size: 13px;
	line-height: 17px;
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
}
.medium_plus {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 21px;
	color: #663300;
}
a {
	font-size: 12px;
	color: #663300;
	line-height: 14px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #996600;
}
a:hover {
	text-decoration: none;
	color: #996600;
}
a:active {
	text-decoration: underline;
	color: #006633;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 12px;
}
.footer_link {
	font-size: 10px;
	line-height: 12px;
}

.subheaders {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
}
.Page_Headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #900000;
}
.Gray_Headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.Red_Headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C00;
}

.small_Gray_Headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
