﻿html, body {
	height:100%;
}

body {
  text-align: center;
  margin-top:10px;
  margin-bottom:10px;
  color:#666666;
  background-color: #fff;
}

A:link {
	COLOR: #0000FF; border:none;
}
A:visited {
	COLOR: #0000FF;
}
A:active {
	COLOR: #0000FF;
}
A:hover {
	COLOR: #FF0000; text-decoration: underline;
}

#page_wrapper {
	/* min-height: 100%; */
	margin: auto;
	margin-bottom: 0px;
	width: 724px;
	background: #fff url('../images/midbg.jpg');
	background-repeat: repeat-y;
	text-align: left;
}

#top { 
	background: #FFFFE0 url('../images/topbg_y.jpg');
	height: 25px;
}

#bottom {
	margin: 0 0 0 0;
	background: #fff url('../images/botbg.jpg') bottom center no-repeat;
	height: 30px;
}

#header_wrapper {
	background: #FFFFE0;
	padding: 0px;
	margin: 0 16px 0 16px;
}

#header {
	height: 150px;
	padding: 0px 0px 20px 250px;
	background: #FFFFE0;
	margin: 0px 0px 20px 30px;
}

#header h1 {
	margin: 0px 25px 0 0;
	padding: 20px 40px;
	font-family: verdana, arial, sans-serif;
	font-size: 28px;
	font-style: italic;
	text-align: center;
	//  color: #FFDF8C;
	color: #EDB32A;
	letter-spacing: -1px;
}

#header h2 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color:#B1C6EB;
  letter-spacing: 1px;
  //background: #F1F6FE;
  //border: 1px solid #DFE8F7;
}

#header h3 {
  margin:10px 0px 0 -250px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color:#B1C6EB;
  letter-spacing: 1px;
}

#left_side {
	margin: 10px 0 0 16px;
	float: left;
	width: 160px;
	background: #F1F6FE url('../images/side_bg.gif') bottom left repeat-x;
}

#right_side {
	float:right;
	margin: 20px 24px 0px 20px;
	padding: 0 0 0 0;
	width: 190px;
	background: #F1F6FE url('../images/side_bg.gif') bottom left repeat-x;
}

#content {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 20px 0 20px;
}

#footer {
	height: 40px;
	background-color: #fff;
	clear: both;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	width: 100%;
}

#footer A:link {
	color: #437DD1; text-decoration: none;
}
#footer A:visited {
	color: #437DD1; text-decoration: none;
}
#footer A:active {
	color: #437DD1; text-decoration: none;
}
#footer A:hover {
	COLOR: #000; text-decoration: underline;
}

#left_side p #right_side p {
  margin:10px;margin-top:15px;margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 10px;
  color: #333333;
}
#right_side li {
	margin-left:0px;
	font-size: 10px;
}

#left_side h3, #right_side h3 {
  margin-top:5px; margin-bottom:10px; margin-left:5px; margin-right:5px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #000;
  border:1px solid #0F3974;
//  background-color: #2153AA;
  background-color: #B1C6EB;

}

#left_side h4, #right_side h4 {
  margin-top:0px;margin-bottom:0px;margin-left:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #1E71E6;
}

#content p {
  margin-top:15px; margin-bottom: 15px;
  line-height: 18px;
}

#content p, li {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #333333;
}

#content ul {
	margin-top:-10px;
}

#content h3 {
  margin-top:5px; 
  margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #2153AA;
}

#content h4 {
  margin-top:0px;margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

#simple ul {
	margin-top:10px;
}
#simple li {
	list-style:none;
}

#navlist
{
  color: Black;
  margin-top:1px;
  margin-bottom:0px;
  text-align:center;
  padding: 5px 0;
  margin-left: 0;
  border-bottom: 1px solid #FFFFFF;
  font: bold 14px Verdana, sans-serif;
}

#navlist li
{
  color: #000000;
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a
{
  color: #000000;
  padding: 5px 15px;
  margin-left: 3px;
  border: 1px solid #FFFFFF;
  border-bottom: none;
//  background: #F1F6FE;
//  background: #B1C6EB;
  background: #F1F6FE;
  text-decoration: none;
}

#navlist li a:link { color: #000000; }
//#navlist li a:visited { color: #F1F6FE; }

#navlist li a:hover
{
  color: #FFFFFF;
//  background: #3364BB;
  background: #B1C6EB;
//  border-color: #0F3974;
  border-color: #FFFFFF;
}

#navlist li a#current
{
  color: #000;
  background: #B1C6EB;
  border-bottom: 1px solid #FFFFFF;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.featurebox_center {
	background-color: #FFFFE0;
	margin: 0px 200px 20px 0;
	padding: 10px;
	border: 1px solid #DFE8F7;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.featurebox_side {
  background-color: #FFFFE0;
  margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #333333;
}