* { margin: 0; padding: 0; }*

body{ 
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 76%;
 background-color: #206565;
 padding: 20px 0 20px 0;
}

#wrapper {
	background-image: url(img-site/main-bg-04.jpg);
}
 
#pagewidth{ 
 width:966px; 
 text-align:left;  
 margin: 0 auto; 
 background-color: #fff;
 padding-top: 3px;
 border-bottom: 3px solid #fff;
} 
 
#header{
 position:relative; 
 height:180px; 
 background-color: #004E2F;
 background-repeat: no-repeat;
 background-position: 10px 5px;
 width:960px;
 margin: 0 auto 50px auto;
 padding-top: 20px;
 color: #fff;
 font-weight: bold;
 font-size: 1.5em;
}

#header h1 {
	margin: 155px 0 0 7px;
	color: #333333;
	font-size: 1.05em;
}

#header img {
	margin: 5px 0 0 5px;
}

#header a {
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}

#header a:hover {
	text-decoration: underline;
}

#header a img {
	border: 0;
}

#sub-head {
	position: absolute;
	width: 960px;
	height: 44px;
	top: 226px;
	background-color: #9B1900;
	border-left: 3px solid #fff;
}

#sub-head li {
	float: left;
	list-style: none;
	margin-right: 15px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
}

#sub-head li a {
	text-decoration: none;
	color: #fff;
}

#sub-head li a:hover {
	text-decoration: underline;
	color: #fff;
}

#sub-head li a.current {
	text-decoration: underline;
	color: #fff;
}

#menu {
	margin: 14px 0 0 20px;
}
 
#leftcol{
 width:293px; 
 float:left; 
 position:relative; 
 background-color: #0D6F81;
 padding: 3px 7px;
 border-left: 3px solid #fff;
}

#leftcol ul {
	margin-bottom: 20px;
}

#leftcol li {
	list-style: none;
	margin-bottom: 5px;
}

#leftcol li a {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
}

#leftcol a {
	color: #fff;
}

#leftcol li a:hover {
	text-decoration: underline;
}

#leftcol li a.current {
	text-decoration: underline;
}

#leftcol p {
	font-weight: normal;
	font-size: 1.2em;
	color: #fff;
}

#leftcol h3 {
	padding: 5px 0 0 0;
	margin-bottom: 5px;
	font-size: 1.5em;
	color: #fff;
}
 
#maincol{
 background-color:#fff;
 float: right; 
 display:inline; 
 position: relative; 
 width:636px; 
 padding: 3px 7px;
 border-right: 3px solid #fff;
 color: #666666;
}

#maincol p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 5px;
	color: #666666;
}

#maincol h1, #maincol h2 {
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #333333;
	padding: 5px 0 0 0;
}

#maincol h3 {
	padding: 5px 0 0 0;
	margin-bottom: 5px;
	font-size: 1.3em;
	color: #505050;
}

#maincol li {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 5px;
	list-style-position: inside;
	color: #666666;
}

#maincol img {
	border: 3px solid #B4B4B4;
}

#search {
	margin-bottom: 15px;
}
 
#footer{
 clear:both;
 text-align: center;
 width:960px;
 margin: 0 auto 0 auto;
 color: #666666;
 background-color: #5B1817;
 border-top: 3px solid #fff;
}

#footer p {
	padding: 15px;
	color: #fff;
}

#footer a {
	color: #fff;
}

h4 {
	font-size: 1.4em;
	margin-bottom: 15px;
}

.img-home-page {
	margin-bottom: 5px;
}

strong {
	color: #666666;
}

table {
margin: .5em .5em .5em 0;
border-collapse: collapse;
} 

td, th {
padding: .4em;
border: 1px solid #000;
}

.underline {
	text-decoration: underline;
}

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

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

.clear {
	clear: both;
}

#rss {
	margin-bottom: 20px;
	
}

.rss-subscribe {
	margin-bottom: 10px;
}

.feedreader {
	background-image: url(img-site/feed-icon-28x28.gif);
	background-repeat: no-repeat;
	background-position: 0 9px; 
	padding: 5px 5px 5px 36px;
}

.feed-email {
	background-image: url(img-site/email-icon-28-28.gif);
	background-repeat: no-repeat;
	background-position: 0 9px; 
	padding: 5px 5px 5px 36px;
}

.feedreader a {
	display: block;
}

.adsense {
	/*margin-left: 10px;*/
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* sNews */
fieldset {
 border: 1px solid #E4DF94;
 margin: 0 0 8px 0; 
}

input {
 padding: 2px;
}

textarea { 
 width: 97%; 
 height: 20em; 
 padding: 3px;
}

.comment { 
 color: #808080;
 background-color: #eee;
 padding: 10px;
 margin-bottom: 10px;
}

.date {
 border-top: 1px solid #eee;
 border-bottom: 1px solid #eee;
 padding: 5px;
}
