*{ margin: 0; padding: 0; }
li{ margin-left: 20px; }
table{ border-collapse: collapse; } 
img{ border: 0; }
a{ text-decoration: none; }
.ie_float_bug{ float: left; }
p, table, ul, ol{ margin-bottom: 10px; }

body{
	font-family: Helvetica, Arial, sans-serif;
	background-color:#FFFFFF;	
	font-size: 12px;
	color: #333333;
}
.specail{
	font-family: Helvetica, Arial, sans-serif;
	background-color:#FFFF99;
	font-size: 12px;
	color: #2B566E;
	color: #0B546B;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.wrapper{
	width: 640px;
	margin: 0px auto;
	margin-top: 0px;
	background-color: #FFFFFF;
}
.header{
	width: 100%;
	height: 100px;
	background: url(../images/header.png) no-repeat top left;
	margin-top: 0px;
}
.left_col{
	width: 640px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-top: 0px;
}

.menu{
	position: relative;
	width: 100%;
	height: 22px;
	background: #CCCC99;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #1F4D1F;
}
.menu a{
	color: #1F4D1F;
	height: 20px;
}

.mainmenu a:hover, .submenu a:hover{
	background-color: #CCCC99;
	text-decoration: underline;
}
.submenu{
	position: absolute;
	top: 17px;
	padding: 10px;
	background-color: #CCCC99;
}

.submenu a{
	display: block;
	width: 100%;
}

#submenu1 {
	left: 360px;
	width: 130px;
}
#sm1{ left: 360px; }

.footer{
	clear: both;
	position: relative;
	width: 100%;
	color: #1F4D1F;
	font-size: 10px;
}

.copyright{
	position: absolute;
	top: 10px;
	left: 10px;
}


.text{
	font-size: 18px;
 	color: #1F4D1F;
	padding-bottom: 15px;
	padding-top: 15px;
 
}
 

.Contact_Us .left{
	float: left;
	margin-top: 30px;
	padding-left: 5px;
}
.Contact_Us .right{
	float: right;
	margin-top: 30px;
	padding-right: 20px;
}

.clear {
clear: both;
}

.sub-header {
	font-size: 14px;
 	color: #1F4D1F;
	padding-bottom: 5px;
}
.big-header {
	font-size: 24px;
 	color: #1F4D1F;
	margin-bottom: 100px;
	margin-top: 50px;
	text-align:center;
}