body
{
	line-height: 140%;
}
h2
{
	padding: 5px 0px;
}
HR
{
	border: 1px solid #71a3be;
	width: 80%;
	text-align: center;
}
/* ------------------------------- ID Selectors ------------------------------- */
#pad li
{
	padding-bottom: 8px;
}


#bookmark td	
{								/* Establishes gray border and alignment for anchor links along top of history section pages */
	text-align: center;
	border: 1px solid #999;
	padding: 1px;
	font-size: 8pt;
	width: 33%;
}
#bookmark a:link 
{ 								/* Styles for Anchor Gray Button links in history section*/
	color:#999;
	text-decoration:none;
}
#bookmark a:visited	       
{ 
	text-decoration:none;
    color: #666;
}
#bookmark a:hover 
{ 
	color:#006699;
	text-decoration:underline;   
}
#bookmark2 td	
{								/* Establishes gray border and alignment for anchor links along top of about section pages */
	text-align: center;
	border: 1px solid #999;
	padding: 1px;
	font-size: 8pt;
	width: 10%;
}
#bookmark2 a:link 
{ 								/* Styles for Anchor Gray Button links in About section */
	color:#999;
	text-decoration:none;
}
#bookmark2 a:visited	       
{ 
	text-decoration:none;
    color: #666;
}
#bookmark2 a:hover 
{ 
	color:#006699;
	text-decoration:underline;   
}
#subsidemenu					/* Establishes margin and padding for sub side menus on clean program pages */
{
	margin: 0px 0px 0px 15px;
	padding: 0;
}

#bmp li							/* List padding for Best Management Practices on each clean program page */
{
	padding-bottom: 6px;
}
#news li
{
	padding-bottom: 3px;
}
#gl_tbl
{
	width: 100%;
}
#gl_tbl td
{
	padding: 3px;
	border-bottom: 1px solid #e0e0e0;
}
/* ------------------------------- Class Selectors ------------------------------- */
.title							/* Styles for Side Menu Titles */
{
	background: #71A3BE;
	padding: 2px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	
}

.home-par					/* Style for top paragraph in each of the clean program pages */
{
	vertical-align: top;
	line-height: 160%;
}
.alpha						/* Sets bullets to letters instead of arrows */
{
	list-style-type: lower-alpha; 
	margin-left: 25px;
}
.announcements					/* Styles for Announcements on Home page */
{
	border: 1px dashed #71a3be;
	margin: 3px;
	padding: 4px;
}
div.border	                                   /* Sets dashed border for side menu sections */
{
	BORDER: 1px dashed #71A3BE;
	PADDING: 3px;
	MARGIN-BOTTOM: 2px;
}
.question
{
	FONT-WEIGHT: bold;
}
.address
{
	padding-left: 5px;
}
.palm_td 
{
	vertical-align: center;
	text-align: center;
	width: 175px;
	
}
.lodge_pic
{
	border: 1px solid blue;
	margin: 5px;
}
.caption2
{						
	FONT: italic 11px Times,serif;
}

.maincol2 	{
	width: 15%;			
	color : #000000;
	TEXT-ALIGN: right;
	VERTICAL-ALIGN: top;
	border: 1px solid #999; 
	padding: 8px 8px 5px 2px;
	margin-left: 10px;
	margin-bottom: 10px; 
	}

/*------------------------------------------ Partner Table Styles -----------------------------------*/
#logos 							/* Sets width for logos table */
{
	width: 100%;
}
#logos td 						/* Sets style for logos table columns */
{
	text-align: center; 
	border-bottom: 1px dashed #c0c0c0; 
	padding: 2px;
}
#logos td p 						/* Sets style for logos table columns with paragraph tags */
{
	text-align: left; 
	vertical-align: middle; 
	padding: 4px;
}
/*------------------------------------------ Table/Chart Styles -----------------------------------*/
#tbl 							/* Sets width for tbl tabls */
{
	width: 100%;
}
#tbl td 						/* Sets style for tbl columns */
{
	text-align: left; 
	border: 1px solid #c0c0c0; 
	padding: 2px;
}
#tbl td p 						/* Sets style for tbl columns with paragraph tags */
{
	text-align: left; 
	vertical-align: middle; 
	padding: 4px;
}
th.title							/* Sets style for table headings or <th> */
{
	font: bold 110% Verdana, Arial, sans-serif; 
	background: #efefef; 
	color: #000; 
	border: 1px solid #999; 
	padding: 5px;
}
/* -------------------- divider line -------------------------- */
#line {border-bottom: 1px dashed #71a3be; padding: 3px;}
}