body  {
	font-size:12px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background: #349933;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color:#ffffff;
	text-decoration:underline;
}
a:hover {
	background-color:#5fc95f;
} 

.body h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px; 
	color: #ffffff;
	padding-left:5px;
	background-color:#349933;
	border:#336633 solid 1px;
}

.body h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px; 
	color: #ffffff;
	padding-left:5px;
	background-color:#349933;
	border:#336633 solid 1px;
}

.body #container { 
	width: 1000px;
	margin: 0 auto;
	text-align: justify;
}

.body #header {
	margin-bottom:10px;
} 

.body #sidebarr {
	float:right;
	width:255px;
	margin-bottom:10px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-color:#53b353;
	border:#336633 solid 1px;
	padding: 10px;
}

.body #sidebarr p{
	padding:5px;
	background-color:#349933;
	border:#336633 solid 1px;
}

.body #sidebarr a{
	width:100%;
	color:#ffffff;
	text-decoration:underline;
}
.body #sidebarr a:hover{
	width:100%;
	background-color:#349933;
	color:#ffffff;
}

.body #sidebarr h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #ffffff;
	background-color:#349933;
	padding-left:5px;
	border:#336633 solid 1px;
}

.body #footer {
	font-size:11px;
	text-align:center;
	margin-bottom:10px;
} 
.body #footer a{
	margin-top:5px;
	color:#ffffff;
	text-decoration:underline;
}
.body #footer a:hover{
	background-color:#5fc95f;
} 
.body #mainContent {
	margin:0px 265px 0px 0px;
	padding: 10px;
	background-color:#53b353;
	border:#336633 solid 1px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
} 

.body #mainContent h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px; 
	color: #ffffff;
	padding-left:5px;
	background-color:#349933;
	border:#336633 solid 1px;
}


.body #mainContent  p{
	color: #ffffff;
	padding: 10px;
}

.body #cs{
	width:500px;
	}
.body #imgcs{
	float:right;
	width:200px;
	border:#336633 solid 1px;
	}
	.body #imgcsa{
	float:right;
	width:200px;
	}

.body #mainContent h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	padding:10px;
	background-color:#349933;
	border:#336633 solid 1px;
}

.input {
	background-color:#349933;
	border:#336633 solid 1px;
	font-size:12px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}

.table {
	text-align:justify;
	padding:5px;
	font-size:12px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}

.image {
	 border: 1px #336633 solid;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}