/* 720 basic page formatting style, fits 800 X 600 display */

 body { 	
	background-color: #ffffff; /* white */ 	
	margin: 0px;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: small;
	text-align: center; 
	padding-left:0px; 
	padding-right:0px; 
	padding-top:20px; 
	padding-bottom:20px
	}		
#container {   /* <div id="container"> */
	width: 720px;
	background-color:	#ffffff; /* white */
	margin: 20px auto 15px auto;
	padding: 10px;
	text-align: left;
	border: 5px #ffffce solid; /* yellow*/
	}

#header {   /* <div id="header"> */
	position: static;
	width: 688px;	
	margin: 0px auto 0px auto;
	}

#menu {   /* <div id="nav"> used for side navigation */
	position: 			static;
	width: 					160px;
	background-color:	#ffffff; /* white */
	margin: 				15px 0px 0px 0px;
	padding: 				50px 5px 10px 15px;
	text-align: 		left;
	font-size:     	110%;	
	font-weight:   	normal;

	}
	
#maincopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 486px;
	margin: 10px 0px 0px 0px;
	padding: 10px 16px 10px 20px;
	text-align: left;	
	}	
	
#footer {   /* <div id="footer"> */
	width: 688px;
	text-align: center;
	font-size: 100%;
	margin: 0px auto 0px auto;
	padding: 15px 0px 10px 0px;
	}
	
.clear {  /* clears all floats */
	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;
	}

.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 */
	}
	
	
/* link colors */
a {  /* color of link */
  	color:	#993333;  /* red*/
  	text-decoration:	none;
  	padding:	0px 3px 0px 3px;
  	}
	
a:visited {  /* color of visited link */
		color: #993333;  /* red*/
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}

a:hover {  /* color of link when hovered*/
		color: #333399;  /* blue*/
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		background-color: #ffffff;
		}	
		
/* menu link colors */		

#menu a {
	color: #000000;  /* black */
	padding: 0px;
	margin:0px auto 0px auto;
 }

#menu a:visited {
	color:#000000; /* black */
	padding:0px;
	margin:0px auto 0px auto;
}                             

#menu a:hover {
	color:#333399;  /* blue*/
	padding:0px;
	margin:0px auto 0px auto;
 }

 
 /* text */
h1 {
  font-size:      220%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;			
	font-weight:    normal;
	padding-top:		5px;
	}
	
	
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%;	
	}
	
.t110 {
	font-size:   110%;	
	line-height: 0.5cm;  /* specifies space between lines */
	}	
	
.t120 {   
	font-size:      120%;	
	}		
	
.brown {
	color: #672F00;
	}
	
.red {
	color: #670004; /* red */
	}

/* Tables */	
table {  /* table with 10 px padding and no margins */
	padding:	10px;	
	margin: 	0px auto 0px auto;
	}	

td {	
	padding: 5px; 
	vertical-align:	top;
	}
	
td.size300 {  /* sets a td to 300 px */
	padding-right:   10px;    
	width:         300px;                  
 }

 
.img {  /* adds border from linked images */
	border: 1px;
	}
	
.detail {
	font-weight: 	bold;
	}
.nobottom {   /* forces bottom to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top to move up */
	margin-top:	0;
	padding-top:	0;
	}	