/* 946 basic page formatting style, fits 1024 X 768 display */

#frame {
	width: 850px; 	
	margin: 0px auto; 
	padding: 25px 25px 10px 0px; 
}

body { 
	margin: 				0px 0px 0px 0px;
	padding: 				0px 0px 0px 0px;
	font-family: verdana, geneva, arial, sans-serif;  /* default fonts */
	font-size: small;  /* default font size 10 px */
	font-color: #000;
}		
	
#container {   /* <div id="container"> */
	background-color: #ffffff;		/* bkgd color  */
	background: url('../images/left.jpg') repeat-y;	
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	border: 4px solid #004477;
	}
	
#leftgraphic {   /*  used for side graphic*/
	position: 			static;
	width: 			234px;
	background-color:	#ffffff;
	margin: 				0px 0px 0px 0px;
	padding: 				0px 0px 0px 0px;
}


#header {   /* <div id="header"> */
	background-color: #ffffff;		/* bkgd color  */
	background: url('../images/header.jpg')  no-repeat;
	position: relative; 
	width: 795px;
	padding-right: 5px;	
	height: 200px;
	}

#maincopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: floatr;
	width: 542px;
	margin: -18px 0px 0px 0px;
	padding: 0px 20px 20px 20px;
	text-align: left;	
	border-left: 8px solid #004477;
}

		
#footer { /* <div id="footer"> */
	position: static;
	width: 800px;
	color:	#ffff3f;
	background-color: #004477;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	text-align: center;
	}

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 */
	}
	

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

a:hover {  /* color of link when hovered*/
		color: #0000ff;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		background-color: #f5b41c;
		}	
		
.footer a {  /* color of link in footer */
  	color:	#ffffff;
  	text-decoration:	none;
  	padding:	5px;
  	}
	
.footer a:visited {  /* color of visited link in footer */
		color: #ffffff;
		text-decoration: none;
		padding:	5px;
		}

.footer a:hover {  /* color of link when hovered in footer */
		color: #ffffff;
		text-decoration: none;
		padding:	5px;
		background-color: #f5b41c;
		}
	
.clearmaincopy {   /* clears all floats in main copy, use in main copy only */
	clear: both;
	width: 710px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}	
	
		
.clear {  /* clears all floats in the container, use in container only */
	clear: both;
	width: 912px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	

		
 /* all text commands*/		
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;
	}

.indent250 {
	margin-left:  250px;
	}
	
	
/* colors*/
.brightblue {
	color: #0000ff;
	}
	
.navyblue {
	color: #004477;
	}
	
.green {
	color: #028002;
	}
	
yellow {
	color: #ffff3f;
	}
	
orange {
	color: #f5b41c;
	}
	
red {
	color: #c20003;
	}
	


