body {
  text-align: center;
  background: #F4FDE5 url(../img/bg.jpg) top center no-repeat fixed;
  margin-top:10px;
  margin-bottom:10px;
}

A:link {
	COLOR: #FF6600; text-decoration: none; 
}
A:visited {
	COLOR: #FF6600; text-decoration: none;
}
A:active {
	COLOR: #FF6600; text-decoration: none;
}
A:hover {
	COLOR: #FF6600; text-decoration: underline;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url(../img/content_bg.jpg) top right repeat-y;
  border: 1px solid #018843;
}

#page_header {
  height: 170px;
  background: #FFFFFF url(../img/top_logo.jpg) no-repeat left top;
  clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-top:30px;
  padding-right:25px;
  font-family: verdana, arial, sans-serif;
  font-size:22px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
  float: right;
}

#menu_bar {
  height:40px;
  background: #FFFFFF url(../img/drop_shadow.gif) top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #FF6600 url(../img/menu_bg.gif) top left repeat-x;
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:14px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  background: #FF6600 url(../img/menu_bg.gif) top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu_bar ul li a:hover
{
  background: #FF6600 url(../img/menu_hover_bg.gif) top left repeat-x;
  color: #FFFFFF;
}

#menu_bar ul li a.blue
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  background: #FF6600 url(../img/bluemenu_bg.gif) top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu_bar ul li a.blue:hover
{
  background: #FF6600 url(../img/bluemenu_hover_bg.gif) top left repeat-x;
  color: #FFFFFF;
}

#logo_sub {
  height:40px;
  background: #FFFFFF url(../img/drop_shadow.gif) top left repeat-x;
  clear: both;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#right_side {
  margin-top:5px;
  float: right;
  width:170px;
  border:0px dashed #cccccc;
}

#right_side h2 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #000099;
  padding:4px;
  border: 1px solid #99CCFF;
  background-color:#F4FDE5;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #FF6600;
  padding:4px;
  border: 1px solid #99CCFF;
  background-color:#F4FDE5;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#left_side {
  float: left;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #FF6600;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #018843;
  clear:both;
}

#left_side h5 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  background-color:#FFFFFF;
  padding:4px;
  clear:both;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
  margin-right: 40px;
  margin-top: 20px;
}

.feature_box {
  float:left;
  width:250px;
  background-color: #F6FCEC;
  border:1px solid #99CCFF;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

.feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #000066;
}

.feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

.tableserch{
		position:absolute;
		top:-500px;
		height:auto;
		width:auto;
		}

.picture_box {
  float:right;
  width:200px;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#page_footer {
  height: 40px;
  background-color: #FFD310;
  clear: both;
}

#page_footer p {
  padding:16px 0 4px 0;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  color: #666666;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}

.backlink { 
  padding-left: 10px;
  background-image: url(../img/arrow_back.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

/* TABLES */ 
table {
	border: 1px solid #69f;
	border-collapse:collapse;
	width:90%;
	margin: 5px 8px 5px 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
}
td {
	background-color: #fff;
	padding:2px;
	border: 1px solid #ccc;
	color:#666666;
}
th {text-align:left; border: 1px solid #69f}
thead th {color:#fff; background-color: #FF6600 ; padding: 10px 6px}
tbody th {color:#fff; background-color: #FF6600 ; padding: 6px}
tbody th.sub {color:#fff; background-color: #336; padding: 6px}
