@charset "UTF-8";
/* CSS Document by Jenny Caddick */

body  {
	font: 76% Georgia, Times New Roman, Times, serif;
	background: #FFFFFF;
    text-align: center; 
	color: #333333;
	background-color: #FFFFFF;
}

a {
	font-size: 1em;
	color: #000080;
	font-weight:bold;
}
a:visited {
	color: #008000;
}
a:hover {
	color: #D40000;
	text-decoration: underline;
}
a:active {
	color: #FFFF00;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 0.9em;
}
.style1 {font-size: 0.8em}
.style2 {color: #000066}

#container { 
	width: 80em; 
	padding:1em; 
	background: #FFFFFF;
	margin:auto;
	text-align: left;
} 
#header { 
	background: #FFFFFF; 
	margin-top: 1em; 
	margin-bottom: 1em;
	border: 1px solid #336699;
}

#mainbodyleft {
	position:relative;
	float:left;	
	width:49%;
	background-color: #FFFFFF;
}
#mainbodyright {
	position:relative;
	float:right;
	background-color: #FFFFFF;
	width:49%;	
}

#navbar { 
    position:relative;
	padding:1em;
	margin:2 em;
	background: #FFFFFF;
	border: 1px solid #336699;
	
}

#researchtext {
    position:relative;
	background-color: #FFFFFF;
	padding: 1em;
	margin-top: 1em; 
	margin-bottom: 1em;
	
}
#researchimage {
    position:relative;
	background-color: #FFFFFF;
	padding: 1em;
	margin-top: 1em; 
	margin-bottom: 1em;
	border: thin solid #336699;
}
#researchimage_nobox {
    position:relative;
	background-color: #FFFFFF;
	padding: 1em;
	margin-top: 1em; 
	margin-bottom: 1em;
}

	
#sponsors {
    position:relative;
	float: right;
	width:48%;
	margin:1em;
	
	
	}
	

#footer { 
	
	background:#FFFFFF;
	margin-bottom: 1em;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1em;
    line-height: 0em;
}
