* {
	margin: 0;
	padding: 0;
}

body {
/*background: #E1F2D0 url(../images/bg.jpg) repeat-y top center;*/
background-color:#FFFFFF;
font-family: Tahoma,"MS Sans Serif",sans-serif;
font-size: 12px;
line-height: 20px;
color: #222222;
}

a {
text-decoration: none;
color: #75B03C;
}
a:hover {
text-decoration: underline;
color: #111111;
}

#wrap {
margin:auto;
/*width:auto;*/
width:1003px;
/*width: 800px;*/


}

#header {
/*height: 80px;*/
/*width: 798px;*/
/*margin:auto;*/
background: #FFFFFF url(../images/2.gif) repeat-x;
height:196px;
width:auto;
}
.glossymenu{
	/*width:97%;*/
	width:auto;
	position: relative;
	padding: 0 0 0 10px;
	background:  #a4c64b url(../images/menu_bg.jpg) repeat-x; 
	height: 38px;
	list-style: none;
	/*margin-left: 11px; 
	margin-right: 9px;*/
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#336600;
	text-decoration: none;
	font-family: Tahoma,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px;
	height: 46px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; 
	text-decoration: none;
}
.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menu_hover_left.jpg) no-repeat; 
	text-decoration: none;
	

}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menu_hover_right.jpg) no-repeat right top; 
	text-decoration: none;
}

#flag{
width: 50px;
margin:5px 2px 0 0;
float:right;
/*clear:right;*/
}
#content {
margin-top: 20px;
padding: 0 10px;
}

.right {
float: right;
width: 750px;
text-align: justify;
padding-top: 5px;
margin-right:5px;
/*margin-top:5px;*/
font-family: Tahoma,"MS Sans Serif" , sans-serif;
font-size:15px;
}
/*.right h3{
font-family: Tahoma,"MS Sans Serif", sans-serif;
font-size:12px;
color:#336600;
font-weight:bold;
background: #FFFFFF url(../images/ll.jpg) repeat-x;
height: 25 px
}*/
.right h2 {
font-family: Tahoma, "MS Sans Serif",sans-serif; 
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #FFFFFF url(../images/content_750.jpg) repeat-x;
}
.right h4{
font-family: Tahoma,"MS Sans Serif", sans-serif;
font-size:12px;
color:#336600;
font-weight:bold;

}
.right a {
text-decoration: none;
color: #75B03C;
}

.left {
float: left;
width: 190px;
/*padding-top: 20px;*/
margin-top:5px;
background-color:#FFFCF0;
}
.left h2 {
/*margin: 10px 0 0 0;*/
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #E9CF16 url(../images/h2_1.jpg) no-repeat;
color: #996600;
font-size: 14px;
font-weight: bold;
}
.left h5{
font-size: 13px;
color:#75B03C;
text-align:center;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #75B03C;
}
.left ul li a {
text-decoration: none;
font-weight: 600; 

}
.left ul li a:hover {
	
}

.center a {
text-decoration: none;
color: #FFFFFF;
}


#footer {
padding-top: 30px;
}
.footermenu{
float:none;
text-align: center;
font-size: 11px;
color: #AAAAAA;
}
.footermenu a{
font-size: 11px;
color: #AAAAAA;
}
.footermenu a:hover {
font-size: 11px;
color:#666666;
}
.footerline{
text-align: center;
font-size: 11px;
color: #AAAAAA;
border-top: 1px dotted #AAAAAA;
}
