/* 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:20px;
	background-color: #009A9C;
		}
		.leftcontent{
			margin:0 0 0 0;
			width:152px;
			float:left;
			text-align:left;

		}
		.rightcontent{
			padding:10px;
			width:720px;
			float:right;
			height:400px;
		}
		.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;
			}
#heading4 {
	color: #009A9C;
	font-size: 16px;
}
#text16 {
	font-size: 16px;
}
#text16 {
	font-size: 16px;
}
.text16 {
	font-size: 16px;
}
