/* CSS Document */

/*box model*/
		.wrap{
			margin:0 auto;
			width:900px;
			height:100%;
		}
		.header{
	width:100%;
	height:140px;
	text-align: center;
	font: 18px Arial;
		}
		.subheader{
	width:100%;
	height:35px;
		}
		.leftcontent{
			margin:0 0 0 0;
			width:307px;
			float:left;
			text-align:left;

		}
		.rightcontent{
			padding:10px;
			width:570px;
			float:right;
			height:250px;
		}
		.bottom{
			clear:both;
			width:100%;
			text-align:center;
		}	
		/*end of box model*/
		
		body{
			font:12px Verdana, sans;
		}
		.subheader{
			font:14px Arial;
			font-weight:bold;
			text-align:center;
			margin-top:5px;
		}
		.rightcontent{
	font:12px Verdana, sans;
	color: #000;
			}
			
heading3 {
	font-size: 16px;
}
green {
	color: #84CF9C;
}
.heading3 {
	font-size: 16px;
	color: #84CF9C;
}
.size16 {
	font-size: 16px;
	color: #FFF;
}
.wrap .rightcontent p strong {
	color: #000;
}
#red {
	color: #F00;
}
#red {
	color: #F00;
}
#blue {
	color: #00F;
}
#heading16 {
	font-size: 16px;
	color: #3205B2;
}
.red {
	color: #F00;
	font-size:16px;
}
.green{
	color:#090;}


