<style type="text/css">

<!--   
/*/////////// HTML //////////*/

body {
	background-image: url(../Images/MainImages/ClothGrn.gif);
	width: 940px;
	margin: 5px auto;

}

h1 {
	color: #828C73;
	font-size: 16pt;
	margin: 0px 0px 0.5em 0px;
	font: times
	font-weight: bold
	padding: 0px;
}


h2 {
	color: #828C73;
	font-size: 13pt;
	margin: 0px 0px 0.5em 0px;
	font: times
	font-weight: bold
	padding: 0px;
}

h3 {
	color: black;
	font-size: 10pt;
	font: arial
}

p {
	font-family: Arial, Times, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 1em 0px;
	color: #333333;
}

a:link { 
	color: #333333;
	text-decoration: none;	
	}
a:visited { 
	color: #866168;
	}	
a:hover { 

    color: black;
    background: #8FBC8F;
    text-decoration: none; 
    }

/*/////////// TOP MENU //////////*/

}

#navbar ul {
    margin: 0;
    padding: 5;
    list-style-type: none;
    text-align: center;

    }

#navbar ul li {  
    display: inline;	
	}

#navbar ul li a {
    font-family: sans-serif; 	
    text-decoration: none;
    padding: .2em 1.5em;
    color: #333333;
	font:  italic 12px georgia, sanserif
    }
    
#navbar ul li a:hover {
    color: black;
    background: URL("../images/backgrounds/tab-bkgrd.gif"); 
    text-decoration:underline; 

    }    
          


/*/////////// NAV BAR LEFT //////////*/


#navbarleft ul { 
    margin: 0; 
    list-style-type: none; 
    text-align: left;

    } 

#navbarleft ul li {  
    display: block; 
    } 

#navbarleft ul li a {
    font-family: calibri, "arial unicode MS", sans-serif; 	
    text-decoration: none;
    padding: .2em .2em;
    color: #696969;
	font: italic 12px georgia, san serif

    }
    
#navbarleft ul li a:hover {
    color: black;
    text-decoration:underline; 
    background: none

    }   
    
#navbarleft ul li a:select {
    color: black;
    text-decoration:underline; 
    background: none

    }       
      
    
-->
</style>