﻿body {
	background-image: url('images/back10.jpg');
	background-position: center;
	background-color: #c4c7b6;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
}
#printlogo {
	display: none;}

h4 {
	margin: 10px;
}
h3 {
	margin: 10px;
}
h2 {
	margin: 10px;
}
h1 {
	margin: 10px;
}
p {
	margin: 10px;
}
.italic {
font-style: italic;
margin: 10px;
padding: 10px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 750px;
	height: 100%;
	background-color: #000;
}

#header {
	margin: 0;
	background: yellow;
}

#left {
	float: left;
	width: 205px;
	background-color: #000;
	height: 100%;
}

#main { 
	margin: 0;
	float: left;
	width: 545px;
	background-color: #fff;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#bottomnav {
	clear: both;
	background-color: #333300;
	text-align: center;
	color: #fff;
	background-image: url('images/navback2.jpg');
	font-size: 11px;
	line-height: 18px;
	padding: 5px;
	letter-spacing: 1px;
}
#bottomnav a:visited {
	text-decoration: none;
}

#bottomnav a:link {
	text-decoration: none;
}

#footer {
	clear: both;
	background-color: #333300;
	text-align: center;
	background-image: url('images/backbottom2.jpg');
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#footer h2 {
	margin: 2px;
}
#footer p {
	margin: 2px;
}
.box {
	width: 80%;
	background-color: #993;
	color: #fff;
	margin-top: 10px;
	font-size: small;
	background-image: url('images/topright.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding: 10px;}
	
.boxbottom {
	width: 80%;
	background-color: #993;
	color: #fff;
	font-size: small;
	background-image: url('images/bottomright.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 45px;
	padding: 10px;}
	
	
#navcontainer ul
{
margin: auto;
text-align: center;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 0;
background-color: #330;
color: white;
width: 750px;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 18px;
background-image: url('images/navback2.jpg');
letter-spacing: 1px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom:3px;
/* matches link padding except for left and right */
padding-top: 3px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 3px;
padding-top: 3px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #993;
color: #fff;
}

#navcontainer #active { border-left: 1px solid #fff; }

.center {
	text-align: center;
	margin: 0px;
}
#hometable {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	width: 90%;
	margin: auto;
}
#hometable td{
	text-align: center;
	font-size: 11px;
}
#hometable p {
	margin: 5 5px 0 5px;}

th {
	background-color: #993;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
	text-align: center;
	width: 33%;
}
a:link {color: 	#800000;}
a:visited {color: 	#800000;}
a:hover {color: 	#000;}
a:active {color: 	#000;}

a.ondark:link {color: 	#fff;}
a.ondark:visited {color: 	#fff;}
a.ondark:hover {color: 	#993;}
a.ondark:active {color: 	#993;}

img {
	border: 0px;
}

img a {
	border: 0px;
}
#sfisub {
	width: 30%;
	background-color: #993;
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	padding-left: 0px;
	margin-left: 0px;
	font-size: 11px;
	padding-right: 10px;
}
ul#sfi {
rem	margin-left: 3px;
rem	padding-left: 0px;
}
ul#research li {
list-style-type: square;
width: 90%;
}
.callout {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #800000;
}
.callout h3, .callout a {
	color: #800000;
	text-align: center;
}
