html {
	background-color: #FFF;
}

body {
	background-color: #fff;
	text-align: center;
}

div#wrapper {
	text-align: left;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	font-weight: bold;
	border-bottom: 1px #000 solid;
	padding: 0px;
	text-align: center;
}

legend {
	font-weight: bold;
}

ul#menu {
display: block;
height: 22px;
	margin: 0px;
	padding: 0px;
	background-color: #80a6a9;
width: 600px;
float: left;
}

ul#menu li {
display: inline;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	position: relative;
	top: 5px;
}

ul#menu li a {
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	top: 5px;
}

ul#menu li a:hover {
	/*color: #f07020;*/
	color: #ffad5c;
}

div#menu {
	width: 870px;
	margin: 0px;
	padding: 0px;
}

div#login {
	text-align: right;
	font-size: 11px;
	margin-bottom: 10px;
}

h1 {
	display: none;
	width: 190px;
	height: 60px;
	float: left;
}

div#content {
	clear: both;
	margin: 0px;
	margin-bottom: 10px;
}

div#top div#logo {
	background-image: url("../images/logo-top.gif");
	width: 190px;
	height: 60px;
	float: left;
	display: inline-block;
}

div#top div#menu {
	color: #000;
	font-size: 11px;
	font-family: Arial;
	text-align: right;
	margin-right: 5px;
	position: relative;
	top: 20px;
	width: 650px;
	float: right;
}

div#top div#menu a {
	/*color: #ffad5c;*/
	color: #ff9020;
	font-weight: bold;
	text-decoration: none;
}

a {
	/*color: #ffad5c;*/
	color: #ff9020;
	font-weight: bold;
}

a:hover {
	color: #397F39;
}


div#bottom {
	border-top: 1px #5e8e92 solid;
	clear: both;
	/*float: left;*/
}

div#bottom img {
	float: left;
	clear: none;
}

div#bottom div#menu {
	position: relative;
	top: 20px;
	text-align: right;
	width: 500px;
	float: right;
	clear: none;
	color: #ccc;
	font-family: Arial;
	font-size: 11px;
}

div#bottom div#menu a {
	color: #999;
	text-decoration: none;
}

div#news_menu a:hover {
	color: #fff;
}

div#top:after, div#menu:after, div#bottom:after, #content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#top, div#menu, div#bottom , #content{display: inline-block;}

/* Hides from IE-mac \*/
* html div#top, html div#menu, html div#bottom, #content {height: 1%;}
* div#top, div#menu, div#bottom, #content  {display: block;}
*/* End hide from IE-mac */

div#menu div#news_menu {
	width: 270px;
	height: 22px;
	float: right;
	clear: none;
	background-color: #5e8e92;
	color: #d5e1e2;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial; 
}

div#news_menu a {
	color: #d5e1e2;
	position: relative;
	top: 5px;
	text-decoration: none;
	margin-left: 10px;
}

body span {
	display: block;
	clear: both;
	font-family: Arial;
	font-size: 11px;
	color: #ccc;
}

h2 {
	color: #5e8e92;
   font-size: 20px;
   font-weight: bold;
   font-family: Arial;
   margin-top: 5px;
}

h3 {
	color: #5e8e92;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 5px;
	margin-top: 5px;
}

h3 a, h3 a:hover, h3 a:visited {
	color: #5e8e92;
	text-decoration: none;
}

#left_color {
	width: 580px;
	float: left;
	clear: none;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content {
	font-family: Arial;
	font-size: 12px;
}

#right_color {
	width: 270px;
	background: #d5e1e2;
	float: right;
	clear: none;
	font-family: Verdana;
	font-size: 11px;
}

#right_no_color {
	margin-top: 50px;
	width: 270px;
	float: right;
	clear: none;
	font-family: Verdana;
	color: #000;
	margin-bottom: 10px;
}

#right_no_color span {
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #fff;
	display: block;
	background-color: #80a6a9;
}

#right_no_color span strong {
	margin-left: 10px;
}

#right_no_color ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#right_no_color ul li {
	margin:0px;
	margin-top: 2px;
	background-color: #d5e1e2;
	display: block;
	padding-left: 10px;
}

#right_no_color div {
	background-color: #d5e1e2;
	display: block;
	clear: both;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 12x;
	font-family: Arial;
}

#right_no_color ul ul li {
	margin: 0px;
	background-color: #abc3c6;
	font-size: 11px;
	color: #2c6a70;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#right_no_color ul ul li a {
	color: #2c6a70;
	font-weight: normal;
}


#right_no_color ul li:hover {
	background-color: #80a6a9;
	color: #d5e1e2;
}

#right_no_color ul li:hover a {
	color: #fff;
	font-weight: normal;
}

#right_no_color ul li a {
	text-decoration: none;
	color: #80a6a9;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
}

#right_color ul {
	margin: 0px;
	padding: 25px;
	padding-top: 0px;
	padding-right: 10px;
}

#right_color li {
	list-style-image: url("../images/home-news-bullet.gif");
	margin-bottom: 15px;
}

fieldset {
	display: block;
	clear: both;
}

.pub_title {
	/*color: #ffad5c;*/
	color: #ff9020;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
}

.pub_title:hover {
	color: #397F39;
}

caption {
	text-align: left;
	border-bottom: 1px #999 solid;
	color: #5e8e92;
	/*color: #397F39;*/
   font-weight: bold;
}

table td {
	font-size: 12px;
}
