body { 	
	background-color: #4d3d2e;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: small;
	text-align: center;
	}
	
#container {   /* <div id="container"> */
	position: relative;
	overflow: hidden;   /* causes firefox to enclose float */
	width: 794px;
	background-color: #4d3d2e;
	margin: 20px auto 20px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}

#header {   /* <div id="header"> */
	position: static;
	width: 768px;	
	margin: 0px auto 0px auto;
	}
	
#menu {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 174px;
	background-color:	#e5dfda;
	margin: 0px;
	padding: 	10px 0px 0px 0px;
	text-align: left;
	border: 3px solid #000; 
	z-index: 200;
	}
	
#maincopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 550px;
	background-color:	#f2ece6;
	margin: 0px 0px 0px 0px;
	padding: 40px 20px 10px 180px;
	text-align: left;	
	border: 3px solid #000; 
	z-index: 0;
	}
	
.clear {
	clear: both;
	width: 5px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}
	
html {  /* this forces vertical scroll bar on firefox*/
  height: 100%;
  margin-bottom: 1px;
	}

.border {   /* adds a 1px black border*/
	border: 1px solid black;
	}
	
.floatl {   /* floats to the left*/
	float: left;
	display: inline;					/* fix IE double margin bug on floats */
	}

.floatr {  /* floats to the right*/
	float: right;
	display: inline;					/* fix IE double margin bug on floats */
	}
	
img {  /* removes border from linked images */
	border: 0px;
	}
	
img.tight {   /* floats to the right with white space on the left*/
	display: block;
	}
	
img.floatr {   /* floats to the right with white space on the left*/
	padding: 5px 0px 5px 20px;
	}
	
img.floatl {  /* floats to the left with white space on the right*/
	padding: 5px 20px 5px 0px;
	}
	
.divcenter{      /* creates an auto centering division */
	margin: 0px auto 0px auto;
	}

.nobottom {   /* forces bottom to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top to move up */
	margin-top:	0;
	padding-top:	0;
	}	
	
	
a {  /* color of link */
  	color:	#33281f;
  	text-decoration:	none;
  	padding:	0px 3px 0px 3px;
  	}
	
a:visited {  /* color of visited link */
		color: #33281f;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}

a:hover {  /* color of link when hovered*/
		color: #fd4703;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}		
		
/* lists */
	
ul {  /* definition of an unordered list */
	margin-top:		0;
	padding-top: 	0;
	margin-left:	10px;
	padding-left:	10px;
	}
		
ul.image {  /* image at the beginning of an unordered list */
	list-style-image: url('../images/bullet.jpg');
	}
		
ul.noimage {	 /* no image at the beginning of an unordered list */
 	list-style-type: none;
	}		
	
li {
	margin-top:		0px;
	padding-top: 	5px;
	margin-left:	0px;
	padding-left:	0px;
	}
		
li.line {	 
	border-bottom: 1px #4e3d56 solid;	
	}		
		
  	

/* tables */		

table {  /* table with 10 px padding and no margins */
	padding:	10px;	
	margin: 	0px auto 0px auto;
	}	
	
td {  /* table cell with 10 px padding on top and 15 px padding on the right */
	padding-top:		10px;		
	padding-right:	15px;	
	}
	
table.lined {  /* black line around table that collapses to the td line */
	border:		1px solid black;
	border-collapse:	collapse;
	}	

td.lined {   /* lined table  */
	border:		1px solid black;	
	padding:	10px;
	}
	
td.right {  /* moves text in a td to right top*/
	text-align:			right;
	vertical-align:		top;	
	}
	
td.top {  /* moves text in a td to top*/
	vertical-align:		top;	
	}
	
td.left {  /* moves text in a td to left top*/
	text-align:			left;
	vertical-align:		top;	
	}
	
h1 {
  font-size:      220%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;			
	font-weight:    normal;
	}
	
	
h2 {  /* headline 2 */
  font-size:      190%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	font-weight:    normal;	
	}	

	
h3 {  /* headline 3 */
  font-size:      160%;	
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	font-weight:    normal;
	}	
	
h4 {  /* headline 3 */
  font-size:      130%;	
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	font-weight:    normal;
	}	

.tl {   /* text left */
	text-align:	left;
	font-weight:    normal;
	}
	
.tc {   /* text center*/
	text-align:	center;
	font-weight:    normal;
	}
	
.tr {   /* text right*/
	text-align:	right;
	font-weight:    normal;
	}
	
.tj {   /* text justified*/
	text-align:	justify;
	font-weight:    normal;
	}
	
.t85 {    
	font-size:      85%;	
	}
	
.menu {
	font-size:      85%;	
	margin-left:  10px;
	margin-bottom:	0;
	padding-bottom:	0;
	margin-top:	0;
	padding-top:	0;
	}	
	
.t110 {
	font-size:   110%;	
	line-height: 0.5cm;  /* specifies space between lines */
	}	
	
.t120 {   
	font-size:      120%;	
	}		
	
.green {
	color: #3f6639;
	}
	
.dkgreen {
	color: #20331d;
	}
	
.indent10 {
	margin-left:  10px;
	}
	
.impact{
	font-weight:    normal;
	font-family: 		impact, Trebuchet MS, Verdana, sans-serif;
	}
	

	

