@charset "utf-8";
body  {
	background: #91C33C;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
body a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
body a:hover {
	font-weight: bold;
	color: #FCB034;
}

#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/site/BG.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #91C33C;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	height: 750px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: auto;
	margin: 0px;
	text-align: center;
}
#mainContent  {
	margin: 0px 0px 0px 195px;
	padding: 0px 60px;
	height: 750px;
	width: 685px;
	position: static;
	left: 0px;
	top: 0px;
	text-align: justify;
	border-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
} 
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30pt;
	color: #C78113;
	text-align: center;
	font-weight: bold;
}
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #000000;
	text-align: center;
}
#mainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
#mainContent  p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-align: justify;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#HomepageContainer {
	background: url(images/site/homepage_BG.jpg);
	margin: 0px auto;
	padding: 0px;
	height: 750px;
	width: 1000px;
	border: thin solid #91C33C;
}
#menu {
	position:relative;
	left:15px;
	top:241px;
	width:150px;
	height:380px;
	z-index:1;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 26pt;
	clear: both;
}
#menu a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	font-weight: bold;
	color: #FCB034;
}
.page_on {
	color: #FCB034;
	font-weight: bold;
}
#iFrame {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	width: 660px;
	text-align: left;
	font-style: italic;
}
#iFrame p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#mainContent_iFrame {
	margin: 0px 0px 0px 195px;
	padding: 0px 57px;
	height: 750px;
	width: 700px;
	position: static;
	left: 0px;
	top: 0px;
	text-align: justify;
	border-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
