body {
	margin: 0;
	padding: 0;
	background: #edeeee url('img/background.gif') top left repeat-x;
	color: #292929;
	font-family: "Lucida Grande",sans-serif;
	font-size: 12px;
	line-height: 1.6;
}

a, a:link, a:visited, a:active, a:focus {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #f36e2c;
	text-decoration: none;
}

#header{
	height: 53px;
	overflow: hidden;
	margin: 8px 0 0 0;
}

h1{
 margin: 0;
 padding: 0;
 font-size: 20px;
 line-height: 55px;
 font-weight: normal;
 margin: 0 0 0 20px;
}

h1 img{
 float: left;
 display: inline;
 margin-right: 5px;
}

#headertxt {
	color: #aaaaaa;
	font-family: "Lucida Grande",sans-serif;
	font-size: 11px;
	float: right;
	text-align: right;
	line-height: 2;
	padding: 0 10px 0 0;
	margin: 0;
}

#headertxt a {
	color: #666666;
}

#headertxt a:hover {
	color: #f36e2c;
}

#site {
	background-color: #ffffff;
	height: 100%;
	margin: auto;
	padding: 0;
	position: relative;
	text-align: justify;
	width: 975px;
}

h2 {
	color:  #336699;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}

#sidebar h2{
	color: #336699;
} 

h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}


ul#menu{
	background: url('img/menu.png') top right no-repeat;
	height: 47px;
	margin: 10px auto;
	width: 935px;
	list-style: none;
	padding: 0;
}


#menu li {
	font-size: 14px;
	color: #3c5160;
	padding: 0;
	float: left;
	list-style: none;
}

#menu a {
	color: #3c5160;
	float:left;
	display:inline;
	height: 19px;
	margin-left: 5px;
	padding: 14px 12px;
}

#menu a:hover {
	background-color: #89caf7;
	color: #ffffff;
	text-decoration: none;
}

#site2 {
	clear: both;
	height: auto !important;
	overflow: hidden;
	padding: 0 25px;
}

#main {
	float: left;
	width: 630px;
}

#sidebar {
	border-left: 1px solid #dddddd;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	width: 250px;
}

#sidebar fieldset{
	border: 1px solid #dddddd;
}

#sidebar form{
	margin: 5px 0;
	text-align: left;
}

#sidebar label{
 font-weight: bold;
 display: block;
}

#sidebar legend{
	font-weight: bold;
}

#sidebar .text{
	width: 90%;
}

.sidebar-block {
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
	display: block;
	overflow: hidden;
	text-decoration: none;
	width: 250px;
	text-align: left;
}

.sidebar-block:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}

.sidebar-block-image {
	float: left;
	margin-top: 12px;
}

.sidebar-block-text {
	color: #7d7b7b;
	float: right;
	font-size: 11px;
	margin-top: 7px;
	width: 210px;
}

.sidebar-block-title {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}


.news-title a {
	color: #6dba0c;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}

.news-title a:hover {
	color: #f36e2c;
}

.readmore a {
	color: #3B98E1;
}

.readmore a:hover {
	color: #f36e2c;
}

#footer {
	clear: both;
	overflow: hidden;
	text-align: center;
}

.icon{
 float:left;
 display: inline;
 margin-right: 3px;
}

#main table{
 width: 90%;
 margin: 10px auto;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
}

#main td, #main th{
 font-size: 1em;
 padding: 5px;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 text-align: left;
}

#main th{
 background: #eee;
 text-align: left;
 font-weight: bold;
}

.screen{
 float: left;
 display:inline;
 margin: 5px 10px 10px 0;
}

.red{
 color: #f00;
}

.green{
 color: green;
}