body { 	
	background-color: #000000;  /* bkgd image */
	margin: 0px;
	font-family: verdana, geneva, arial, sans-serif;  /* default fonts */
	font-size: small;  /* default font size 10 px */
	text-align: center; /* default text alignment */
	padding-left:0px;   /* default text padding */
	padding-right:0px; 
	padding-top:20px; 
	padding-bottom:20px
	}	

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;
	}
	
img {  /* removes border from linked images */
	border: 0px;
	}
	
#container {   /* <div id="container"> */
	width: 720px;
	background-color: #ffffff;
	margin: 20px auto 15px auto;
	padding: 10px;
	text-align: left;
	border: 5px #1f437f solid;
	}

#header {   /* <div id="header"> */
	position: static;
	width: 700px;	
	margin: 0px auto 0px auto;
	text-align: center; /* default text alignment */
	}
	
.fullwidthpadded {   /* 50 px white space added inside fullwidth division */
	width: 588px;
	margin: 0px auto 0px auto;
	padding: 10px 66px 10px 66px; 
	text-align: left;
	}
	
.halfwidthpadded {   /* 20 px white space added inside 288 px halfwidth division.  Can not be used inside a fullwidthpadded */
	width: 272px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	}
	
.clear {  /* clears all floats in the container, use in container only */
	clear: both;
	width: 686px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
#footer {   /* <div id="footer> */
	width: 700px;
	text-align: center;
	font-family: Verdana;
	font-size: 100%;
	margin: 0px auto 0px auto;
	padding-top: 15px;
	padding-bottom: 10px;
	}
	
.border {   /* adds a 1px black border*/
	border: 1px solid black;
	}
	
.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 */
	}
	
img.floatr {
	padding-left: 20px;
	}
	
img.floatl {
	padding-right: 20px;
	}
	
.divcenter{      /* creates an auto centering division */
	margin: 0px auto 0px auto;
	}

.nobottom {   /* forces bottom text to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top text to move up */
	margin-top:	0;
	padding-top:	0;
	}	
	
	
a {  /* color of link */
  	color:	#1980bf;
  	text-decoration:	none;
		padding:	0px 4px 0px 4px;
  	}
	
a:visited {  /* color of visited link */
		color: #1980bf;
		text-decoration: none;
		padding:	0px 4px 0px 4px;
		}

a:hover {  /* color of link when hovered*/
		color: #ffffff;
		text-decoration: none;
		padding:	0px 4px 0px 4px;
		background-color: #94b2cf;
		}
		
.menu	a {
    font-size:      	95%;	
		text-align:				center;
		font-weight:    	normal;
		color:						#ffffff;
		float: 						left;
		display: 					inline;					/* fix IE double margin bug on floats */
		text-decoration: 	none; 
    display: 					block;
		background: 			url(../images/upbutton.jpg) center center no-repeat; 
    padding: 					10px 1px 1px 0px;
		margin: 					0px auto 0px auto; 
    width: 						138px; /*helps IE with hover */
    height: 					25px;
  	}
		
.menu	a:visited {
    font-size:      	95%;	
		text-align:				center;
		font-weight:    	normal;
		color:						#ffffff;
		float: 						left;
		display: 					inline;					/* fix IE double margin bug on floats */
		text-decoration: 	none; 
    display: 					block;
		background: 			url(../images/upbutton.jpg) center center no-repeat; 
    padding: 					10px 1px 1px 0px;
		margin: 					0px auto 0px auto; 
    width: 						138px; /*helps IE with hover */
    height: 					25px;
  	}		

.menu	a:hover {
    font-size:      	105%;	
		text-align:				center;
		font-weight:    	normal;
		color:						#94b2cf;
		float: 						left;
		display: 					inline;					/* fix IE double margin bug on floats */
	 	text-decoration: 	none; 
    display: 					block;
		background: 			url(../images/downbutton.jpg) center center no-repeat; 
    padding: 					10px 1px 1px 0px;
		margin: 					0px auto 0px auto; 
    width: 						138px; /*helps IE with hover */
    height: 					25px;
		}
		
		
/* lists */
	
ul {  /* definition of an unordered list */
	margin-top:		0;
	padding-top: 	0;
	margin-left:	10px;
	padding-left:	10px;
 	list-style-type: none;
	}
		
ul.image {  /* image at the beginning of an unordered list */
	list-style-image: url('../images/bullet.gif');
	}
		
li {
	margin-top:		0px;
	padding-top: 	8px;
	margin-left:	0px;
	padding-left:	0px;
 	list-style-type: none;
	} 
	
li.image {  /* image at the beginning of an unordered list */
	list-style-image: url('../images/bullet.gif');
	} 	

/* 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:	15px;	
	}
	
h1 {
  font-size:      260%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;			
	text-align:			center;
	font-weight:    normal;
	padding-top:		5px;
	}	

	
h2 {  /* headline 2 */
  font-size:      200%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;			
	text-align:			center;
	font-weight:    normal;
	padding-top:		5px;
	}	
	
h3 {  /* headline 2 */
  font-size:      150%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;			
	text-align:			center;
	font-weight:    normal;
	padding-top:		5px;
	color: 					#1f437f;
	}	

.tl {   /* text left */
	text-align:	left;
	}
	
.ltl {   /* large text left */
	font-size:      120%;	
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;
	font-weight:    normal;
	text-align:	left;
	}
	
.stl {    /* small text left */
	font-size:      85%;	
	font-weight:    normal;
	text-align:	left;
	}
	
.tc {   /* text center*/
	text-align:	center;
	}
	
.stc {   /* small text center*/
	font-size:      85%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.tr {   /* text right*/
	text-align:	right;
	}
	
.str {  /* small text right*/
	font-size:      85%;	
	font-weight:    normal;
	text-align:	right;
	}

.navy {
	color: #1f437f;
	}
	
.green {
	color: #205d38;
	}