/* INITIAL SETTINGS ----------------------------------------------------- */

* {	margin: 0; padding: 0; }
.clear { clear: both; }
img {border:none}
img a:link {border:none}

/* GENERAL STYLES ------------------------------------------------------ */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	color:#000000;
	text-decoration:none;
	background-color: #d9e6ec;
	margin-bottom:20px;

	}

	
a:link { color: #2f78c0; text-decoration: none; }
a:visited { color: #2f78c0; text-decoration: none; }
a:hover { color: #82c3fb; text-decoration: underline; }
	
	
p {
	margin-bottom:10px;
	}
	
	
h1 {font-size: 16px; font-weight:bold; margin-bottom:12px;}
h2 {font-size: 19px; font-weight:bold; margin-bottom:12px;}


/* sample H attributes ------------------------------------------------------*
h2 {font-size: 13px; line-height: 18px;	color: #990000;	font-weight: bold; margin-bottom:5px;}
h3 {font-size: 13px; line-height: 18px;	color: #426391;	font-weight: bold; margin-bottom:5px;}
h4 {font-size: 11px; line-height: 17px; font-weight:bold; color: #666666;}
h5 {font-size: 11px; line-height: 17px; font-weight:bold; color: #426391;}
h6 {font-size: 11px; font-weight:bold; line-height: 17px; color: #990000;}/



/* OTHER STYLES ------------------------------------------------------*/

.text-bold {
	font-weight:bold; 
	}

	
.text-italics {
	font-style:italic;
	}
		
	
.mission {
	font-size: 18px;
	line-height: 25px;
	font-style:italic;
	}

.picture-caption {
	font-size: 12px;
	text-align: center;
	color:#666666;
	font-style:italic;
	font-weight:bold;
	}

.articles {
	font-size: 14px;
	line-height: 16px;
	color:#666666;
	font-style:italic;
	}
	
	
.sources {
	font-size: 12px;
	line-height: 14px;
	color:#666666;
	font-style:italic;
	}

.disclaimer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style:italic;
	text-align:center;
	}

.sectiontitle-center {
	font-size: 19px; 
	font-weight:bold; 
	margin-bottom:12px;
	color:#005581;
	text-align:center;
}	


ul.liststyle1 {
	list-style-image: url('/images/bluesquare.gif');
	margin-left:15px;
	margin-bottom:8px;
	}
	
ul.liststyle1 li {margin-bottom:5px; margin-left:8px;}


	


/* STRUCTURE ------------------------------------------------------*/


#pagewrap {
	width:785px;
	background-color:#f4f9fb;
	margin: 0 auto;
	margin-top: 15px;
	position:relative;
	}
	
#headerwrap {
	background: transparent url(/images/bg-header.png) no-repeat scroll left top;
	height: 240px;
	position: relative;
	width:785px;
	}
	
#logo {
	float:left;
	padding:10px 0px 0px 12px;
	}

#headerimage {
	float: right;
	padding: 10px 10px 0px 0px;
	}
	
#navbar {
	float: left;
	padding-left: 20px;
	position: absolute;
	top: 215px;
	left: 0px;
	padding: 3px 0px 0px 20px;
	z-index:2;
	}
	
#contentwrap {
	background: transparent url(/images/bg-body-col.png) repeat-y scroll left top;
	float: left;
	width: 785px;
	}

#contentwrap-nocolumn {
	background: transparent url(/images/bg-body.png) repeat-y scroll left top;
	float: left;
	width: 785px;
	}

	
#placecontent {
	padding: 0px 20px 0px 10px;
	position: relative;
	width: 755px;
	min-height:400px;
	z-index: 2;
	}
	

#content {
	float:right;
	background-color: #FFFFFF;
	margin-bottom:20px;
	margin: 15px 10px 5px 0px;
	width:540px;
	}
	
#column-photos {
	float:left;
	margin-left:2px;
	text-align:center;
	}	
	
#footer	{
	background: transparent url(/images/bg-footer.png) no-repeat scroll left bottom;
	padding:15px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
	}
	
#footer a:link {
	color: #ffffff;
	text-decoration: none;
	 }
	 
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
	 }	 
	 
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
	 }		

/* WAYS TO HELP PAGE *********************************************/
#content-help {
	float:right;
	background-color: #FFFFFF;
	margin-bottom:20px;
	margin: 15px 10px 15px 0px;
	width:720px;
	}

.thickbox img {
	border: #cccccc solid 2px; 
	margin: 0px 0px 15px 30px;
	}

	
	
