@CHARSET "UTF-8";
body,h1,h2,h3,p,div,ul,ol,li,dl,dd,dt,table,form,img,div{
  margin:0px;
  padding:0px;
}

html{
height:100%;
}


body{
	background-color:#fff;
	background-image: url('../img/bg.gif');
	background-repeat: repeat;
	background-position: left top;
}

img, a{
	border:none;
}
li{
	list-style:none;
}
a{
	color:#10581D;
}

#outline{
	width:800px;
	margin:0px auto;
	background-color:#fff;
	padding:10px;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-top:none;
	border-left:solid 1px #ccc;
	text-align:center;
	color:#555;
}
#main{
	width:720px;
	margin:0px auto;
}
#column_1{
	margin-top:36px;
	text-align:left;
	font-size:10px;
	line-height:14px;
	text-align:center;
}

#column_2{
	margin-top:1em;
	text-align:left;
	line-height:0px;

}
#column_2 ul{


}
#column_2 li{
	padding-top:0.5em;
	padding-left:36px;
	margin-left:0.5em;
	margin-top:0.2em;
	background-image:url('../img/check.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	line-height:1.2em;
	display:block;
	height:38px;
}

#column_3{
	margin-top:1em;
	margin-bottom:2em;
	color:#1E5810;
	font-size:14px;
}

#whatsNew{
	font-size:11px;
	line-height:17px;
	text-align:left;
	margin:5px;
	margin-top:48px;
	margin-bottom:1em;
	float:left;
}
#whatsNew img{
	float:right;
}
#whatsNew ul{
	
}
#whatsNew li{
	padding-left:1.5em;
	margin-left:0.5em;
	margin-top:0.2em;
	background-image:url('../img/listIcon.gif');
	background-repeat:no-repeat;
	background-position:left center;
}
#banners{
	margin-top:64px;
	float:right;
}
#banners img{
	margin-left:6px;
}

#footer{
	font-size:10px;
	line-height:14px;
	margin:0px auto;
	color:#aaa;
}


.leftImage{
	float:left;

}
.rightImage{
	float:right;

}
.greenText{
	color:#1E5810;
}
.orangeText{
	color:#FF9933;
}
.exText{
	font-size:13px;
	line-height:22px;

}
.rightSide{
	text-align:right;

}
.floatReset{
	height:0px;
	font-size:0px;
	line-height:0px;
	clear:both;
}
.iconImage{
	float:left;
	margin-right:6px;

}