body, table, tr, td, div, ul, li, p, h1, h2, h3, form, a, ul, li, img {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	color: #333333;
}
body {
background-image: url('images/bgmain.gif');
text-align:center;
font-size: 11px;
color: #333333;
}

.wrapper	{
	background-color: #348017;
	color: #333;
	margin: 20px auto 10px auto;
	border: 1px solid #348017;
	width: 765px;
}

.special {
	background-color: #EFF3F5;
	padding: 10px;
	border: 1px solid #A0BBC8;
}

h1, h2, h3 {
  font-weight: normal;
	margin-top: 5px;
	letter-spacing: 1px;
	border-bottom: 1px solid #437C17;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

#header	{
	background-color:#162E5C;
	text-align: left;
}

#header ul {
	background-color:#162E5C;
	list-style-type: none;
	color: #FFF;
	
	
}
#header ul li {
	display: block;
	float: right;
	background-color:#348017;
}
#header ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	padding: 0 12px;
	font-size: 11px;
	border-left: 1px solid #dee7eb;
}
#header ul li a:hover {
	color: #DEE7EB;
	text-decoration: underline;
}
.clearboth{
clear:both;
background-color:#FFFFFF;
border-bottom: 1px solid #162E5C;
}
.header1 {
clear:both;
background-color:#FFFFFF;
padding: 10px;
}

a.regular, a:visited.regular {
	color: #1d475d;
	text-decoration: none;
	cursor:text;
	font-weight:normal;
}
.maincontent {
	float: left;
	padding: 10px 20px;
	width: 554px;
	color: #666666;
	background-color: #fff;
	border-right: 1px solid #A0BBC8;
	text-align:left;
	
}
.leftcontent {
float:left;
width:170px;
background-color:#437C17;
height: 100%;
}

ul.leftlink
{
list-style-image: url(image/arr.gif);
padding-left:18px;
text-align:left;
}

a.left:link {
font-weight: bold;
text-decoration: none;
color: #FFF;
font-size: 11px;
line-height: 20px;
}
a.left:visited {
font-weight: bold;
text-decoration: none;
color: #FFF;
font-size: 11px;
line-height: 20px;
}

a.left:hover {
color: #DEE7EB;
	text-decoration: underline;
}



