/* ************** CSS FOR SUSAN MONTY ******************* */

.top {
      background: url("../graphics/susanmonty.jpg");
	background-repeat: no-repeat;
}
.middle {
      background: url("../graphics/middle.jpg");
	background-repeat: no-repeat;
}
.bottom {
      background: url("../graphics/bottom.jpg");
	background-repeat: no-repeat;
}
.bottom2 {
      background: url("../graphics/bottom2.jpg");
	background-repeat: no-repeat;
}


/* ************** TEXT FORMATTING ******************* */
h1 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 12pt; 
 line-height: 16pt;
 font-weight:bold;
 color: #3E1200;
 margin-left: 20px;
 }

h2 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 11pt; 
 line-height: 12pt;
 font-weight: bold;
 color: #3E1200;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
 }

h3 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #9C8B7C;
 background-color: #ffffff;
 }


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #3E1200;
	border: thin none #000000;
	font-weight: normal;
	background-color: #A9AA98;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #3E1200;
	border: thin none #000000;
	font-weight: normal;
	background-color: #A9AA98;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.main2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #3E1200;
	font-weight: normal;
	background-color: #A9AA98;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EADFCC;
	font-weight: normal;
	}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3E1200;
	font-weight: normal;
	}

.navs
	{
	color:#EADFCC
	}
/* ************** LINK FORMATTING ******************* */

a 	{
	color: #3E1200;
	}
a:hover 	{
	color: #000000;
	}

a.menu:active, a.menu:visited, a.menu:link {
	text-decoration: none;
	color: #EADFCC;
	font-size: 11pt;
	}
	
a.menu:hover {
	text-decoration: underline;
	color: #3E1200;
	font-size: 11pt;
	}
