/* 800 basic page formatting style, fits no display */

/* basic page formatting style */
body {

	background-color: #664727; /* brown */ 
	margin: 0px;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: small;
	text-align: left;
	} 			

#container {
	background-image: url('../images/bgmenu.jpg');  /* bkgd image */
	background-position: top left;  /* bkgd image to floatl*/
	background-repeat: repeat-y;		/* bkgd image does not repeat */  
	/* also bkgd image repeat-y or repeat-x */
	width:	800px;
	background-color: #fff;
	margin: 20px auto 5px auto;
	padding: 0px;
	text-align: left;
	border: 3px #8f904f solid; /* green */ 
	}

#header {   /* <div id="header"> */
	position: static;
	width: 800px;	
	margin: 0px auto 0px auto;
	}
	
#menu  {
	background-position: static;
	width: 165px;
	background-color: #d95d2a; /* orange*/
	margin: 0px auto 0px auto; 
	padding: 10px 5px 10px 5px;
	
}

#maincopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 577px;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 5px 20px;
	}	
		
#footer {   /* <div id="footer> */
	background-image: url('../images/bgmenu.jpg');  /* bkgd image */
	background-position: floatl;  /* bkgd image to floatl*/
	background-repeat: repeat-y;		/* bkgd image does not repeat */  
	/* also bkgd image repeat-y or repeat-x */
	background-color: #fff; /* white */
	width: 575px;
	height: 124px;
	margin: 0px auto 0px auto;
	background-color: #fff; /* white */ 
	padding: 20px 20px 0px 205px;
	border-top: 1px solid #8f904f; /* green */ 
	}
	

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;
	}

.clear {  /* clears all floats in the container, use in container only */
	clear: both;
	width: 5px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}

	/* text definitions*/		
.nobottom {   /* forces bottom to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top to move up */
	margin-top:	0;
	padding-top:	0;
	}			
.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 */
	}
	
	
h1 {
  font-size:      220%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	text-align:			center;		
	font-weight:    normal;
	padding-top:		5px;
	}
	
	
h2 {  /* headline 2 */
  font-size:      190%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;
	text-align:			center;	
	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;
	}	

h5 {  /* headline bold*/
	font-size:      100%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	font-weight:    bold;
	}
	
	
.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;
	}
	
.underline {
	text-decoration: underline;
	}

.t85 {    
	font-size:      85%;	
	}
	
.t65 {    
	font-size:      65%;	
	}
	

.t110 {
	font-size:   110%;	
	line-height: 0.5cm;  /* specifies space between lines */
	}		
	
.t120 {   
	font-size:      120%;	
	}	
	
.red {
	color: #ff0000; /* red */
	}
	
.brown {
	color: #664727; /* brown */
	}
	
.orange {
	color: #d95d2a; /* orange */
	}

.green {
	color:#8f904f; /* green */ 
	}
.white {
	color: #ffffff; /* white*/
	}

.turquoise {
	color: #6ea7df; /* turquoise*/
	}
	
.blue {
	color: #6d6edf; /* blue*/
	font-weight: bold;
	}
	
	
.impact{
	font-weight:    normal;
	font-family: 		impact, Trebuchet MS, Verdana, sans-serif;
	}

	
/* table definitions */
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;	
	}


/* lists */
	
ul {  /* definition of an unordered list */
	margin-top:		0;
	padding-top: 	0;
	margin-left:	10px;
	padding-left:	10px;
	}
		
li {
	margin-top:		0px;
	padding-top: 	5px;
	margin-left:	0px;
	padding-left:	0px;
	}
	
ul.image {  /* image at the beginning of an unordered list */
	list-style-image: url('../images/join.jpg');
	}
		
ul.noimage {	 /* no image at the beginning of an unordered list */
 	list-style-type: none;
	}		
	
/* link colors */

a {  /* color of link */
  	color:	#d95d2a; /* orange */
  	text-decoration:	none;
  	padding:	0px 3px 0px 3px;
  	}
	
a:visited {  /* color of visited link */
		color: #d95d2a; /* orange */
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}

a:hover {  /* color of link when hovered*/
		color: #6c321c; /* brown */
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		background-color: #ffffff; 
		}	
		
.menu	a {
   	color:	#ffffff;
  	text-decoration:	none;
  	padding:	0px 3px 0px 3px;
		width: 165px; /*helps IE with hover */
  	}

		
.menu	a:visited {
   	color: #ffffff;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		width: 165px; /*helps IE with hover */
		}
		

.menu	a:hover {
    color: #ffffff;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		background-color: #d95d2a; /* orange */
		width: 165px; /*helps IE with hover */
		}	

.footer: a {  /* color of link */
  	color:	#d95d2a; /* orange */
  	text-decoration:	underline;
  	padding:	0px 3px 0px 3px;
  	}
	
.footer a:visited {  /* color of visited link */
		color: #d95d2a; /* orange */
		text-decoration: underline;
  	padding:	0px 3px 0px 3px;
		}

.footer a:hover {  /* color of link when hovered*/
		color: #d95d2a; /* orange */
		text-decoration: underline;
  	padding:	0px 3px 0px 3px;
		background-color: #ffffff;
		}	

	

