/* Burke Research Group Main Stylesheet */
/* 1/16/2008 */
html,body {
	font-family: verdana, helvetica, arial, sans-serif;
	margin : 0px 0px 0px 0px;
	background: #003366;
	text-align: center;
}
a, a.sitelinksredorange, a.sitelinksorange, a.sitelinksyellow { 
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	padding: 10px 2px 2px 15px;
	margin-top: 5px;
	margin-bottom: 7px;
	font-family: arial;
	color: black;
}		
h2 {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	font-family: arial;
	text-align: center;
}	
table,tr,td,th {
	font-size: 99%;
}
img.floatLeft { 
    float: left; 
    margin-right: 8px; 
    margin-left: 1px; 
    margin-top: 8px; 
    margin-bottom: 4px; 
	border: 3px solid #716F6F;
}
img.floatRight { 
    float: right; 
    margin-right: 1px; 
    margin-left: 8px; 
    margin-top: 4px; 
    margin-bottom: 4px; 
	border: 3px solid #716F6F;
}
img.pub {
	border: 3px solid #716F6F;
}
p.bodyCopy {
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
}
p.listCopy {
	text-align: left;
	margin-left: 10px;
	margin-right: 5px;
}
ul,li,ol {
	text-align: left;
}
ol {
	padding-bottom: 10px;
}
.maintable {
	border-collapse: collapse;
	border: solid 10px #fdfdfe;
	padding-bottom: 10px;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 965px;
}
#top {
	z-index: -10;
	top:0px;
	vertical-align: center;
	text-align: center;
	border:0px none;
	font-size: 90%;
	padding-top: 15px;
	margin-left: 3px;
	margin-bottom: -22px; /* - this is what lets me move the box into the top image */
}
#content {
	font-family: sans-serif;
	font-size: 100%;
	text-align: left;
	border: solid 13px #b6b6b7;
	width: 975px;
} /* This is where main site content lives. */
#footertext {
    text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 65%;
	font-family: sans-serif;
	color: #f1f1f1;
}
#navigation {
	width: 190px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 5px;
}
#navigation a {
	list-style: none;
	margin: 0;
	text-align: right;
	display: block;
	text-decoration: none;
	margin-top: 2px;
	font-size: 1.25em;
	color: white;
}
#navigation a:hover {
	font-weight: bold; 
	color: #ffffff;
}
#membertable br {
	margin-bottom: 3px;
	}
#memberimg {
	margin: 5px;
}
.membertdLeft {
	margin: 5px;
	text-align: right;
	font-size: 0.7em;
	width: 155px;
	}
.membertdRight {
	margin: 5px;
	text-align: left;
	font-size: 0.7em;
	}
