body{
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-size:11px;
	color:#000000;

	background-color:#67CEE7;
	background-image:url(images/bg.png);
	background-position:top;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	
	margin : 0px;
	padding:0px;
	text-align:center;
}

#warper{
	width:900px;
	margin: 0px;
}
#headerWarper{	
	width:900px;
}

#headerMenu{
	width: 900px;
	height: 36px;
	background-image:url(images/menuHeader.png);
	background-color:#2C6ED5;
}

#headerMenuText{
	padding-top:10px;
	margin-left:15px;
	text-align:left;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
#headerMenuText a{
	color:#FFFFFF;
}




#headerLogo{
	margin-top: 10px;
	margin-bottom: 10px;
	width:900px;
	cursor:hand;
}

#logo{
	width:200px;
	cursor:hand;
	cursor:pointer;
	float:left;
}

#pageTitle{
	width:700px;
	text-align:left;
	padding-top:5px;
	float:left;	
}


#contentWarper{
	width:900px;
	background-color:#FFFFFF;
	text-align:left;
}

#contentTitle{
	margin-top: 10px;
	width:885px;
	background-image:url(images/contentHeader.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 100px;
	background-color:#2C6ED5;
	text-align:left;
	padding-left:15px;
	padding-top:3px;
	color: #CCCCCC;
}

#contentSubTitle{
	width:885px;
	margin-top:-5px;
	font-size:15px;
	font-weight:bold;
	color: white;
}


#content{
	width:870px;
	background-image:url(images/bgContent1.png);
	background-position:top;
	background-repeat:repeat-x;

	background-color: #FFFFCC;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	color: #000000;
}
.handcursor{
	cursor:hand;
	cursor:pointer;
}



.clear{
	clear:both;
}