body {  
	margin: 0;
     	font: 12px/22px Helvetica, Arial, sans-serif;  
     	background: url(img/Cloud_01.jpg) no-repeat #fff; 
}

p {
	font-size: 13px;
	margin: 0;
	padding: 0 0 10px 0;
}

h1 {
	color: #004600;
	text-decoration: none;
	font-weight: bold;
	font-size: 19px;
}

h2 {
	color:#004600;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	margin: 0;		
	padding: 10px;
	width: 920px;
	height:20px;
	background: #66d000;
	border-bottom: dotted 2px #004600; 
}

h3 {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	padding: 0; 
	margin: 0;
}

div#title {
	margin: 0 auto;
	width: 940px;
	background: url(img/header_new.png) no-repeat #66D000;
	height: 120px;
	border-top: solid 3px #004600;
	border-left: solid 3px #004600;
	border-right: solid 3px #004600;
}

div#nav {
	margin: 0 auto;
	width: 940px;
	background: #004600;
	height: 44px;
	border-left: solid 3px #004600;
	border-right: solid 3px #004600;
}
 
div#nav ul {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	list-style: none;
}

div#nav ul li {
	float: left;
}

div#nav ul li a {
	display: block;  
	margin-right: 10px;
      	margin-left: 10px;
	padding-left: 5px;
	width: 95px;
	font-size: 13px;  
	line-height: 44px;  
	text-align: left;  
	text-decoration: none;  
	color: #66d000;
}

div#nav ul li a:hover {
	color: #C9FE92;
}

div#container {
	width: 940px;
	padding: 0px;
	margin: 0 auto;  
	background: #C9FE92;
	border-left: solid 3px #004600;
	border-right: solid 3px #004600;
}

div#container a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

div#container a:hover {
	color: #004600;
	text-decoration: none;
	font-weight: bold;
}

div#maincontentleft {
	padding: 10px;
	width: 446px;
	text-align: left;
	float:left;
	border-right: dashed 1px #004600;
}

div#maincontentright {
	padding: 10px;
	width: 447px;
	text-align: left;
	float: left;
}

div#leftcols {
	border-right: dashed 1px #004600;
	float: left;
	padding: 10px;
	width:214px;
	height: 250px;
}

div#lastcol {
	float: left;
	padding: 10px;
	width: 215px;
	height: 250px;
}

div#solve {clear: both;}

div#footer {
	margin: 0 auto;
	width: 940px;
	background: url(img/grass_title.jpg) no-repeat #66D000;
	height: 60px;
	border-left: solid 3px #004600;
	border-right: solid 3px #004600;
	border-bottom: solid 3px #004600;
}

