body { 
	padding: 0; 
	margin: 0; 
	font: 12px helvetica; 
	/*background: #FFFFFF url('images/header_bg.jpg') repeat-x; */
	color: #333333; 
	align:left;
	background: #40C0CB;
}

a:link {text-decoration: none; color:red; font-size:14;}     /* unvisited link */
a:visited {text-decoration: none; color:red; font-size:14;}  /* visited link */
a:hover {text-decoration: underline; color:blue; font-size:14;}   /* mouse over link */
a:active {text-decoration: none; color:red; font-size:14;}   /* selected link */

img{
	border:0px;
}

ul{
	padding:0px;
	margin:0px;
}

#mainContainer{
	border:0px solid #000;
	width:900px;
	align:left;
	background: #FFFFFF;
}

#leftContainer{
	width:230px;
	float:left;
	padding:0px 0px 0px 0px;
}

#leftTop{
	background:#00a8c6;
	height:70px;
	padding:30px 0px 0px 30px;
}

#leftMenuContainer{
	
	margin-bottom:5px;
	
}

#leftMenu{
	font-size:12px;
	color:#333333;

	
}


#rightContainer{
	width:670px;
	float:right;
}
#rightTop{
	background:#00a8c6;
	height:105px;
	padding:15px 0px 0px 10px;
}

#rightTop2Left{
	float:left;
	width:10px;
}
#boxBlue{
	height:30px;
	background:#00a8c6;
}
#boxWhite{
	height:215px;
	background:#eee;
}
#rightTop2Right{
	width:650px;
	background:#c6e98f;
	height:300px;
	padding:15px 0px 15px 10px;
	float:right;
}

#middle{
	float:clear;
	margin:5px 0px 0px 10px;
	width:650;
	
	font-family: arial;
	font-size:12px;
	color:black;
}

#middle2Left{
	float:left;
	margin:5px 0px 0px 10px;
	
	width:450px;
}

#middle2LeftFlag{
	float:left;
	margin:0px 0px 0px 30px;
	width:200;
	
}#middle2RigthFlag{
		
	width:250;
}
#middle2Right{
	float:right;
	margin:5px 0px 0px 10px;

	width:200px;
}

#middle2Bottom{
	margin:5px 0px 0px 10px;
	float:clear;
}

#footer{
	background:#fff;
	width:900px;
	background: #FFFFFF url('images/4.png');
	height:173px;
	float:clear;
}

.green1{
	color:#aee239;
	font-size:14px;
}
.white1{
	color:#FFFFFF;
	font-size:12px;
}