*{margin:0;padding:0}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#00233F;
	text-align: center;
	color:#D8D8D8;
}

.main
{
	background-color: #FAFAF0;
	padding:0;
	width:900px;
	text-align:left;
	border-collapse: collapse;
	border: 0px solid #FAFAF0;
}

.header {
	background-repeat: no-repeat;
	background-position:left top;
	vertical-align:top;
	height: 165px;
	margin-top:0px;
	color: #D2E0EA;
}

.headerimg {
float:right;
vertical-align:top;
padding:16px 40px;}

#headbox{
	padding:15px;
	width:300px;
	float:right;
	background-color: #D2E0EA;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
}

#boxtext {
	font-weight:normal;
	font-size:14px;
	border:0px solid #DBDFE2;
	width:280px;
	margin:5px 5px;
	text-align:left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}


#logo{
	float:left;
	vertical-align:top;
	border:0;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 20px;
}

.page {
border:0px solid #000;
}

#nav {
	border:5px solid #000000;
	padding:1px;
	width:840px;
	height: 30px;
	margin-left:20px;
	;
}

#topnav {
	font-family:"Arial","Helvetica", sans-serif;
	font-weight:normal;
	font-size: 15px;
	text-align:center;
	background-color:#2A608C;
	padding:5px;
	height: 20px;
	letter-spacing:1px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #2A608C; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 1px 20px;
border-left: 1px solid #ffffff;
text-decoration: none;
color: #fff;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #fff;
text-decoration: none;
padding: 6px 5px 6px;
border: 1px solid #000;
border-bottom: 0px solid #000;
}

.suckertreemenu ul li a:hover{
color: #BDA081;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #2A608C url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #2A608C url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

.content {
padding:30px 0 25px 15px;
color:#000;
font-size: 15px;
width:490px;
float:left;
margin-left:10px;
}

#bioimg {
float:right;
margin:8px 10px;}

.content p {margin-bottom:15px;}

.content ul li{margin-left:20px;}

h1 {
font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
padding:10px 0;
font-size:28px;
font-weight:normal;
}

h2 {
padding:5px 0;
font-size:16px;
font-weight:bold;
}

#tag{
float:right;
font-size: 15px;
width:260px;
padding:0px 10px 15px 0;
color:#444;
}

#map {float:right;
margin-right:50px;}


/* Start Navigation
================================= */

#left_photo {float:left;
width:280px;
margin: 20px 25px;
text-align:center;
}

#left_photo img {text-align:center;
margin:0; padding-bottom: 15px;
}

/* End Navigation
================================= */

#footer {
	padding:10px 30px 5px 30px;
	font-size: 11px;
	text-align:left;
	color:#fff;
	background-color:#2A608C;
	width:840px;
	margin-bottom:20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#footer a{color:#fff;}

.clearfloat{
clear:both;
margin:0;
padding:0;
background-color: #fff;
}

/* Brown Topper
=================================
*/

#topper {
	font-size: 16px;
	text-align:center;
	color:#fff;
	background-color:#5A3D1C;
	width:840px;
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 13px;
	padding-left: 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#topper a{color:#fff;}

.clearfloat{
clear:both;
margin:0;
padding:0;
background-color: #fff;
}


.logo-subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #5A3D1C;
	text-decoration: none;
	text-align: center;
}

table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px #cccccc solid;
	padding: 0px 5px 0px 5px
}

.main-body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
}
.main-body-text a:link{
	color: #2A608C;
	text-decoration: underline;
}
.main-body-text a:visited{
	color: #2A608C;
	text-decoration: underline;
}
.main-body-text a:hover{
	color: #5A3D1C;
	text-decoration: underline;
}

