body {
background-color:#bdc4b7;
padding: 10px 0 0 0;
font-family: verdana, serif;
text-align:center;
}

#outside_shadow {
border-style:solid; 
color:#DBD9C2; 
margin: auto; 
width:800px; 
height: auto;
}

#title_box {
background-color:#2f5668; 
width:800px; 
height:110px;
}
#title {
color: white;
text-align: left;
padding: 10px 0 0 10px;
font-size: 30px;
}

#title_box img {
float: right;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

#small_title {
color: white;
text-align: left;
padding: 10px 0 0 25px;
font-size: 15px;
}

#small_caps {
font-variant: small-caps;
font-size: 28px;
}

#menu {
  margin:0px;
  padding:0px;
  border:0px;
  height:25px;
  clear:both;
  background: #F59300;
}

#menu_container ul {
  padding-left: 0;
  margin-left: 0px;
  margin-top:0px;
  background-color: #F59300;
  color: White;
  float: left;
  width: 800px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
}

#menu_container ul li { display: inline; }

#menu_container li .last { border-right: none; }

#menu_container ul li a {
  padding-top: 5px; 
  padding-bottom: 7px;
  padding-left:10px;
  padding-right: 10px;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
 
}

#main_area {
	min-height:400px;
	height:auto;
	width:800px;
	background-color: #f0e080;    
	padding: 10px 0;
	text-align:right;
}

#main_area > #mr {
	width: 769px;
	text-align: left;
	margin: 0px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #2f5668;
	background-color: #fff;
}

#mr {
	width: 778px;
	text-align: left;
	margin: 0px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #2f5668;
	background-color: #fff;
}

#mr > #mr_box {
float: left;
margin: -5px 0px  0  -5px;
padding: 5px 5px 5px 5px;	
	background-color: #2f5668;
	color: white;
	font-weight: bold;
	font-size: small;
}

#mr_box {
float: left;
margin: -5px 0px  -5px  -5px;
padding: 5px 5px 5px 5px;	
	background-color: #2f5668;
	color: white;
	font-weight: bold;
	font-size: small;
}

#mr_label, #mr_source, #mr_headline {
display: inline;	
text-align: left;
color: black;
	font-size: small;
	margin: 0px 0px 0px 5px;
	background-color: #fff;
}

#mr_label a, #mr_label a:visited {
text-decoration: none;
color: black;
}

#mr_source a, #mr_headline a, #mr_source a:visited, #mr_headline a:visited 
{
text-decoration: none;
color: blue;
}

#mr_icon {
float:right;
display:inline;
margin: -18px 0 0 0;
}

#left_column {
	float: left;
	width: 160px;
	display: inline;
	padding: 0 0 0 10px;

}

#left_column_heading {
	text-align:center;
	background-color: #2f5668;
	color:white;
	font-weight: bold;
	font-size: 12px;
}

#left_column_content {
	text-align:left;
	background-color:#fff;
¸	color:black;
	border: 1px solid #2f5668;
	padding: 5px;
}

#center_column {
	width: 610px;
	margin: 0 10px 0 10px;
}

#main_area > #center_column {
	width: 610px;
	margin: 0 10px 0 180px;
}

#center_column_header {
	text-align: left;
	background-color: #2f5668;
	color:white;
	font-size: 12px;
	padding: 2px 0 2px 5px;
	font-weight: bold;
}

#center_column_content {
	text-indent: 15px;
	text-align:justify;
	background-color:#fff;
	color:black;
	border-right: 1px solid #2f5668;
	border-left: 1px solid #2f5668;
	padding: 5px 10px 5px 5px;
	font-size: small;
}

#center_column_content a, #center_column_content a:visited, #center_column_footer a, #center_column_footer a:visited {
	text-decoration: none;
	color: black;
}

#center_column_header a, #center_column_header a:visited {
	text-decoration: none;
	color: white;
}

#center_column_footer {
	background-color: #fff;
	color:black;
	font-size: 10px;
	padding: 2px 2px 2px 5px;
	border-right: 1px solid #2f5668;
	border-left: 1px solid #2f5668;
	border-bottom: 1px solid #2f5668;
	font-weight: bold;
}

#center_column_footer_table {
	font-weight: bold;
	color:black;
	font-size: 10px;
}

#center_column_spacing {
	height: 20px;
}

#italics {
	font-style: italic;
	padding: 3px 0 3px 3px;
}

#right_column {
	float: right;
	width: 160px;
	padding: 0 10px 0 0;
}

#right_column_heading {
	text-align:center;
	background-color: #2f5668;
	color:white;
	font-weight: bold;
	font-size: 12px;
}

#right_column_content {
	text-align:left;
	background-color:#fff;
	color:black;
	border: 1px solid #2f5668;
	padding: 5px;
}

#outside_column ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  float: left;
  list-style: none;
}

#outside_column li {
	list-style: none;
}

#column_divider {
	height: 30px;
}

#footer {
	background-color: #2f5668;
	color: white;
	font-weight: bold;
	font-size: 12px;
	margin: auto;
	width: 800px;
	text-align: center;
}

#sides {
  padding-left: 0;
  margin-left: 0;
  margin-top: -5px;
}

#sides li {
  list-style: none; 
  margin: 0;
  line-height:20px;
  border-bottom: 1px solid #D1D9C4;
  font-size:10px;
}

#sides li a { text-decoration: none; color: black; }

