BODY {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* IE5 centering fix */
}


.headerwrapper {
	height: 80px;
	width: 640px;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #053759;
	background-image: url(../images/aspectslogo.jpg);
	background-repeat: no-repeat;
}

#headertext {
	padding-top: 60px;
}

.bluebg {
	background-color: #064A77;
	width: 100%;
}

.whitebar {
	height: 2px;
	background-color: #FFFFFF;
	width: 100%;
}

.tealbar {
	height: 15px;
	background-color: #02909E;
	width: 100%;
}

#navwapper1  {
	font-size: 11px;
	font-weight: bold;
	width: 640px;
	background-color: #064A77;
	display: table;
	height: 30px;
	#position: relative;
	overflow: hidden;
}

#navwapper2 {
	#position: absolute;
	#top: 50%;
	#left: 10px;
	display: table-cell;
	vertical-align: middle;
}

#navigation {
	#position: relative;
	#top: -50%;
}

#navigation A {
	text-decoration: none;
	color: #E2E1E1;
}

#navigation A.active
{ color:#333 }

#navigation A.hover {
	color:#000 !important;
	background-color: #E2E1E1;
}

#navigation A:hover {
	color:#000 !important;
	background-color: #E2E1E1;
}

.graybg {
	background-color: #DCDCDC;
	width: 100%;
	#height: 100%;
	text-align: center;
}

.contentwrapper {
	width: 640px;
	background-color: #DCDCDC;
	display: table;
}

.ltgraybox {
	width: 250px;
	background-color: #F5F5F5;
	float: left;
	padding: 20px;
	margin: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #803134;
	line-height: 18px;
	border: 2px solid #B9B7B7;
	text-align: center;
}

.ltgraybox H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #803134;
	line-height: 20px;
	letter-spacing: 1px;
}

.box {
	padding: 10px;
	margin: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 22px;
	text-align: justify;
}

.ltgraybox2 {
	background-color: #F5F5F5;
	width: 100%;
	padding: 20px;
	margin: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	border: 2px solid #B9B7B7;
	text-align: left; 
	display: table;
}

.ltgraybox2 H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #803134;
	line-height: 20px;
	letter-spacing: 1px;
}

.btmfade {
	height: 10px;
	background-image: url(../images/btmfade.jpg);
	background-repeat: repeat-x;
}

.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 18px;
	text-align: center;
}




