@charset "utf-8";

body  {
	font: .95em "Trebuchet MS", Tahoma, Arial, sans-serif;
	background: #CFD8E2;
	margin: 0;
	padding: 0;
	color: #003366;
}

#container {
	width: 735px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #003366;
} 

#header1 {
	background: url(../images/Vol-title.gif) no-repeat center top;
	height: 54px;
	margin: 25px 0 25px 0;
}

#header3 {
	background: url(../images/vol1.jpg) no-repeat center top;
	height: 290px;
}

#mainContent {
	margin: 0 75px;
}

.blurb {
	padding: 15px 15px 25px 15px;
}

p  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

.blurb a {
	text-decoration: none;
	font-weight: bold;
	color: #003366;
}

.blurb a:hover {
	color: #999999;
}

h1  {
	font-size: 120%;
}
li {
	list-style-position: inside;
	list-style-type: square;
}

h2 {
	color: #003366;
}


strong  {
	font-size: 1.2em;
	font-weight: bold;
}

#display {
	border: solid #003366 1px;
	width: 385px;
	margin-left: 100px;
}

#display table {
	width: 380px;
	padding: 5px 5px 0 5px;

}

.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: 1px;
    line-height: 0px;
}
#nav  {
	margin-top: 5px;
	background-color: #CFD8E2;
	padding: 15px 0 15px 0;
	border-top-color: #003366;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: center;
}
#nav  a {
	font-size: 90%;
	text-decoration: none;
	color: #003366;
}
#nav  a:hover {
	color: #C0C0C0;
}

#credits {
	background-color: #FFFFFF;
	text-align: center;
	border-top-color: #003366;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 15px;
}

#credits a {
	font-size: 75%;
	text-decoration: none;
	color: #003366;
}

#credits a:hover {
	color: #CCCCCC;
}

<![if !IE 6]>

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
	width: 535px; /* container width*/
	background-color: #d1cfd0;
	margin-left: 35px;
}

.shadowcontainer .innerdiv{
	/* Add container height here if desired */
background-color: white;
	border: 1px solid #660000;
	padding: 6px;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -5px; /*shadow depth*/
}

.shiftcontainer2{
	position: relative;
	left: 2px; /*Number should match -left shadow depth below*/
	top: 2px; /*Number should match -top shadow depth below*/
}

.shadowcontainer2{
	width: 295px; /* container width*/
	background-color: #d1cfd0;
	margin-left: 145px;
}

.shadowcontainer2 .innerdiv{
	/* Add container height here if desired */
background-color: white;
	border: 1px solid #660000;
	padding: 6px;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -5px; /*shadow depth*/
}
<![endif]>
