body {
background-color: #ffffcc;
text-align: center;
margin: 8px 5%;
padding: 0;
}

h1,h2,p,a {
font-family: Book Antiqua,Times New Roman,Times,sans-serif;
color: #000000;
background-color: transparent;
}

h1 {
width: 100%;
font-size: 5ex;
font-weight: bold;
padding: 4px 12px;
border: 0;
text-align: center;
}

h2 {
color: #996600;
background-color: transparent;
font-size: 3.5ex;
font-weight: bold;
font-style: oblique;
padding: 0;
margin: 0;
}

p {
font-size: 1.8ex;
font-weight: normal;
padding: 8px;
}

a:link {
color: #666600;
background-color: transparent;
text-decoration: underline;
}
a:visited {
color: #666600;
background-color: transparent;
text-decoration: underline;
}
a:hover {
color: #527b31;
background-color: transparent;
text-decoration: none;
}
a:active {
color: #666600;
background-color: transparent;
text-decoration: underline;
}

hr {
	  border: 0;
      border-top: 2px dashed #996600;
      color: #ffffcc;
      background-color: #ffffcc;
      height: 1px;
}
	  
#container {
margin-left: auto;
margin-right: auto;
width: 90%;
text-align: left;
background-color: #ffffcc;
padding: 0;
border: 0;
}

#main {
width: 100%;
margin: 0;
border: 0;
}

#header {
width: 100%;
padding: 1;
margin: 0;
background-color: #ffffcc;
border: 0;
text-align: center;
}

#leftbox {
width: 200px;
text-align: center;
border: 0;
}

#centerbox {
background-color: #ffffcc;
padding: 12px;
margin: 0;
border: 0;
}
 
#footer {
width: 100%;
text-align: center;
padding: 16px;
margin: 0;
background-color: #ffffcc;
border: 0;
}
	 #footer p {
	 font-size: 80%;
	 }
	 
	 #footer a {
	 margin: 14px;
	 padding: 14px;
	 }

#navset {
padding: 4px;
border: 0;
margin: 0;
background-color: #ffffcc;
text-align: center;
}

	 #navset ul{ 
 	 margin: 0; 
 	 padding: 0; 
 	 list-style-type: none;
 	 color: #ffffcc; 
 	 text-decoration: none; 
 	 }
 
	 	 #navset li { 
		 width: 176px;
	 	 margin: 4px 12px;
		 border: 1px solid #846b4a;
	 	 }
	 
		 	 #navset a{ 
		 	 display: block; 
		 	 padding: 3px; 
			 color: #ffffff; 
			 border: 1px solid #000000;
			 background-color: #846b4a;
			 background-image: url('images/brown.gif');
			 background-position: top left;
			 background-repeat: repeat;
			 text-decoration: none;
			 font-weight: bold;
			 }

				 #navset a:link, #navset a:visited { 
				 color: #ffffff; 				 
				 background-color: #846b4a;
				 background-image: url('images/brown.gif');
				 background-position: top left;
				 background-repeat: repeat;
				 border: 1px solid #000000;
				 text-decoration: none;
				 font-weight: bold;
				 }

				 #navset a:hover{
				 color: #ffffff; 
				 border: 1px solid #000000;
				 background-color: #527b31;
			 background-image: url('images/green.gif');
			 background-position: top left;
			 background-repeat: repeat;
				 text-decoration: none;
				 font-weight: bold;
				 }
				  
				 #navset a:active {
				 border: 0;
				 color: #ffffff; 
				 text-decoration: none;
				 font-weight: bold;
				 }

				 #active a:link, #active a:visited, #active a:hover{
				 color: ffffff; 
				 text-decoration: none;
				 font-weight: bold;
				 border: 0;
				 }

#logo {
width: 351px;
height: 220px;
border: 0;
margin: 0;
padding: 0;
}