    /* Styles for Navigation */
    #navigation ul {
	    list-style-type: none;
	    width: 100%;
	    margin: 0;
	    padding: 0;
    }
    
	#navigation {
	    
	    background-image:url('../images/menuBG.png');
	    background-color: #B5B5B5;
	    overflow: hidden;
    }    
    
    #navigation li {
	    float: left;
    }
    #navigation a {
	    color: #000;
	    text-decoration: none;
	    display: block;
	    padding: 5px;
	    border: 1px solid #DADADA; /* ca7*/
	    /*background-color: #B5b5b5; /* dc8*/
	    background-image:url('../images/menuBG.png');
    }
    #navigation a:hover {
	    color: #000;
	    text-decoration: none;
	    border: 1px solid #B5B5B5; /*ed9; 919191*/
	    background-color: #919191; /*ed9*/
	    background-image:url('../images/menuHoverBG.png');	    
    }
    
    
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B5B5B5;
}    
h1 {

font-family: Verdana, "Times New Roman", Times, serif;
font-size: 30px;
font-weight: bold;
color: black;

} 
    
    /* Main Banner styles */