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

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;
	}
	
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 0px 20px 0px;   /* default padding */  
	}		
	
#frame {
	width: 950px; 
	margin: 0 auto; 
	padding: 2px 0 2px 0; 
	background: #000;
	}
 	
#container {   /* <div id="container"> */
	background-image: url('../images/bkgdsb.jpg');
	background-position: center center;
	
	background-repeat: repeat-y;				/* also bkgd image repeat-y or repeat-x */	
	background-color: #fff;		/* bkgd color  */
	width: 946px;
	margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
	}

#header {   /* <div id="header"> */
	position: static;
	background-color: #fff;		/* bkgd color  */
	width: 946px;	
	margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
	}
	
#lheader {   /* <div id="header"> */
	position: static;
	background-color: #fff;		/* bkgd color  */
	width: 245px;	
	float: left;
	margin: 0px auto 0px auto;
  padding: 15px 0px 5px 0px;
	}
	
#cheader {   /* <div id="header"> */
	position: static;
	background-color: #fff;		/* bkgd color  */
	width: 341px;	
	float: left;
	margin: 0px auto 0px auto;
  padding: 50px 0px 0px 0px;
	}

#rheader {   /* <div id="header"> */
	position: static;
	background-color: #fff;		/* bkgd color  */
	width: 330px;	
	float: right;
	margin: 0px auto 0px auto;
  padding: 10px 30px 0px 0px;
}

#menu	 {   /* <div id="menu use for drop down menu*/
	position: static;
	background-color: #fff;		/* bkgd color  */
	width: 	946px;
	margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
	}
	
#leftcopy {   /* <div id="menuleft"> used for left hand menu */
	position: static;
	width: 	180px;
	float: left;
	margin: 0px auto 0px auto;
  padding: 20px 10px 20px 10px;	
	background-color:	#cfe1f7; 
	}
	
#maincopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 716px;
	float: right;
	margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;	
	}
	
#centercopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 506px;
	float :left;
	margin: 0px auto 0px auto;
  padding: 20px 20px 20px 20px;	
	}
	
#sidebar {  /* <div id="sidebar"> used for right copy by navigation */
	position: static;
	width: 180px;
	float: right;
	background-color:	#cfe1f7; 
	margin: 0px auto 0px auto;
  padding: 20px 10px 20px 2px;	
	}	
	
#footer {   /* <div id="footer> */
	width: 914px;
	text-align: center;
	font-family: Verdana;
	font-size: 100%;
	margin: 0px auto 0px auto;
	padding-top: 15px;
	padding-bottom: 10px;
	}
	
a {  /* color of link */
  	color: #228B22; /* olive green*/
  	text-decoration:	none;
  	padding:	0px 3px 0px 3px;
  	}
	
a:visited {  /* color of visited link */
		color: #228B22; /* green*/
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}

a:hover {  /* color of link when hovered*/
		color:  #000;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		background-color: #ffffff;
		}	
		
	
.footer a{  /* color of link */
  	color:	#1e3d5c; /* dkblue*/
  	text-decoration:	none;
  	padding:	0px 3px 0px 3px;
  	}
	
.footer a:visited {  /* color of visited link */
		color:#1e3d5c; /* dkblue*/
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}

.footer a:hover {  /* color of link when hovered*/
		color: #000;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
	
		}			
.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 */
	}
	
/* lists */	
ul.noimage {	 /* no image at the beginning of an unordered list */
 	list-style-type: none;
	}		
		
.nobottom {   /* forces bottom to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top to move up */
	margin-top:	0;
	padding-top:	0;
	}	

	
	
/* text commands*/
h1 {
  font-size:      220%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;			
	}	
	
h2 {  /* headline 2 */
  font-size:      140%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	}	
	
h3 {  /* headline 2 */
  font-size:      110%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	}	
	
.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;
	}

.center {   /* text center*/
	text-align:	center;
	}
	
.right {   /* text right*/
	text-align:	right;
	}
.italic {
	font-style: italic;
	font-weight: bold;
}
	
.t85 {    
	font-size:      85%;	
	}
	
.t110 {
	font-size:   110%;	
	line-height: 0.5cm;  /* specifies space between lines */
	}	
	
.t120 {   
	font-size:      120%;	
	}	

.red {
	color: #ff0000;
	}
		
.green {
	color: #41845e;
	}
	
.dkgreen {
	color: #006c23;
	}
	
.blue {
	color: #b1cce1;
	}
	
.white {
	color: #fff;
	}
	
.dkblue {
	color:  #1e3d5c;
	}

.highlight {
	background:#cfe1f7;
	color: #000000;
	font-weight: bold;
	}

