* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background: #fbeec7;
color: #444;
font: 13px Arial, Verdana, Tahoma, sans-serif;
line-height: 17px;
}

img {border: none;}
a{ color: #2A84E5; text-decoration: none; }
a:hover {  color: #000; }

#top {
	padding: 10px 0;
	background-color: #FFF;
	background-image: url(Images/top.jpg);
	background-repeat: no-repeat;
}


#contentt {
	padding: 20px;
	background-color: #FFF;
	background-image: url(Images/content.jpg);
	background-repeat: repeat-y;
}
#bottom {
	padding: 10px 0;
	background-color: #FFF;
	background-image: url(Images/bottom.jpg);
	background-repeat: no-repeat;
}

#wrap {
width: 970px;
margin: 0 auto;
}

#header {
	height: 170px;
	line-height: 36px;
}

/* Search */

#search {
	float: right;
	width: 200px;
	height: 28px;
	background: #FFFFFF url(Images/img02.gif) no-repeat;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 5px 5px 35px;
	width: 160px;
	height: auto;
	background: none;
	border: none;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000;
}

#search br {
	display: none;
}



#header h1 { 
font-size: 20px;
letter-spacing: -1px;
padding: 30px 0 0 10px;
color: #000;
}
#header h1 a { 
color: #94AA74; /*blue   3B8FE9*/
text-decoration: none;
}
#header h1 a:hover {
color: #000;
}
#header h2 { letter-spacing: -1px; padding: 0 0 0 16px; font-size: 29px; color: #000; }

#headermenu {
	height: 25px;
	background: #3B8FE9 url(Images/menubg.jpg) repeat-x;
	line-height: 25px;
}
.headerm {
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
}
.headerm li {
float:left;
list-style-type:none;
}
.headerm li a {
	display:block;
	padding:0 20px;
	text-decoration:none;
	color: #fff;
	letter-spacing:1px;
	letter-spacing: -1px;
	font-size: 17px;
	font-weight: 100;
}
.headerm li a:hover {
color:#000;
text-decoration:none;
}

.left {
margin-top: 10px;
float: left;
width: 200px;
line-height: 15px;
}
.left h2 {
margin-top: 10px;
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
line-height: 30px;	
background: #94AA74 url(Images/contenth2.jpg) repeat-x; /*green*/
height: 30px;
color: #fff;
padding-left: 10px;
}
.left ul  {
color: #aaa; /*dark blu*/
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 10px;
text-decoration: none;	
list-style-type:none;	
}
.left ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
.left ul a {
font-weight: 600;
color: #2A84E5; /*light blu*/
}
.left ul a:hover { color : #333; } /*very dark blu*/

.middle {
	margin-top: 10px;
	float: left;
	width: 510px;
	margin-left: 10px;
	line-height: 20px;
}
.middle h2 {
font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
color: #fff;	/*dark blu*/
background: #94AA74 url(Images/contenth2.jpg) repeat-x;   /*94AA74 = red*/
margin-bottom: 5px;
margin-top: 10px;
height: 30px;
line-height: 30px;
padding-left: 10px;
}
.middle h2 a {
color: #fff;
}
.middle h2 a:hover {
color: #000;
}

/*middle2*/
.middle2 {
	margin-top: 10px;
	float: left;
	width: 720px;
	margin-left: 10px;
	line-height: 20px;
}
.middle2 h2 {
font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
color: #fff;	
background: #94AA74 url(Images/contenth2.jpg) repeat-x;
margin-bottom: 5px;
margin-top: 10px;
height: 30px;
line-height: 30px;
padding-left: 10px;
}
.middle2 h2 a {
color: #fff;
}
.middle2 h2 a:hover {
color: #000;
}

.right {
margin-top: 10px;
float: right;
width: 200px;
}
.right h2 {
margin: 10px 0 20px 0;
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
line-height: 30px;	
background: #94AA74 url(Images/contenth2.jpg) repeat-x;
height: 30px;
color: #fff;
padding-left: 10px;
}

#footer { 
color: #777;
text-align: center;
padding-bottom: 10px;
}
#footer a {  color: #777; text-decoration: none; }
#footer  a:hover { color: #000; } 
