body {
  font: 100% Arial, Helvetica, sans-serif #000;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #000;
}

html { overflow: -moz-scrollbars-vertical !important; }

a:link {
	
}
a:visited {
	
}
a:hover {
	
}
a:active {
	
}
img {
	border: 0;
	}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 0;
}
.toptext {
	font-size: 11px;
	color: #000;
	margin: 0;
	}

/* PAGE LAYOUT */

#container { 
	width: 800px;
	margin: 0;
	padding: 0 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#map-container { 
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 10px;
}
#contents-container { 
	width: 940px;
	margin: 0;
	padding: 0 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#left-menu {
    float: left;
	left: 20px;
	width: 240px;
}
#contents-text {
	float: right;
	width: 650px;	
}
#fixed-menu {
	position: fixed;
	top: 0;
	right: 0;
	color: #000;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: bold;
	padding: 20px;
}
#fixed-menu a {
	color: #00F;
	text-transform: uppercase;
}
#fixed-menu a:hover {
	color: #000;
}
#fixed-menu2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	background: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	float: left;
}
#fixed-menu2 a {
	background: #00F;
	color: #FFF;
}
#text-container {
	float: right;
	width: 800px;
}
#header {
	width: 694px;
	height: 142px;
	background-color: #272A86;
	background-image: url(../images/header-bg.jpg);
}
#topNav {
	width: 550px;
	height: 20px;
	padding: 10px 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: right;
}
#topNav a {
	color: #FFF;
	text-decoration: none;
}
#topNav a:hover {
	color: #FFFF00;
}
#mainPhoto { 
	margin: 0; 
	padding: 0;  
	width: 694px;
	background-color: #FFF;
	border-top: 4px solid #FFF;
}
#mainContent { 
	margin: 0; 
	padding: 25px 20px;  
	width: 654px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background-color: #FFF;
}
.pageTitle { 
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	color: #313490;
	line-height: 22px;
}
.bioName { 
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.photo-pad-outline-left {
	margin-right:15px; 
	margin-bottom:15px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.photo { 
	margin: 0;
	padding: 0 0 10px 10px; 
	border: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.headline {
	color: #68940D;
	font-weight: bold;
	font-size: 14px;
}
.green {
	color: #68940D;
	font-size: 12px;
}
.small {
	font-size: 10px;
	line-height: 14px;
}
.large {
	font-size: 20px;
	font-weight: bold;
}

/* Footer
----------------------------------------------- */
#footer {
  width:930px;
  margin:0 auto;
  padding: 5px 20px 40px 0;
  text-align: right;
  }
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #333366;
}
#footer a:hover {
	color: #68940D;
}

