body {
	background-color: #ffffff;
	background: url(../images/body.jpg);
	background-attachment: fixed;  /* bkgd image remains static */
	margin: 0px;
	padding: 0px;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: small;
	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;
	}
	
#container {   /* <div id="container"> */
	width: 788px;
	background: url(../images/navbkgd.jpg) repeat-y;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	}
	
#header {   /* <div id="header"> */
	position: static;
	width: 788px;
	margin: 0px auto 0px auto;
	padding: 25px 0px 20px 0px;
	}
	
#nav {   /* <div id="header"> used for side navigation */
	position: static;
	width: 178px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;	
	}
	
#maincopy {   /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 540px;
	margin: 0px 0px 0px 0px;
	padding: 10px 32px 0px 33px;
	text-align: left;
	}

#footer {   /* <div id="footer>*/
	width: 788px;	
	margin: 0px auto 0px auto;
	text-align: center;
	font-family: Verdana;
	font-size: 1em;
	padding-top: 30px;
	padding-bottom: 30px;
	background: url(../images/footer786.jpg); 
	}
	
.narrow {   /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 540px;
	margin: 0px 0px 0px 0px;
	padding: 10px 32px 0px 33px;
	text-align: left;
	}
	
.fullwidth {   /* 680 wide division*/
	width: 680px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	}
	
.clear {  /* clears fullwidth division*/
	clear: both;
	width: 680px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
.fullwidthpadded {   /* 30 px white space added inside fullwidth division*/
	width: 640px;
	margin: 0px;
	padding: 10px 30px 10px 30px;
	text-align: left;
	}
	
.clearfullwidthpadded  {  /* clears fullwidthpadded division*/
	clear: both;
	width: 580px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
.halfwidth {  /* 276 wide division, floatl or floatr*/
	width: 276px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	}
	
.clearhalfwidth {  /* clears halfwidth division*/
	clear: both;
	width: 552px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
.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;
	}	


h1 {  /* headline 1 */
  font-size:      200%;	
	text-align:			center;
	font-weight:    normal;
	}
	

h2 {  /* headline 2 */
  font-size:      180%;	
	font-weight:    normal;	
	text-align:			center;
	}
	
	
h3 {   /* headline 3 */
  font-size:      120%;	
	font-weight:    normal;
	text-align:			center;
	}


.tl {  /* text left */
	text-align:	left;
	}
	
.tc {  /* text center */
	text-align:	center;
	}
	
.tr {  /* text right */
	text-align:	right;
	}
	
.str {  /* small text center */
	font-size:      85%;	
	font-weight:    normal;
	text-align:	right;
	}
	
.tj {   /* text justified */
	text-align:	justify;
	}
	
.stl {  /* small text left */
	font-size:      85%;	
	font-weight:    normal;
	text-align:	right;
	}
	
.stc {  /* small text center */
	font-size:      85%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.ltc {  /* large text center */
	font-size:      110%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.navy {
	color: #003884;
	}
	
.brown {
	color: #633300;
	}	
	
.red {
	color: #ec323d;
	}
	
p.nobottom {   /* forces bottom text to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
p.notop {     /* forces top text to move up */
	margin-top:	0;
	padding-top:	0;
	}	
	
.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;
	}
	
img {  /* removes border from linked images */
	border: 0px;
	}
	

a {  /* color of link */
	text-decoration: none; 
	color: #003884;
	}

a:visited {  /* color of visited link */
	text-decoration: none; 
	color: #000000;
	}

a:hover {  /* color of link when hovered*/
	text-decoration: none; 
	color: #ec323d;
	}


ul {  /* definition of an unordered list */
  	margin-top:		0;
  	padding-top: 	0;
  	margin-left:	10px;
  	padding-left:	10px;
  	}
		
ul.image {  /* image at the beginning of an unordered list */
  	list-style-image: url('../images/bulletm.gif');
  	}
		
ul.noimage {	 /* no image at the beginning of an unordered list */
	  	list-style-type: none;
		}			
		
  	
.menubkgd {  /* top and bottom border line on a top menu */
  	position: static;
  	width: 698px;
  	height:	18px;
  	margin: 0px auto 0px auto;
  	padding: 2px 0px 0px 0px;
  	border-top: 2px #630000 solid;
  	border-bottom: 2px #630000 solid;	
  	}
		

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;	
	}
	
table.lined {  /* black line around table that collapses to the td line */
	border:		1px solid black;
	border-collapse:	collapse;
	}	

td.lined {   /* lined table  */
	border:		1px solid black;	
	padding:	10px;
	}