body  {
	margin: 0;
	padding: 0;
   	font-size: 100%;
	}
	
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

#maintable { 
	width:900px; 
	margin:0 auto;
	padding: 15px;
	font-family: arial, helvetica, sans-serif;
	}

#border {
	border-style: solid;
	border-width: 6px;
	border-color: #96C0DC;
	}
	
#siteheader {
	margin-left: 5px; 
	margin-right: 5px; 
	margin-top: 5px;
	padding-top: 50px; 
	padding-left: 5px; 
	padding-right: 5px; 
	border: 1px solid #B5C1D7;
	text-align: left;
	}

.nobr {white-space:nowrap;}
		
.tinytext {
   	font-size: 0.69em;
	text-align: left;
	}

#breadcrumb {
	font-size: 0.69em;
	font-weight: bold;
	}
		
#topnav {
	background-image: url('images/topnav_background.gif'); 
	background-repeat: repeat-x;
	margin-left: 5px; 
	margin-right: 5px; 
	height: 50px;
	text-align: center;
	font-size: 0.75em;
	}
	
.topnav a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
	
.topnav a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	} 
	
.topnav a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}

.topnav a:hover {
	color: #0A317A;
	text-decoration: none;
	font-weight: bold;
	}

.breadcrumb {
	font-weight: bold;
	font-size: 0.8em;
	}
	
#content {
	width: 655px; 
	height: 450px; 
	overflow: auto; 
	padding: 0px;
	}

#content_bio {
	width: 655px; 
	height: 440px; 
	overflow: auto; 
	padding: 0px;
	}

.bodytext {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;	
	}
		
.hr {
	height: 1px;
	line-height: 1px;
	background-color: #B5C1D7;
	margin-right: 10px;
	margin-left: 7px;
	}
	
.hr hr {display: none;}

#bottomnav {
	font-size: 0.69em;
	text-align: center;
	word-spacing: 2pt;
	}

#bottomnav a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}

#bottomnav a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}

#bottomnav a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}

#bottomnav a:hover {
	color: #0A317A;
	text-decoration: none;
	font-weight: bold;;
	}
		
a:link {
	color: #666666;
	text-decoration: none;
    }

a:visited {
	color: #666666;
	text-decoration: none;
    }

a:hover {
	color: #0A317A;
	text-decoration: none;
    }

a:active {
	color: #666666;
	text-decoration: none;
    }
		
b.bold {
	font-weight: bold;
	color: #333333;
	}

b.bold1 {
	font-weight: bold;
	color: #000000;
	}
	
i.italics {
	font-style: italics;
	}	

#dropmenudiv {
	background-color: #96C0DC;
	position:absolute;
	border-bottom-width: 0;
	font: normal 0.63em arial, helvetica, sans-serif;
	line-height: 20px;
	z-index:100;
	}

#dropmenudiv a {
	display: block;
	text-indent: 6px;
	border: 1px solid #0A317A;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	}

#dropmenudiv a:link { 
	color: #ffffff;
	font-weight: normal;
	}

#dropmenudiv a:visited {
	color: #ffffff;
	font-weight: normal;
	}
		
#dropmenudiv a:hover { /*hover background color*/
	background-color: #0A317A;
	}

.align-right { float:right; margin: 0 0 15px 15px; }	
	
