
body {
margin: 0 auto;
padding: 0;
font: 90% Times New Roman;
/* background: #d2d4d4 url(images/backround.gif) top center repeat-y; */
}

#leftsidebar {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 740px;
}

/* 
#header {
margin: 0 0 8px 0;
border: 0;
}
*/

#header {
clear: both;
margin: 0;
padding: 0 0 0 0;
border-top: 3px solid #007467;
width: 800px;
}

#logo {
clear: left;
float: left;
width: 222px;
height: 135px;
margin: 0px 0px 0px 10px;
padding: 0;
border-bottom: 1px solid #000000;
}

#menu {
clear: left;
float: left;
width: 200px;
margin: 29px 10px 10px 10px;
padding: 0;
font-size: 0.9em;
}

#menu ul {	
list-style: none;
width: 200px;
margin: 0px 10px 10px 10px;
padding: 0;
font-size: 1.3em;
}	

#menu li {
margin-bottom: 4.2px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #000000;
display: block;
padding: 5px 0 0 8px;
background: #ffffff;
border-left: 3px solid #007467;
}	
	
#menu li a:hover {
background: #e3fffc;
color: #000000;
border-left: 3px solid #007467;
}

.leftnews {
margin: 50px 10px 10px 0;
padding: 5px;
width: 222px;
color: #000000;
background: #e3fffc;
line-height: 1.1em;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}

.rightnews {
float: right;
width: 94px;
background-color: #F7F9F7;
margin: 0 0 10px 10px;
padding: 5px;
font-size: 0.9em;
line-height: 1.5em;
}

#rightnews p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0px 0px 0px 260px;
border-left: 0px solid #f0f0f0;
border-right: 0px solid #f0f0f0;
padding: 0 0px 0 0px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
	padding: 0px;
	display:inline;
	border: thin none #CCCCCC;
	background-color: #FFFFFF;
}

.greenbox {
background-color: #F7F9F7;
border: 1px solid #94BD53;
color: inherit;
padding: 5px;
margin: 0px;
}

.bluebox {
color: inherit;
background: #e3fffc;
line-height: 1.1em;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 5px;
margin: 15px;
}

.splitright {
background-color: #ffffff;
width: 49%;
float: right;
overflow: hidden;
}

.splitleft {
background-color: #ffffff;
width: 49%;
float: left;
overflow: hidden;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: underline;
color: #000000;
}

a:hover {
text-decoration: underline;
color: #0000ff;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 3px solid #007467;
width: 800px;
text-align: center;
color: #000000;
font-size: 0.8em;
}

#footer a {
color: #a32b2b;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #74A8F5;
}

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

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.style1 {color: #000000; font-size: larger;}
.style3 {color: #000000}
.style4 {color: #999999}
.style5 {color: #FF9933}
.style6 {color: #a32b2b}
.style7 {color: #000000}
.style9 {color: #000000; font-size: 10px;}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

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

