body
{
	margin: 0 auto;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #D8D2B2;
	font-family: Arial, Helvetica, sans-serif;
}


/* Custom link styles */
a:link {
	text-decoration: none;
	color: #2F4F4F;
}

	

a:visited {
	text-decoration: none;
	color: #2F4F4F;
}

a:hover {
	text-decoration: none;
	color: #4682B4;
}

a:active {
	text-decoration: none;
	color: #50635F;
}


#menu a, #menu a:visited {
  position:relative;
  text-decoration:none; 
  text-align: center; 
  color:#D0CEB9; 


  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
      padding-left: 15px;
      }

#menu a:hover {
  top:0px;
  left:0px;
  color:White;
  }


h1 { font-size: 18px;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 	color: #4B4E43; 	}
	
h2 { font-size: 16px;  font-style: normal;  font-weight: bold;    color: #445956;    }

h3 { font-size: 22px;   
	}
h4{
	font-size: 13px;
	margin: 4;

	}

h5 { font-size: 12px; }

h6 { font-size: 10px; 
	}
	

.smaller   { font-size: 12px; }

.larger { font-size: 14px;  font-weight: bold;  }

.indent {
	margin-top: 10px;
}

	
table{
	font-size: 14px;
	background-color: transparent;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
td.container { background-color: #E9E3C9; 

}

.copy{
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: White;

	}







