a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:none;
	color: #626938;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color: #282b16;
}

*
{
border: 0;
margin: 0;
}

body
{

	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background-repeat:repeat-x;
	background-position: top;
	background-color: #ffffff;
}

#mainbg{
	background: url(img/main_bg.gif);
	background-repeat:repeat-y;
	background-position: center;
}

#main{
	margin: 0 auto;
	width: 1014px;
}

#header{
	width: 1014px;
	margin: 0 auto;
	height: 250px;
	padding::0px;
}

#logo{
	text-align: left;
	height: 77px;
	padding-left: 180px;
	padding-top: 23px;
	background: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position:top left;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}


#logo H2 a{
	font-size: 10px;
}

#menu{
	width: 1014px;
	height: 30px;
	margin: 0 auto;
	background: #00663D;
}

#menu ul {
    padding-left: 0px;
}

#menu li {
	display: inline;
}

#menu a {
	font-family: Tahoma, Geneva, Verdana;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	display: block;
	float: left;
	width: 202px;
	height: 30px;
	padding-top: 5px;
}

#menu a:hover {
	height: 25px;
	background: #FFC300;
	color: #000000;
}

#content{
	padding-top: 15px;
	padding-bottom: 15px;
}

#content_bg{
	background-color: #ffffff;
	background-repeat:repeat-x;
	background-position:top;
	background-color: #f3f5e9;
}


#total{
	width: 971px;
	margin-left: 15px;
}

#total p{
	padding-left:0px;
	padding-right:0px;
}

#total h1{
	font-family: Tahoma, Geneva, Verdana;
	font-weight:normal;
	color: #00663D;
	font-size: 17px;
	height: 30px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
	width:100%;
	margin-bottom:5px;
}

#total ul{
	list-style: none;
	margin-bottom: 10px;
	padding-left:0px;
	padding-top: 10px;
	padding-right:0px;
}

#total li{
	background: url(img/ls.gif) no-repeat left top;
	padding-left: 15px;
	margin-bottom: 5px;
}




#left{
	width: 709px;
	margin-left: 15px;
}

#left p{
	padding-left:0px;
	padding-right:0px;
}

#text{
}


#left h1{
	font-family: Tahoma, Geneva, Verdana;
	font-weight:normal;
	color: #00663D;
	font-size: 17px;
	height: 30px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
	width:100%;
	margin-bottom:5px;
}

#left ul{
	list-style: none;
	margin-bottom: 10px;
	padding-left:0px;
	padding-top: 10px;
	padding-right:0px;
}

#left li{
	background: url(img/ls.gif) no-repeat left top;
	padding-left: 15px;
	margin-bottom: 5px;
}

.read, #right ul .read{
	text-align: right;
	background: url(img/read.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-top:10px;
	margin-bottom:10px;
	height:16px;
}

.read a, #right ul li .read a{
	color: #ffffff;
	font-weight:normal;
	padding-right:4px;
	font-size: 12px;
	text-decoration:none;
}

.read a:hover, #right ul .read a:hover{
	text-decoration:underline;
}

#right{
	width: 250px;
	float:right;
	margin-right: 15px;
}

#right h2 {
	font-family: Tahoma, Geneva, Verdana;
	font-weight:normal;
	color: #00663D;
	font-size: 17px;
	height: 30px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	width:100%;
	margin-bottom:5px;
}

#right ul{
	list-style: none;
	margin-bottom: 30px;
	padding-left:7px;
	padding-top: 5px;
	padding-right:10px;
}



#right li{
	background: url(img/ls.gif) no-repeat left top;
	padding-left: 20px;
	margin-bottom: 10px;
}

#right a{
	text-decoration: none;
	color: #00663D;
	font-weight:bold;
}

#right a:hover {
	text-decoration: underline;
}

#footer
{
	background: #00663D;
	height: 25px;
	margin: 0 auto;
	font-size: 11px;
	color: #ffffff;
	padding-top: 15px;
	text-align: center;
	clear:both;
	padding-bottom: 0px;
}

#footer a{
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
.padding{
	padding: 10px;
	color:#FF0000;
	font-weight: bold;
}

