/* CSS layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Arial, Helvetica, sans-serif;
background:#857657 url(../images/background2.jpg) top center repeat;
}

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

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

#topmenu {
clear: left;
float: left;
width: 150px;
height: 44px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
background: #fff url(../images/topmenu.gif) top left no-repeat;
}

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

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

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

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #000;
display: block;
padding: 5px 0 0 8px;
background: #ffffff;
border-left:5px solid #FF9900;
}	
	
#menu li a:hover {
background: #ff9900;
color: #ffffff;
border-left: 5px solid #86C32A;
}

.leftnews {
margin: 1px 0 1px 0;
padding: 7px;
width: 140px;
height:180px;
color: #505050;
background: #fff url(../images/tulip.jpg) bottom left no-repeat;
}

.leftnews h1 {
font-family:"Times New Roman", Times, serif;
font-size:20px;
line-height:20px;
font-style:italic;
color:#000;
}


#content {
margin: 0 0px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
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 {
background-color: #EDF3FE;
border: 1px solid #74A8F5;
color: inherit;
padding: 5px;
margin: 0px;
}

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

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

h3 {
font-size: 1.6em;
font-family:"Times New Roman", Times, serif;
font-style:italic;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #FF9900;
}

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

a img {
border: 0;
}

#footer {
clear: both;
margin: 10px auto;
padding: 10px 0 10px 0;
border-top: 3px solid #ff9900;
width: 760px;
text-align: center;
color: #000;
font-size: 0.9em;
}

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

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

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

.right {
margin: 0px 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;
}

.style3 {color: #000}
.style4 {color: #999999}
.style5 {color: #FF9933}
.style6 {color: #86C32A}
.style7 {color: #000}