/*
-----------------------------------------------
Generic Selectors
----------------------------------------------- */

body { 
	background: #FFFFFF;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #454521;
 	}


h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #454521;
	margin: 6px 0 4px 0;
	}

h2{
 font-size: 130%;
 color: #663300;
  padding: 0;
	}

h3{
 font-size: 125%;
 color: #454521;
  padding: 0;
	}

h4{
 font-size: 132%;
 color: #454521;
	}

h5{
 font-size: 115%;
 color: #454521;
 padding: 0;
	}

/*
----------------------------------------------- 
pseudo classes
--------------------------------------------- */

a:link {
	color: #454521;
	text-decoration: underline;
	}

a:hover {
	color: #5B5C0E;
	text-decoration: underline;
	}

a:visited {
	color: #454521;
	text-decoration: underline;
	}

ul{
 list-style-type: disc;
 list-style-position: outside;
	}

ul ul{
 list-style-type: square;
 list-style-position: outside;
}

ul ul ul{
 list-style-type: none;
}



/*
----------------------------------------------- 
                    ID's
--------------------------------------------- */

#topBorder {
	margin: 0;
	}	

#masthead {
	margin: 0;
	}	

	
#space {
	margin: 0;
	}
			
		
/************* #footer styles ***************/

#footer{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #454521;
	text-align: center;
	clear: both;
}

