html, body {
	margin: 0px;
	margin-left: auto; 
	margin-right: auto;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;	
	text-align: center;
	background-color:#7a7c7a;
}

.container {
	text-align: center;
	width: 1000px;
	margin-left: auto; 
	margin-right: auto;	
	background-color: #454645; 
}	
	
/*  Left Side */	
#left {
	float: left;
	width: 196px;
	text-align: left;	
	min-height: 800px;
	background-color: #454645; 
}	
	
#left .logo {
	width: 196px;
	height: 147px;
}

#left .nav {

	background-color: #99bd3b;
	height: 375px;
	border: none;
	display: block;
}

#left .nav ul {
	list-style: none;
	font-size: 12px;
	margin-left: 30px;
	padding-left: 0px;
	margin-top: 10px;
	padding-top: 0px;
	
}

#left .nav li:first-child {
	margin-top: 0px;
} 

#left .nav ul .navon {
	list-style-image: url(../images/NAVstarICON.gif);
	font-weight: bold;
} 


#left .nav ul li {
	margin-top: 30px;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	
}

#left .nav a {
	color: #000;
	text-decoration: none;
}

#left .nav a:hover {
	color: #000;
	text-decoration: underline;
}

/* Right Side */

#right {
	float: left;
	width: 804px;
	text-align: left;	
	min-height: 800px;
	background-color: #8da64e; 
}

#right a {
	color:#000;
}

#right a:hover {
	text-decoration: none;
}

	

#right #header {
	background-color: #99bd3b;
	width: 804px;
}

#right #header a {
	font-weight: bold;
	text-decoration: none;
}

#right #header a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#right #header .header-top-left {
	float:left;
}

#right #header .header-top-right {
	width:101px; 
	float:right; 
	text-align: center; 
	padding-top: 6px;
}

#right .innerleft {
	float: left;
	width: 738px;

}

#right .innerright {
	float: left;
	width: 66px; 
}

#right .greenborder {
	width: 738px;
	height: 17px;
	background-color: #8da64e;
}

#right .content_wrapper {
	width: 738px;
	min-height: 400px;
	background-color: #8da64e;

}

#right .content_wrapperchallenge {
	width: 738px;
	min-height: 500px;
	background-color: #8da64e;

}

#right .content {
	width: 719px;
	min-height: 400px;
	background-color: #fff;
	font-size: 12px;
	line-height: 24px;
	
}

#right .contentchallenge {
	width: 719px;
	min-height: 500px;
	background-color: #fff;
	font-size: 12px;
	line-height: 24px;
	
}


#right .content-left {
	padding-left: 30px;
	padding-right: 17px;
	width: 400px;
	float: left;	
	
}

#right .content-right {
	float: left;		
}

#footer {
	width:1000px;
	height: 15px; 
	background-color: #66a4d9;
	text-align: center;
	font-size: 9px;
	padding-top: 5px;
	 
	
}