body { 	
	background-image: url('../images/ggmtopbkgd.jpg');  /* bkgd image */
	background-position: top;  /* bkgd image to center */
	background-repeat: repeat-x;
	background-color: #fef5ee;		/* bkgd color  */
	margin: 15px auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-family: verdana, geneva, arial, sans-serif;  /* default fonts */
	font-size: small;  /* default font size 10 px */
	text-align: center; /* default text alignment */
	}
	
	
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: 720px;
	background-color: transparent;
	margin: 10px auto 15px auto;
	padding: 10px 10px 10px 10px;
	text-align: left;
	}

#header {   /* <div id="header"> */
	position: static;
	width: 710px;	
	height: 200px;
	margin: 0px auto 0px auto;
	}
	
#menu {   /* <div id="menu"> used for side navigation */
	background-image: url('../images/menuart.jpg');  /* bkgd image */
	background-position: top;  /* bkgd image to center */
	background-repeat: no-repeat;
	position: 			Relative;  /* changed for this site so menu fly-outs cover z-indexed objects in maincopy */
	width: 					176px;
	background-color:	transparent;
	margin: 				15px 0px 0px 0px;
	padding: 				185px 5px 10px 15px;
	text-align: 		left;
	font-size:     	100%;	
	font-weight:   	normal;
	z-index:10;  /* changed for this site so menu fly-outs cover z-indexed objects in maincopy */
	}
	
#maincopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 470px;
	margin: 10px 0px 0px 0px;
	padding: 30px 16px 10px 20px;
	text-align: left;	
	}
		
.clear {  /* clears all floats */
	clear: both;
	width: 5px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	

	
.fullwidth {  /* 688 wide division */
	width: 688px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	}

.halfwidth {  /* 328 wide division, floatl or floatr */
	width: 328px;
	margin: 0px;
	padding: 10px 8px 10px 8px;	
	}
		
.fullwidthpadded {   /* 50 px white space added inside fullwidth division */
	width: 588px;
	margin: 10px auto 0px auto;
	padding: 10px 66px 10px 66px; 
	text-align: left;
	}
	
#footer {   /* <div id="footer> */
	width: 688px;
	text-align: center;
	font-size: 100%;
	margin: 0px auto 0px auto;
	padding: 15px 0px 10px 0px;
	}
	
#superfooter {  /* space below footer */	
	background: url(../images/fencebkgd.jpg) repeat-x;
	background-position: top;
	height: 126px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}

html {  /* this forces vertical scroll bar on firefox*/
  height: 100%;
  margin-bottom: 1px;
	}

.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 */
	}
	
.divcenter{      /* creates an auto centering division */
	margin: 0px auto 0px auto;
	}

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

a:hover {  /* color of link when hovered*/
		color: #197781;
		text-decoration: none;
		padding:	0px 2px 0px 2px;
		background-color: #ddf7f8;
		}
		
img { 
	border: 0px;
	}
	
img.floatr {   /* floats to the right with white space on the left*/
	padding: 5px 0px 5px 20px;
	}
	
img.floatl {  /* floats to the left with white space on the right*/
	padding: 5px 20px 5px 0px;
	}



/* Deb test bullets begin*/
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/bullet.gif');
	}

 

ul.image1 {  /* image at the beginning of an unordered list */
    list-style-image: url('../images/bullet1.gif');
    }

 

ul.image2 {  /* image at the beginning of an unordered list */
    list-style-image: url('../images/arrow.gif');
    }
		
ul.noimage {	 /* no image at the beginning of an unordered list */
 	list-style-type: none;
	}		
	
li {
	margin-top:		0px;
	padding-top: 	5px;
	margin-left:	0px;
	padding-left:	0px;
	}

		/* Deb test bullets ended*/
	

ul.menu {  /* definition of an unordered list */
	margin:		0px auto 0px auto;
	padding: 	0px 0px 0px 0px;
	}
	
li {
	margin-top:		0px;
	padding-top: 	5px;
	margin-left:	0px;
	padding-left:	0px;
	}
	
li.menu {
	margin:		0px auto 0px auto;
	padding: 	0px 0px 0px 0px;
	}
		
li.line {	 
	border-bottom: 1px #4e3d56 solid;	
	}			

	


/* 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:		10px 15px 0px 0px;	
	vertical-align:		top;
	}
	
td.size30 {
	width: 30px;
	}
	

td.size140 {  /* sets a td to 140px */
		width: 			140px;
		padding:	0px;	
		margin: 	0px auto 0px auto;
	}
	
td.size230  {  /* sets a td to 230px */
	width: 			230px;
	}
		
td.size250 {  /* sets a td to 250px */
		width: 			250px;
		padding:	0px;	
		margin: 	0px auto 0px auto;
	}
	
td.size300 {  /* sets a td to 300px */
		width: 			300px;
		padding:	0px;	
		margin: 	0px auto 0px auto;
	}
	
td.size360 {  /* sets a td to 360px */
		width: 			360px;
		padding:	0px 5px 0px 5px;	
		margin: 	0px auto 0px auto;
	}
	
td.size450 {  /* sets a td to 450px */
		width: 			450px;
		padding:	0px 5px 0px 5px;	
		margin: 	0px auto 0px auto;
	}
	
	
/* text */	
	
h1 {
  font-size:      260%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;			
	font-weight:    normal;
	padding-top:		5px;
	}
	
	
h2 {  /* headline 2 */
  font-size:      220%;
	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;
	}
	
.tj {   /* text justified*/
	text-align:	justify;
	font-weight:    normal;
	}
	
.t85 {    /* small text left */
	font-size:      85%;	
	}
	
	
.t110 {
	font-size:   110%;	
	line-height: 0.5cm;  /* specifies space between lines */
	}	
	
.t120 {   /* large text left */
	font-size:      120%;	
	}		
	
.canal {  /* dark teal */
	color: #197781;
	}
	
.cloudburst {  /* medium teal */
	color: #5a96a0;
	}
	
.ebbtide {   /* light teal */
	color: #8bbccd;
	}
	
.cordial {  /* burgundy */
	color: #9a4a57;
	}
	
.fallcordial {  /* orange */
	color:  #dd5f06;
	}
	
.impact{
	font-weight:    normal;
	font-family: 		impact, Trebuchet MS, Verdana, sans-serif;
	}
	

.orange {
	color: #dd5f06;
	}

	
.indent40 {
	margin-left:  40px;
	}
	
.indent80 {
	margin-left:  80px;
	}
	
.indent130 {
	margin-left:  130px;
	
