/* ************** CSS FOR SUSAN MURRAY ******************* */

.middle {
      background: url("../graphics/middlesection.jpg");
	background-repeat: no-repeat;
}
.bottom {
      background: url("../graphics/bottomnavs.jpg");
	background-repeat: no-repeat;
}

/**************** Body Formatting ****************** */

BODY {
background: #616D7F;
padding-left:10;
padding-top:10;
margin:0;
}

/* ************** NAVS ****************************** */

.arrows { 
 font-family: "Quorum Lt BT",georgia,times,"new times roman","times new roman";  
 font-size: 14pt; 
 line-height: 18pt;
 font-weight:normal;
 color: #000000;
 list-style-type: none;
 padding-left: 30;
 margin-left: 0;
}
li.arrows {
 background: url(../graphics/arrow.gif) left center no-repeat;
 padding-left: 20px;
 margin-bottom: 10px;
 margin-top:10px;
 }


/* ************** TEXT FORMATTING ******************* */
h1 { 
 font-family: "Quorum Lt BT",georgia,times,"new times roman","times new roman";  
 font-size: 14pt; 
 line-height: 16pt;
 font-weight:bold;
 color: #9D9883;
 margin-left: 20px;
 margin-top: 20px;
 }

h2 { 
 font-family: "Quorum Lt BT",georgia,times,"new times roman","times new roman";  
 font-size: 12pt; 
 line-height: 16pt;
 font-weight:bold;
 color: #000000;
 margin-left: 20px;
 margin-top: 20px;
 }


h3 { 
 font-family: "Quorum Lt BT",georgia,times,"new times roman","times new roman";  
 font-size: 10pt; 
 line-height: 16pt;
 font-weight:bold;
 color: #000000;
 margin-left: 20px;
 margin-top: 20px;
 }



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #000000;
	border: thin none #000000;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EADFCC;
	font-weight: normal;
	}

.navs
	{
	text-decoration: none;
	}

/* ************** LINK FORMATTING ******************* */

a 	{
	color: #000000;
	}
a:hover 	{
	color: #3E1200;
	text-decoration: underline;
	}
