@charset "UTF-8";
/* CSS Document by Katherine Joyce, WHOI */

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body  {
	font: 100%/150% Arial, Helvetica, sans-serif;
	background: #693 url(../images/bgBody.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

h1, h2, h3 {
	color:#993;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	
}
h1 {
	line-height: normal;
}

h3 {
	margin-top: 8px;
	margin-bottom: 8px;
}

a {
	color:#069;
	text-decoration:none;
	letter-spacing:0.1em;
	
}

a:hover {
	color:#003;
	text-decoration:underline;
	
}

.twoColumn #container {
	width: 1024px;
	background: url(../images/bgBody.png) repeat-y;
	margin: 0 auto;
	text-align: left;
} 

.twoColumn #page {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

.twoColumn #pageNoside {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#FFF;
} 

.twoColumn #header {
	background: url(../images/bgHeader.jpg) no-repeat;
	height: 100px;
} 

.twoColumn #header #contact {
	float:right;
	font-size: .85em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;	
	color:#FFF;
} 

.twoColumn #header #contact a {
	color:#FFF;
	letter-spacing:0em;
} 

.twoColumn #header h1 {
	margin: 0; 
	padding: 10px 0;
}

.twoColumn #header img {
	margin-top: 0px;
}

.twoColumn #partners {
	height: 30px;
	background-color: #003;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.1em;
}
.twoColumn #partners a{
	color: #FFF;
	text-decoration:none;
}

.twoColumn #photos {
}

.twoColumn #nav {
	background-image: url(../images/bgNav.jpg);
	height: 33px;
}

.twoColumn #sidebar1 {
	float: left;
	width: 275px;
	font-size: 0.8em;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.twoColumn #sidebar1 img {
	float: left;
	margin-right: 8px;
}


.twoColumn #sidebar1 h1 {
	color:#003;
	
}


/* SIDE NAVIGATION */

.twoColumn #sidebar1 .sidenav {
	width:250;
}

.twoColumn #sidebar1 .sidenav ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.twoColumn #sidebar1 .sidenav ul li a{
background: url(../images/sideNav.gif) no-repeat 2px center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.1em;
display: block;
color:#069;
letter-spacing:normal;
width: auto;
padding: 3px 0;
padding-left: 20px;
}

.twoColumn #sidebar1 .sidenav ul li li a{
	background-image: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	font-style: italic;
}

.twoColumn #sidebar1 .sidenav ul li li a.active{
	color: #1F9A16;
background-image:url(../images/sideNavOver.gif);
}

.twoColumn #sidebar1 .sidenav ul li li li a{
	background-image: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 40px;
	font-style: italic;
}

.twoColumn #sidebar1 .sidenav ul li li li a.active{
	color: #1F9A16;
background-image:url(../images/sideNavOver.gif);
}



* html .sidenav ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 230px;
}

.twoColumn #sidebar1 .sidenav ul li a.active{
	background-image:url(../images/sideNavOn.gif);
	color: #1F9A16;
	font-weight: bold;
	background-position: 2px 9px;
}

.twoColumn #sidebar1 .sidenav ul li a:hover{
	color: #1F9A16;
background-image:url(../images/sideNavOver.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .twoColumn #sidebar1 .sidenav ul li { height: 1%; }
* html .twoColumn #sidebar1 .sidenav ul li a { height: 1%; }
/* End */






.twoColumn #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 325px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColumn #mainContent p { 
	font-size: .9em;
	margin-top:0px;
} 

.twoColumn #mainContent img { 
	float:left;
	margin-right:20px;
	margin-bottom:20px;

}

.twoColumn #related {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	width: 150px;
	font-size: 0.85em;
	color: #069;
	display: block;
	padding: 5px;
	background-color: #ECF2FA;
	border: 1px solid #CCC;

}
.twoColumn #related img {
	float:none;
	margin-bottom:8px;
	border:none;
	

}

.twoColumn #related a {
	color:#003;
	letter-spacing:normal;
	text-decoration:underline;
	

}
.breadcrumbs {
	font-size:0.8em;
	margin-top: 25px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}


.twoColumn #mainContentNoside {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColumn #mainContentNoside p { 
	font-size: .9em;
	margin-top:0px;
} 

.twoColumn #mainContentNoside img { 
	float:left;
	margin-right:20px;
	margin-bottom:20px;

}

.post {
	border-bottom:#069 1px dotted;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: .95em;
	overflow: hidden;
	
}

.post a {
	letter-spacing:.05em;
	
}



.twoColumn #footer {
	padding: 0 10px 0 20px;
	background-color: #003;
	background-image: url(../images/bgFooter.jpg);
	background-repeat: repeat-x;
} 
.twoColumn #footer p {
	margin: 0;
	padding: 10px 0;
	color: #FFF;
	font-size: .8em;
}
.twoColumn #footer a {
	color: #FFF;
	letter-spacing:normal;
	
}

.fltrt {
	float: right;
	margin-left: 20px;
	font-size: .8em;
	color: #666;
}

.fltrt img {
	float: none;
	margin-bottom: 0px;

}

.fltrt p {
	margin-top: 9px;
	margin-bottom: 10px;
	line-height:1.5em;

}

.fltlft {
	float: left;
	margin-right: 45px;
	width: 250px;
	font-size: 0.85em;
}

.fltlft a {
	text-align:center;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
