@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	margin-top: 0px;
	background-color: #FFECC4;
}
 #container {
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
 #mainContent {
	background: #594739;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0079BC;
	margin-bottom: 0px;
	vertical-align: text-top;
	color: #FFE2A8;
	
}
#mainContent .leftColflt {
	vertical-align: top;
	float: left;
}
#mainContent .rightColflt {
	vertical-align: top;
	float: right;
}


.contentPadding {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 15px;
}
.bluetext {
	color: #24B3FF;
}

#mainContent h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.4em;
}


#staffNavTD {
	margin-left: 5px;
	margin-right: 20px;
	width: 120px;
	margin-top: 8px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #3399FF;
}
#staffNavTD a:link {
	color: #3399FF;
	text-decoration: none;
	padding: 5px;
	
}
#staffNavTD a:visited {
	color: #3399FF;
	text-decoration: none;
	padding: 5px;
}
#staffNavTD a:hover {
	color: #FFE2A8;
	text-decoration: none;
	border: 1px solid #3399FF;
	padding: 4px;
}




 #header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0079BC;
}
 #navmenu {
	padding-bottom: 6px;
	margin-top: 5px;
	padding-top: 6px;
	text-align: center;
	letter-spacing: .4em;
	list-style-type: disc;
	font-size: 10px;
	background-color: #0079BC;
}
 #footer {
	padding-top: 6px;
	padding-bottom: 6px;
	letter-spacing: 0.3em;
	text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #0079BC;
}
#credits {
	font-size: 9px;
	color: #0079BC;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0079BC;
	padding-top: 6px;
	text-align: center;
}

#navmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navmenu a:hover {
	color: #00CCFF;
	text-decoration: none;
}
.blocktext {
	font-size: 16px;
	color: #FFE2A8;
	text-align: center;
	width: 340px;
	padding-right: 40px;
	padding-top: 10px;
	font-family: "Monotype Corsiva";
}
.bioText {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.fltRht {
	float: right;
}
.smalltext {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#clear {
	clear: both;
}

