/* Specify blanket rules for all elements */ 
  body { 
    width:850px; 
    font-size:80%; 
    font-family:'Arial'; 
	margin-left: auto; 
	margin-right: auto;
	color: #000000;
    } 
/* Rules for headings */ 
  h1 { 
    font-size:150%; 
    } 
  h2 { 
    font-size:140%; 
    } 
  h3 { 
    font-size:120%; 
    } 
  p { 
    font-size:100%; 
    line-height:120%; 
    } 
/* Masthead */ 
  #masthead1 { 
    margin:0 0 0 0px 0; 
    padding:0px; 
    border:2px solid #000; 
    background-color:#000066; 
    width:850px; 
    voice-family:"\"}\""; 
    voice-family:inherit; 
    width:850px; 

    } 
  html>body #masthead1 { 
    width:850px; 
    } 
	/* Content */ 
	  #content_1{
	    margin-left:200px; 
	    margin-right:20px; 
	    padding-top:0px; 
	    border:0px solid #000; 
	    width:450px; 
	    voice-family:"\"}\""; 
	    voice-family:inherit; 
	    width:450px; 
	    } 
	  html>body #content { 
	    width:600px; 
	    } 
  #content_2{
	    margin-left:0px; 
	    margin-right:20px; 
	    padding-top:0px; 
	    border:0px solid #000; 
	    width:150px; 
	    voice-family:"\"}\""; 
	    voice-family:inherit; 
	    width:150px;
		float:right; 
		
	    } 
	  html>body #content { 
	    width:200px; 
	    } 

	/* Sidebar A */ 
	  #sidebar_a {
	float:left;
	padding:10px;
	border:0px solid #000;
	width:150px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:150px;
	min-height:800px;
	  	    } 
	  html>body #sidebar_a { 
	    width:150px; 
	    } 
	
	/* Footer */ 
	  #footer { 
	    clear:both; 
	    margin:0px 0 0 0;
	    padding:0px; 
	    border:1px solid #000; 
	    background-color:#000066;
	    width:850px; 
	    voice-family:"\"}\""; 
	    voice-family:inherit; 
	    width:850px;
		text-align:center;
		font-size:9px;
	    } 
	  html>body #footer { 
	    width:850px;
	}
.footertext {
		color:#ffffff;
		text-decoration:none;
		font-size: 9px;
			}

.footertext a:link {
		color: #cccccc;
		text-decoration:none;
}
.footertext a:hover {
		text-decoration:underline;
		}
#container {
	width:850px;
	padding-top:0;
	border:solid 2px;
	background-image:url(images/bgrd.png);
	background-repeat:repeat-y;
	height: 100%;
}
#footer a:hover {
	border-bottom:solid 1px;
	}
	
a:link {
	color: #000066;
}
a:hover {	
	color:#CC0000;
	}
a:visited {
	color: #999999;
	}
