/* CSS Document */

body {
	background: url(../images/bg.jpg) repeat-x top #96cbca;
	}
	
	h1 {
	font-size:18px;
	}
h2 {
	color: #374e5a;
	font-size: 14px;
	margin-bottom: -5px;
	}

.subhead {
	color: #374e5a;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 5px;
	text-align: justify;
	}

p {
	text-align: justify;
	}

#mainContent {
	padding: 0 15px 0 15px;
	font: 13px Verdana;
	color: #666666;
	line-height: 16px;
	letter-spacing: .3px;
	}

#footer {
	height: 96px;
	font: 10px Verdana;
	color: #797878;
	letter-spacing: .3px;
	}
	
	