body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #ffffff;
}
* {margin:0; padding:0;}
div#container {
	width: 790px;
	margin: 0 auto;
	height: 100%;
	}

div#container .logo {
	margin-top: 2em;
	margin-bottom: 1em;
	border: none;
}

div#topnav {   /* top navigation ********* */
   	float:left;
	width: 790px;
	color:#111898;
	background-color:#B5D784;
	border-bottom:1px solid green;
	border-top: 1px solid green;	
	margin-bottom:1em;
	font-size: 1em;
   }
  
   div#topnav ul {
    margin: 0;
	padding: 0;
	list-style-type:none;
	float:left;
	width:100%;
   }
   
   div#topnav li {
   	display:inline;
	width: 170px;}
   
   div#topnav a {
   	display: block;
	float:left;
	text-align:center;
	padding:.2em 1em;
	text-decoration: none;
	color: #116898;
	background-color:#B5D784;
	border-right:1px solid #fff;
   }
   
   div#topnav a:hover {
   	color:#fff;
	background-color:#116898;
   }   /* end of top navigation */
   
div#content {
	width: 100%;
	height: 100%;
	margin: 0 1em;
}
div#content p {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1em;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #006699;
}

div#content h1 {
	font-size: 1.1em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: .8em;
}

h4 {
	font-size: .7em;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-top: 1em;
	margin-left: 2em;
}
li {
	margin-bottom: 3px;
}

.clear {clear:both;}
.title {
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.formtext {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.quote {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #006699;
}
ol {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;;
	list-style-position: outside;
	list-style-type: decimal;
	margin-top: 1em;
	margin-left: 2em;
}

ol li {margin-bottom: 5px;}

ol ol {list-style-type: upper-alpha;}

ol li ol li {margin-top: 0; margin-bottom: 1px;}

.rosequote {
	font-weight: bold;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	
}
.smalltext {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
.team-bio {
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #006699;
}
a:link {
	color: #006699;
}
a:visited {
	color: #663366;
}
.box {
	padding: 15px 15px 5px;
	margin: 15px 10px 5px;
}

div#footer {
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 3em auto;
	line-height:1.5em;
}
