body { 	
	background-image: url('../images/hlbkgd.jpg');  /* bkgd image */
	background-repeat: repeat;	
	margin: 0px;
	font-family: verdana, geneva, arial, sans-serif;  /* default fonts */
	font-size: small;  /* default font size 10 px */
	text-align: center; /* default text alignment */
	padding-left:0px;   /* default text padding */
	padding-right:0px; 
	padding-top:20px; 
	padding-bottom:20px
	}	

div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}
	
html {
  height: 100%;
  margin-bottom: 1px;
	}

img {  /* removes border from linked images */
	border: 0px;
	}
 	
#container {   /* <div id="container"> */
	width: 720px;
	background-color: transparent;
	margin: 20px auto 15px auto;
	padding: 10px;
	text-align: left;
	}

#header {   /* <div id="header"> */
	position: static;
	width: 550px;	
	margin: 0px auto 0px auto;
	}
	
#nav {   /* <div id="nav"> used for side navigation */
	position: 			static;
	width: 					140px;
	margin: 				0px 0px 0px 0px;
	padding: 				20px 0px 0px 0px;
	text-align: 		left;
	font-weight:   	normal;
	}
	
#maincopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 550px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;	
	}	
	
.maincopyleft {    /* 235 px wide division, floatl or floatr, use for  two column layout, use only in main copy */	
	width: 265px;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	text-align: left;
	}
	
.maincopyright {    /* 235 px wide division, floatl or floatr, use for  two column layout, use only in main copy */	
	width: 265px;
	margin: 0px;
	padding: 10px 10px 10px 0px;
	text-align: left;
	}

.clearmaincopy {   /* clears all floats in main copy, use in main copy only */
	clear: both;
	width: 484px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}	

	
.fullwidthpadded {   /* 50 px white space added inside fullwidth division */
	width: 588px;
	margin: 15px auto 0px auto;
	padding: 10px 66px 10px 66px; 
	text-align: left;
	}
	
.clear {  /* clears all floats in the container, use in container only */
	clear: both;
	width: 686px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	

	
#footer {   /* <div id="footer> */
	width: 688px;
	text-align: center;
	font-family: Verdana;
	font-size: 100%;
	margin: 0px auto 0px auto;
	padding-top: 15px;
	padding-bottom: 10px;
	}
	
h1 {
  font-size:      225%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;			
	text-align:			center;
	font-weight:    normal;
	padding-top:		5px;
	}
	
	
h2 {  /* headline 2 */
  font-size:      175%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;			
	text-align:			center;
	font-weight:    normal;
	padding-top:		5px;
	}
	
h3 {  /* headline 2 */
  font-size:      150%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;			
	text-align:			center;
	font-weight:    normal;
	padding-top:		5px;
	}
	

.tl {   /* text left */
	text-align:	left;
	}
	
.ltl {   /* large text left */
	font-size:      120%;	
	font-weight:    normal;
	text-align:	left;
	}
	
.stl {    /* small text left */
	font-size:      85%;	
	font-weight:    normal;
	text-align:	left;
	}
	
.tc {   /* text center*/
	text-align:	center;
	}
	
.ltc {  /* large text center*/
	font-size:      120%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.stc {   /* small text center*/
	font-size:      85%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.tr {   /* text right*/
	text-align:	right;
	}
	
.ltr {   /* large text right*/
	font-size:      120%;	
	font-weight:    normal;
	text-align:	right;
	}
	
.str {  /* small text right*/
	font-size:      85%;	
	font-weight:    normal;
	text-align:	right;
	}
	
.brown {
	color: #584b3b;
	}
	

.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.floatr {
	padding-left: 20px;
	}
	
img.floatl {
	padding-right: 20px;
	}
	
.divcenter{      /* creates an auto centering division */
	margin: 0px auto 0px auto;
	}

.nobottom {   /* forces bottom text to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top text to move up */
	margin-top:	0;
	padding-top:	0;
	}	
	
	
a {  /* color of link */
  	color:	#2f2317;
  	text-decoration:	none;
  	padding:	0px;
  	}
	
a:visited {  /* color of visited link */
		color: #2f2317;
		text-decoration: none;
		padding:	0px;
		}

a:hover {  /* color of link when hovered*/
		color: #f0e9d7;
		text-decoration: none;
		padding:	0px;
		background-color: #2f2317;
		}
		
.menu	a {
    font-size:      	140%;	
		font-family: 		"trebuchet ms", verdana, geneva, sans-serif;		
		text-align:				center;
		font-weight:    	normal;
		color:						#f0e9d7;
		text-decoration: 	none; 
    display: 					block;
		background: 			url(../images/upbutton.jpg) center center no-repeat; 
    padding: 					15px 0px 1px 0px;
		margin: 					0px auto 0px auto; 
    width: 						137px; /*helps IE with hover */
    height: 					37px;
  	}
		
.menu	a:visited {
    font-size:      	140%;	
		font-family: 		"trebuchet ms", verdana, geneva, sans-serif;		
		text-align:				center;
		font-weight:    	normal;
		color:						#f0e9d7;
		text-decoration: 	none; 
    display: 					block;
		background: 			url(../images/upbutton.jpg) center center no-repeat; 
    padding: 					15px 0px 1px 0px;
		margin: 					0px auto 0px auto; 
    width: 						138px; /*helps IE with hover */
    height: 					37px;
  	}
		

.menu	a:hover {
    font-size:      	140%;	
		font-family: 		"trebuchet ms", verdana, geneva, sans-serif;		
		text-align:				center;
		font-weight:    	normal;
		color:						#2f2317;
	 	text-decoration: 	none; 
    display: 					block;
		background: 			url(../images/downbutton.jpg) center center no-repeat; 
    padding: 					15px 0px 1px 0px;
		margin: 					0px auto 0px auto; 
    width: 						138px; /*helps IE with hover */
    height: 					37px;
		}
		
		
/* 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.gif');
	}
		
ul.noimage {	 /* no image at the beginning of an unordered list */
 	list-style-type: none;
	}			
		
  	

/* tables */		

table {  /* table with 10 px padding and no margins */
	padding:	6px 10px 6px 10px;	
	margin: 	0px auto 0px auto;
	border-collapse:	collapse;
	background-color: #fff;	
	}
		
table.border {
	border:		1px solid black;
	}

	
td {  /* table cell with 10 px padding on top and 15 px padding on the right */
	padding:	3px 10px 3px 10px;
	margin: 	0px auto 0px auto;		
	border:		1px solid black;
	border-collapse:	collapse;
	}
	