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

body { 	
	background-color: #fff;		/* bkgd color  */
	font-family: verdana, geneva, arial, sans-serif;  /* default fonts */
	font-size: small;  /* default font size 10 px */
	text-align: left; /* default text alignment */
	font-weight:   	normal;
	margin: 0px;
  padding: 20px 20px 20px 20px;   /* default padding */  
	}		

#frame {
	width: 946px; 
	margin: 0 auto; 
	padding: 0px 0 0px 0; 
	}
	
#container {   /* <div id="container"> */
	width: 720px;
	background-color: #d6dcd4; /* color is grey */
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
	text-align: left;
	border: 2px solid #1f72b8; /* color is blue*/
	}
	
#header {   /* <div id="header"> */
	position: static;
	width: 718px;
	height: 150px;	
	margin: 0px auto 0px auto;
	border-bottom: 2px solid #1f72b8
	}
	
#menu {   /* <div id="nav"> used for side navigation */
	position: 			static;
	width: 					160px;
	margin: 				0px 0px 0px 0px;
	padding: 				20px 0px 0px 20px;
	}	
	
#maincopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 486px;
	margin: 0px 0px 0px 0px;
	padding: 20px 30px 0px 0px;
	text-align: left;
	}	
	
#maincopyindex {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 680px;
	margin: 20px 20px 20px 20px;
	padding: 20px 20px 20px 20px;
	text-align: left;
	}	
	
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;
	}
	
#footer {   /* <div id="footer"> */
	width: 688px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.clear {  /* clears all floats */
	clear: both;
	width: 5px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height: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 */
	}
	
	
a {  /* color of link */
  	color:	#000;
		background-color:#ddccaa;
  	text-decoration:	none;
  	padding:	0px 3px 0px 3px;
  	}
	
a:visited {  /* color of visited link */
		color:	#000;
		background-color:#ddccaa;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}

a:hover {  /* color of link when hovered*/
	  color: #fff;
		background-color:#776644;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}	
	
.footer a {  /* color of link in footer */
	  color: #000000;
		background-color:#fff;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}	
	
.footer a:visited {  /* color of visited link in footer */
	  color: #000000;
		background-color:#fff;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}

.footer a:hover {  /* color of link when hovered in footer */
		color: #000000;
		background-color:#fff;
		text-decoration: none;
		padding:	0px;
		background-color: #e5f1f7;
		}
	
/* text commands*/
.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;
}
	
.t85 {    
	font-size:      85%;	
	}
	
.t110 {
	font-size:   110%;	
	line-height: 0.5cm;  /* specifies space between lines */
	}		

	
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;
	}	
	
	
.t120 {   
	font-size:      120%;	
	}		
	
.red {
	color: #ff0000;
	}
	
.nobottom {   /* forces bottom to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top to move up */
	margin-top:	0;
	padding-top:	0;
	}	
	
/* 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:	20px;
	}
	
.td  {
	align: middle;
	}
.td {
	align: left;
	}
	
.td {
	align: right;
	}
	
.rframe1 {
		position: relative;
		top: 210px;
		left: 850px;
	
		}

.rframe2 {
		position: relative;
		top:  215px;
		left: 850px;

		}

.rframe3 {
		position: relative;
		top:  220px;
		left: 850px;

		}
