body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	background-color: #FFF8DC;
	background-image: url(assets/navbarbg2.gif);
	background-repeat: repeat-y;	
	
}

td, th {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666633;
}

h1, h2 {
	color: #330099;
	font-size: 20px;
}

h3, h4, h5, h6 {
	color: #333399;
}

a {
	color: #330099;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
	
}

form {
	background-color: #CCCC99;
}


.nav {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	line-height:18px;
}
.navlinkindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	line-height:16px;
	margin-left:5px;
	
	
}
a:hover {
	color: #CC0033;
}
#topbar {
	width: 800px;
	height: 200 px;
	border-bottom: medium double #996633;
	}
#bottombar {
	width: 540px;
	height: 100px;
	border-top:  medium double #996633;
	
	margin-left: 0px;
	
	}
#pageHeader{
	position: absolute;
	top: 0px;
	height:108px;
	visibility: visible;
	background-image: url(assets/topbarbg.jpg);
	background-repeat: repeat;
	width:100%;
	left: 0px;
	}
#midsection{
	height: 100%;
	width: 99%;
	top: 0px;
	visibility: visible;	
	}
	
#navbar{
	padding-top:40px;
	line-height:18px;
	top: 108px;
	position:absolute;
	width: 120px;
	left: 0px;
	text-align:left;
	visibility: visible;
	padding-left: 20px;
	}

#preamble {
	width: 650px;
	position:absolute;
	text-align: left;
	margin-left: 190px;
	margin-top: 109px;
	
	}
.photobar {
	width:  220px;
	margin-bottom:20px;
	float: left;
	}
	
.descriptor {
	width:  330px;
	margin-left:230px;
	margin-bottom:20px;
	}
#container {
	height: 100%;
	
	}
#quickSummary {
	width: 540px;
	text-align: center;
	}
#footer {
	padding-top:25px;
	margin-top:70px;
	clear:both;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom:30px;
	}
img.floatLeft{
	float:left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	
img.floatRight{
	float:right;
	padding: 10px;
	}
