/*** Content ***/

body {
	background-image: url(../images/bkgd.gif);
	color: #333;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	margin: 0 auto 20px auto;
}

h1 {
	border-bottom: 1px solid #999;
	color: #003587;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 8px;
}

h2 {
	color: #003587;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height:20px;
	margin-bottom: 8px;
}

h3 {
	font-weight: bold;
	font-size:12px;
	margin-bottom: 0;
	color:#4F4943;
}

.admin th {
	background-color: #F1EEC8;
}	
.admin {
	border: 1px solid #AFA193;
}
/*** Lists ***/

ul {
	font-weight: normal;
	list-style-type: disc;
	margin-left: -20px;
	margin-top: 0;
}

/*** Images ***/

.imagespacert {
	float: right;
	margin: 0 0 14px 14px;
}

.imagespacelt {
	float: left;
	margin: 0 14px 14px 0; 
}
div.imagespacert {
	width: 175px;
}
.photos {
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #fff;
}
.box {
	border:#060;
	width:220px;
	background-color:#CCCCCC;
	padding:10px;
	padding-left: 22px;
	
}

.imagespacert h2 {
	background-color:#003587;
	color:#FFF;
	padding:10px 10px 10px 22px;
	margin:0;

}

/*** Links ***/

a:link, 
a:visited,
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003587;
	text-decoration: none;
}

a:hover {
	color: #4F4943;
	text-decoration: underline;
}
.bottombar a:link, 
.bottombar a:visited,
.bottombar a:active {
	text-decoration: none;
	color:#EFE8CB;
}

.bottombar a:hover {
	text-decoration: underline;
}

/*** Top Navigation ***/

#nav {
	background-color: #FFF;
	color: #333;
	font-size: 13px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
	height: 22px;
	padding: 0;
	margin: 0;
	width: 800px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	border-left: 1px solid #333;
	float: left;
	line-height: 22px;
}

#nav li#first {
	border-left: none;
	margin-left: 6px;
}

#nav li#first_admin {
	border-left: none;
	margin: 0 0 0 61px;
}

#nav a:link,
#nav a:visited,
#nav a:active {
	color: #333;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	display: block;
	padding: 0 12px;
	text-decoration: none;
}

#nav a:hover {
	color: #006699;
	text-decoration: none;
}

/*** Top Navigation Drop Down Menus ***/

#nav li ul {
	background-color: #7EA6BE;
	border: 1px solid #333;
	display: none;
	list-style-type: none;
	position: absolute;
	z-index: 2000;
}

#nav li:hover ul {
    display: block;
    margin: 0 -1px;
}

#nav li ul li {
	border-left: none;
	float: none;
	line-height: 17px;
	margin: 6px 0;
	padding: 0;
}

#nav li ul li a:link,
#nav li ul li a:visited,
#nav li ul li a:active {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0 12px;
}

#nav li ul li a:hover {
	color: #FFF;
	text-decoration: none;
}

/*** Layout ***/

#site_wrapper {
	border: 1px solid #333;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 800px;
}

#print-only {
	display: none; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding-bottom: 10px;
}

#topspace {
	background-color: #FFF;
	height: 25px;
}

#topbar {
	background-color: #003587;
	height: 20px;
}

.searchbox {
	background-color: #AFA193;
	border: 1px solid #CCC;
	height: 25px;
	padding: 10px 14px;
	width: 750px;
}

#content_area {
	background-color: #FFF;
	margin: 0;
	padding: 10px;
	width: 784px;
}

#content_container {
	margin-top: 12pt;
	margin-bottom: 15px;
}

.bottombar {
	background-color: #003587;
	color: #EFE8CB;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 14px;
}

.column {
	border-left: 1px solid #999;
	float: right;
	height: 100%;
	margin: 0 auto 0 10px;
	padding: 0 0 0 14px;
	text-align: left;
	width: 225px;	
}

address {
	font-style: normal;
}

/*** Homepage ***/

#home_content {
	border-right: 1px solid #999;
	padding-right: 9px;
	width: 535px;
}

.column h2 {
	margin-top: 0;
}

em {
	font-size: 12px;
}

.spacer {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}
.clear {
	clear: both;
}

.reference {
	font-size:10px;
}

sup {
	font-size:7px;
}