p
{	
	line-height: 160%;
}
ul
{	
	line-height: 160%;
}
ol
{	
	line-height: 160%;
}

HR
{
	border: 1px solid #71a3be;
	width: 80%;
	text-align: center;
}
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: 15%;
}
#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%;
}

#marina_tbl
{
	width: 100%;
}

#marina_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;
	
}
.spot-sec
{
	vertical-align: top;
	width: 75%;
	border-left: 1px solid #71a3be;
	padding: 5px;
}
.clean-sec
{
	vertical-align: top;
	width: 25%;
	padding: 3px;
}	

.marina_td 
{
	vertical-align: middle;
	text-align: center;
	width: 175px;
}
.marina_pic
{
	border: 1px solid blue;
	margin: 5px;
}

.selected					/* Styles for Selected Clean Program list item in side menu */
{
	font-weight: bold;
	font-size: 120%;
}

.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;
}

.address
{
	padding-left: 5px;
}


div.border	                                   /* Sets dashed border for side menu sections */
{
	BORDER: 1px dashed #71A3BE;
	PADDING: 3px;
	MARGIN-BOTTOM: 2px;
}

/*------------------------------------------ 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;}


/* -------------------- quotes -------------------------- */
.maincol 	{
	width:15%;				
	color : #000000;	
	TEXT-ALIGN: left;
	VERTICAL-ALIGN: top;
	border: 1px solid #999; 
	padding: 8px 2px 5px 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.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; 
	}
.quote {							
	FONT: bold italic 12px Times,serif; 
	COLOR: #000;
	TEXT-ALIGN: left;
	LINE-HEIGHT: 17px;
	
}
.quote2 {							
	FONT: bold italic 12px Times,serif; 
	COLOR: #000;
	TEXT-ALIGN: right;
	LINE-HEIGHT: 17px;
	
}
.quotesign {					
	FONT-WEIGHT: bold; 
	FONT-STYLE: italic; 
	TEXT-ALIGN: left;
	FONT: bold italic 14px Times,serif;
}
.quotesign2 {						
	FONT-WEIGHT: bold; 
	FONT-STYLE: italic;
	TEXT-ALIGN: right;
	FONT: bold italic 14px Times,serif;
}
.smaller {						
	FONT: bold italic 10px Times,serif;
}
.smaller2 {						
	FONT: bold italic 10px Times,serif;
	TEXT-ALIGN: right;
}
.caption {						
	FONT: italic 11px Times,serif;
}
.caption2 {						
	FONT: italic 11px Times,serif;
	TEXT-ALIGN: right;
}