/* Specify blanket rules for all elements */ 
  body { 
    width:800px; 
    font-size:75%; 
    font-family: Arial,Helvetica,sans-serif;
	margin-left: auto; 
	margin-right: auto;
	color: #000000;
	background-color:#ebe9ed;

    } 
/* Rules for headings */ 
  h1 { 
    font-size:150%; 
		color:#7f1416;
    } 
  h2 { 
    font-size:120%; 
		color:#7f1416;
    } 
  h3 { 
    font-size:110%; 
    } 
  p ul li { 
    font-size:90%; 
    line-height:120%; 
    } 
/* Masthead */ 
 #masthead {
	width: 800px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:800px;
	height:31px;
	background-color:#7f1416;
	vertical-align: middle;
    } 
  html>body #masthead { 
    width:800px; 
    }   #masthead1 {
	background-color:#ffffff;
	width: 800px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:800px;
	height:100px;
    } 
  html>body #masthead1 { 
    width:800px; 
    } 
	.address {
	font-family:Arial, Helvetica, sans-serif;
	}
	/* Content */ 
	  #content_1{ 
	    margin-left:200px; 
	    margin-right:10px; 
	    padding-top:10px; 
		padding-bottom:10px;
	    border:0px solid #000; 
	    width:580px; 
	    voice-family:"\"}\""; 
	    voice-family:inherit; 
	    width:588px; 
	    } 
	  html>body #content { 
	    width:580px; 
	    } 
	/* Sidebar A */ 
	  #sidebar_a {
	float:left;
	padding:10px;
	border:0px solid #000;
	width:158px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:158px;
	margin-bottom:100px;
	  	    } 
	  html>body #sidebar_a { 
	    width:158px; 
	    } 
	/* Sidebar B */ 
	  #content_2 { 
	    float:right; 
	    padding-left:10px; 
		padding-top:10px;
		margin-top:20px;
		padding-bottom:10px;
		margin-right:10px;
	    border:1px solid #7f1416; 
	    width:220px; 
	    voice-family:"\"}\""; 
	    voice-family:inherit; 
	    width:220px;
		background-color:#cccccc; 
		
	    } 
	  html>body #content_2 { 
	    width:220px; 
	    } 
	/* Footer */ 
	  #footer { 
	    clear:both; 
	    margin:0px 0 0 0;
	    padding:0px; 
	    border:0px solid #000; 
	    background-color:#7f1416;
	    width:800px; 
	    voice-family:"\"}\""; 
	    voice-family:inherit; 
	    width:800px;
		text-align:center;
		font-size:10px;
	    } 
	  html>body #footer { 
	    width:800px;
	}
.footertext {
		color:#ffffff;
		text-decoration:none;
			}

.footertext a:link {
		color: #ebe9ed;
		text-decoration:none;
}
.footertext a:hover  {
		text-decoration:underline;
		}
.footertext a:visited {
		color: #ebe9ed;
		text-decoration:none;
}

#container {
	width:800px;
	padding-top:0;
	border:solid 0px;
	background-image:url(images/left.gif);
	background-repeat:repeat-y;
}
#footer a:hover {
	border-bottom:solid 1px;
	}
	
a:link {
	color: #7f1416;
}
a:hover {	
	color:#999999;
	}
a:visited {
	color: #7f1416;
	}
	
#mainnav {
	height: 35px;
	padding: 0px;
    font-size:10px 
    font-family: Arial,Helvetica,sans-serif;
}

#mainnav ul{
	padding:0;
	margin:0;
}

#mainnav li{
	float:left;
	position:relative;
	list-style-type:none;
}

#mainnav a {
	color: #000;
	text-decoration: none;
	padding: 3px 0px 0px 0px;
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	height: 37px;
	line-height: 18px;
	font-size:10px;
}

#mainnav a:hover{
	color: #7f1416;
}

#mainnav li ul li a {
	display:block;
	font-size:10px;
	width:160px;
	padding:0px 9px;
	color:#000000;
	text-decoration:none;
	margin-right:1px;
	text-align:left;
	height:15px;
	line-height:15px;
}

#mainnav li ul li a:hover{
	color:#7f1416;
}

#mainnav ul ul {
	visibility:hidden;
	position:absolute;
	width:160px;
	height:0px;
	margin:20px 0px 0px 0px;
left: 0px;
}

#mainnav ul li:hover ul,
#mainnav ul a:hover ul{
	visibility:visible;
}

