*{
	padding: 0;
	margin: 0;
}

body{
	font-family: arial;
	font-size: 11px;
	background: url("/images/bkg.gif");
}
.alignRight {
	text-align:right;
}

#wrap{
	width: 730px;
	background-color: #FFF;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
}

#header{
	width: 730px;
	vertical-align: top;
}

#header img{
	float: left;
}

#header #centerimg{
	width: 500px;
	height: 53px;
	background: url("/images/headergrad.gif");
	background-repeat: repeat-y;
	color: #FFF;
	text-align: right;
	font-size: 15px;
	padding-top: 32px;
	float: left;
}

#content{
	background-color: #FFF;
	width: 730px;
	text-align: left;
}

#content table{
	border-collapse: collapse;
	vertical-align: top;
}

#content #leftCol{
	width: 150px;
	background-color: #E2E2E2;
	vertical-align: top;
}

#content #leftCol img{
}

#content #centerCol{
	padding: 10px 15px;
	vertical-align: top;
	width: 390px;
}
#content #centerCol form {
	width:100%;
}

#content #centerCol p{
	margin-bottom: 10px;
}

#content #centerCol li{
	margin-bottom: 10px;
	margin-left: 10px;
}
#content #centerCol h2 {
	font-size: 13px;
	margin-bottom: 10px;
}

#content #rightCol{
	width: 150px;
	padding: 10px 5px;
	vertical-align: top;
	background-color: #E2E2E2;
}

#content #rightCol ul{
	list-style-type: none;
}
#content #rightCol ul li {
	margin-bottom:5px;
}
#body-overview #content #rightCol li#overview,
#body-history #content #rightCol li#history,
#body-difference #content #rightCol li#difference,
#body-training #content #rightCol li#training,
#body-tech #content #rightCol li#tech,
#body-finance #content #rightCol li#finance,
#body-investment #content #rightCol li#investment,
#body-personnel #content #rightCol li#personnel,
#body-medical #content #rightCol li#medical,
#body-helping #content #rightCol li#helping,
#body-search #content #rightCol li#search,
#body-transition #content #rightCol li#transition,
#body-support #content #rightCol li#support,
#body-qualification #content #rightCol li#qualification,
#body-info #content #rightCol li#info,
#body-consideration #content #rightCol li#consideration {
	font-weight:bold;
}

#content #rightCol a:link,
#content #rightCol a:visited,
#content #rightCol a:active{
	text-decoration: none;
	color: #000;
}
#content #rightCol a:hover{
	text-decoration: underline;
}

#content #filler{
	background-color: #E2E2E2;
	height: 125px;
}

#footer{
	padding: 10px 25px;
	background-color: #043280;
	height: 125px;
	width: 680px;
	text-align: left;
	color: #FFF;
}

#footer p{
	margin-bottom: 20px;
}

#footer a:link,
#footer a:visited,
#footer a:active{
	text-decoration: none;
	color: #FFF;
}
#footer a:hover{
	text-decoration: underline;
}

#footer .asa{
	text-align: center;
}

#personnel_footer{
	padding: 10px 25px;
	background-color: #CE9810;
	height: 125px;
	width: 680px;
	text-align: left;
	color: #000;
}

#personnel_footer p{
	margin-bottom: 20px;
}

#personnel_footer a:link,
#personnel_footer a:visited,
#personnel_footer a:active{
	text-decoration: none;
	color: #000;
}
#personnel_footer a:hover{
	text-decoration: underline;
}

#personnel_footer .asa{
	text-align: center;
}

#medical_footer{
	padding: 10px 25px;
	background-color: #B8CBB5;
	height: 125px;
	width: 680px;
	text-align: left;
	color: #000;
}

#medical_footer p{
	margin-bottom: 20px;
}

#medical_footer a:link,
#medical_footer a:visited,
#medical_footer a:active{
	text-decoration: none;
	color: #000;
}
#medical_footer a:hover{
	text-decoration: underline;
}

#medical_footer .asa{
	text-align: center;
}

#help_footer{
	padding: 10px 25px;
	background-color: #907CAE;
	height: 125px;
	width: 680px;
	text-align: left;
	color: #000;
}

#help_footer p{
	margin-bottom: 20px;
}

#help_footer a:link,
#help_footer a:visited,
#help_footer a:active{
	text-decoration: none;
	color: #000;
}
#help_footer a:hover{
	text-decoration: underline;
}

#help_footer .asa{
	text-align: center;
}

#search_footer{
	padding: 10px 25px;
	background-color: #6685C4;
	height: 125px;
	width: 680px;
	text-align: left;
	color: #000;
}

#search_footer p{
	margin-bottom: 20px;
}

#search_footer a:link,
#search_footer a:visited,
#search_footer a:active{
	text-decoration: none;
	color: #000;
}
#search_footer a:hover{
	text-decoration: underline;
}

#search_footer .asa{
	text-align: center;
}

/* Misc Classes */
.formTable td {
	padding: 2px;
}
.formTable th {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 1px;
	border-bottom: 1px dotted #000;
}

/*IE6 Hack*/
* html .formTable th {
	border-bottom: 1px solid #000;
}

.formLeftTd {
	vertical-align: middle;
	text-align: right;
}
.formRightTd {
	vertical-align: top;
	text-align: left;
}
.tdTop {
	vertical-align: top;
}
.formTable textarea {
	overflow:auto;
}
.presentationTable {
	margin-bottom: 8px;
}
.presentationTable td {
	padding: 2px;
}

