/*  Global
************************************************************/
body {
	font-family: Verdana, Arial, Helvetica;
	margin: 0;
	padding: 0;
	background-color: #000099;
	
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 16px;
}

h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
}

.center {
	text-align: center;
}

a:link {
	color: #ff6600 ;
}

a:hover {
	color: #ff6600;
}

a:visited {
	color: #ff6600;
}

a:active {
	color: #ff6600 ;
}

/*  Header

************************************************************/
#header {
	width: 800px;
	height: 200px;
	background: url(../images/headerLarge.jpg) no-repeat;
	color: #fff;
	border-left: solid 1px #113452;
	border-right: solid 1px #113452;
}

#headerContent {
	padding-left: 10px;
	padding-top: 10px;	
}


#headerNoImage {
	width: 800px;
	height: 200px;
	color: #fff;
	border-left: solid 1px #113452;
	border-right: solid 1px #113452;


}

/*  Menu
************************************************************/
#menu {
	width: 800px;
	background-color: #cc6600;
	border: 1px solid #113452;
}


#nav {
	display:table; 
	padding:0; 
	margin:0 auto; 
	list-style:none; 
	white-space: nowrap;
}
#nav li {
	display: table-cell; 
	margin:0; padding:0;
}
#nav li a {
	font-weight: bold;
	float:left; 
	font-family: Verdana; 
	font-size:15px; 
	height:3.1em; 
	line-height:3.1em; 
	letter-spacing:1px; 
	padding:0 1em; 
	text-decoration:none; 
	color:#fff; 
	background:#cc6600; 
	border-right:1px solid #silver; 
	border-left:1px solid #375A78;
}
#nav li a:hover, #nav li a.current {
	background: #ccc; 
	color:#000;
}
#nav li a:hover b, #nav li a.current b {
	display:block; 
	float:left; 
	cursor:pointer
} 




/*  Body
************************************************************/
#body {
	width: 800px;
	border-left: solid 1px #113452;
	border-right: solid 1px #113452;
	border-bottom: solid 1px #113452;
}

#bodyContent {
	padding: 10px;
	background-color: #003399;
	color: #fff;
}

#bodyContentPhilo {

	padding: 10px;
	background: url(../images/wavesBackground.jpg) #003399 no-repeat;
	color: #000;

}


a.biolinks  {
	text-decoration: none;
	font-size: 10px;
}

.leftTop {
	
	
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}


#homePage li {
	padding: 5px;
}

/* Home Page
***********************************************************/

#homeLeft {
	float: left;
	width: 390px;
}

#homeRight {
	float: right;
	width: 390px;
	text-align: right;
}

#homeBottom {
	clear: both;
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
	
}

/*  Footer
************************************************************/

#footer {
	width: 802px;
	height: 30px;
	padding-top: 7px;
	color: #fff;
	background-color: #003399;
	text-align: center;
}