body {
	background-image: url(images/background_gradiant.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9BD0EC;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div {
  margin: 0;
  padding: 0;
}

#container {
	text-align: left;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	height: 100%;
	position: relative;
}

#spacer { height:124px; } /*124*/

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
/*#container #body_area {*/
#body_area {
	background-image: url(images/middle.gif);
	background-repeat: repeat-y;
	width: 898px;
	min-height: 500px;
  height:auto !important;
  /*height:508px;*/
	padding-bottom:1px;
	padding-top:1px;
}
#header {
	position: absolute;
	top: 91px;
	left: 0px;
}
#navigation {
	position: absolute;
	top: 107px;
	left: 0px;
	width: 190px;
	text-align: center;
}
#content {
	margin-top: 0px;
	margin-left: 190px;
}

#bottom_nav {
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 15px;
	border: 0px solid red;
}
.body_text {
	font-size: 14px;
	color: #666666;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
}

.header {
	font-size: 16px;
	color: #FF8800;
	font-weight: bold;
}
.footer a:link {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:active {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.text a:link {
	font-size: 12px;
	font-weight: normal;
	color: #ff8800;
	text-decoration: underline;
}
.text a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #ff8800;
	text-decoration: underline;
}
.text a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #ff8800;
	text-decoration: underline;
}
.text a:active {
	font-size: 12px;
	font-weight: normal;
	color: #ff8800;
	text-decoration: underline;
}



.sub_header {
	font-size: 14px;
	font-weight: bold;
	color: #006DAB;
}
.home_text {
	font-size: 16px;
	color: #666666;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF8800;
	padding: 0;
	margin: 0;
}
