body {
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #D2C1B2;
}

A:link {
	COLOR: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
A:visited {
	COLOR: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
A:active {
	COLOR: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
A:hover {
	COLOR: #000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: right top;
	border: 1px solid #006;
}

#page_header {
	height: 120px;
	clear: both;
	background-color: #BAD4DC;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../img/header.gif);
}

#page_header h1 {
	margin: 0px;
	padding-top:30px;
	padding-left:25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:32px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333;
}

#page_header h2 {
	margin: 0px;
	padding-left:25px;
	font-family: verdana, arial, sans-serif;
	font-size:13px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #365768;
}

#menu_bar {
	height:40px;
	clear: both;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
}

#menu_bar ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	color: White;
	float: left;
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	background-color: #7CADBE;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	color: #EFEFEF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	background-color: #699CB2;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
}

#menu_bar ul li a:hover
{
	color: #155E8E;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
}

#content_wrapper {
	clear:both;
	margin: 10px;
}

#right_side {
	margin-top:5px;
	float: right;
	width:160px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-right: 15px;
}

#right_side h3 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	padding:5px;
	background-color:#C6DCE2;
	border-bottom-style: solid;
	border-bottom-color: #006;
	border-bottom-width: 1px;
	color: #000;
}

#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:560px;
	background-color: #FFFFFF;
	border:0px dashed #cccccc;
}
#left_side a {
	color: #F00;
}
#left_side a:hover {
	color: #F00;
	text-decoration: underline;
}

#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 p {
	margin-top:0px;
	margin-bottom:15px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #000;
	padding-left:4px;
	text-align: left;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  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: #779E28;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

#page_footer {
	height: 60px;
	background-color: #FFF;
	clear: both;
}

#page_footer p {
	padding-top:18px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	letter-spacing:1px;
}
#page_footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
} 

.arrow_list li {
	background-repeat: no-repeat;
	background-position: 0 7px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height:18px;
}

