﻿@charset "UTF-8";
body 
{
	background: #FFF8DC;
	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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: auto;
}
.absolute {
position:absolute;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF8DC; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
.oneColFixCtrHdr #header {
	height:145px;
	width:980px;
}

.oneColFixCtrHdr #button {
	top: 145px;
	margin-right: auto;
	margin-left: auto;
}

.a:header{
color: #FFF8DC;
}

.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 780px;
	height: auto;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #menu_bar {
	background-color:  #f48466;
	height: 30px;
	width: 980px;
	top: 148px;
}
.text {
	background-color: #FFF8DC;
	height:auto;	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FF6633;
	padding-left: 10px;
}
#apDiv1 {
	position:absolute;
	left:550px;
	top:180px;
	width:452px;
	height:144px;
	z-index:1;
	float: right;
}
.image {
	float: right;
	height: 134px;
	width: 474px;
	left: 400px;
	top: 50px;
	position: relative;
	background-image: url(images/Image.jpg);
	background-repeat: no-repeat;
}
.brown_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #884e01;
	padding-right: 10px;
	padding-left: 13px;
	line-height: 22px;
}
.UL_brown_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #884e01;
	padding-right: 10px;
	padding-left: 20px;
}
.button  {
	height: 29px;
	top: 145px;
	padding-left: 436px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #FF6633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #884F02;
}
a:hover {
	text-decoration: underline;
	color: #884e01;
}
a:active {
	text-decoration: none;
color: #884e01;
}
.backtotop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6633;
}
.Float_right {
	text-transform: capitalize;
	color: #FF6633;
	float: right;
	position: absolute;
	top: 332px;
	right: 280px;
	width: 300px;
}
.menu_table {
	/*position: absolute;*/
	height: 29px;
	width: 980px;
}
.frame {
	display: run-in;
	height: 100%;
	width: 980px;
	overflow: scroll;
	scrollbar-3d-light-color: cc0000;
	scrollbar-arrow-color: 6b0908;
	scrollbar-base-color: ffcc00;
	scrollbar-highlight-color: green;
	word-break: 750 px;
}
