
body {
	margin-top:76px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464749;
}

#wrap {
	width: 820px;
	margin:0px auto 0px auto;
	position:relative;
	text-align: left; 
}

#bg {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	width: 820px;
	float:left;
}

#header {
	width:818px;
	margin-left:-1px;
}

#footer {
	width:818px;
	margin-left:-1px;
}

#mainBody {
	position:relative;
	float:left;
	width:800px;
	margin-left:10px;
		
}

#lhs {
	clear:both;
	float:left;
	width:164px;

}

#rhs {
	width:634px;
	line-height:18px;
	float:left;
	padding-top:25px;
	background-image:url(../images/unitsBg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin-right:2px;
}

#content {
	width:500px;
}

#navLinks {
	width:152px;
}

.titles {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#99AEC5;
	font-weight:bold;
}

.subTitles {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#99AEC5;
	font-weight:bold;
}

#bodyText {
	border-bottom:2px #99AEC5 solid;
}

.imgBorder {
	border:2px #99AEC5 solid;
	padding:7px;
}



INPUT, TEXTAREA {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

INPUT[type="submit"] {
	border:1px black solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}