#topTable {
	height: 70px;
}
#topTable td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.mplogo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(../images/backgrounds/_blue_top_motion.jpg);
}
.mplogo a:link {color: #FFFFFF; text-decoration: none; }
.mplogo a:visited {color: #FFFFFF; text-decoration: none; }
.mplogo a:hover{color: #FFFFFF; text-decoration: none; }
.mplogo a:active{color: #FFFFFF; text-decoration: none; }

#logo_home {
	padding-top: 25px;
}
#contentTable/*This is the Main Content Table -----------------*/

 {
	width: 100%;
}


#navleft {
	padding-top: 50px;
	background-image: url(../images/backgrounds/_blurred_leaf.jpg);
}

#navleft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navleft li {
	font-weight: bold;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	/*border-top-color: #3F8D18;*/
	border-top-color: #4EB01E;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	padding-left: 0px;
}
#navleft li a{
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 5px;
}

/* IE6 Workaround -- THIS IS IMPORTANT!!! */

*html #navleft li a{
	height:3px;
	text-decoration: none;
/*	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 4px;  */
}

#navleft li a:link {
	color: #FFFFFF;
/*	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #4AAB1E;*/
}
#navleft li a:visited  {
	color: #FFFFFF;
/*	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #47A31C;*/
}
#navleft li a:hover {
	background-color: #0066CC;
	color: #FFFFFF;
	text-decoration: none;
/*	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #00CC00;*/
}
#navleft li a:active {
	background-color: #0099CC;
	color: #FFFFFF;
	text-decoration: none;
}

/* End Top and Left and Main  ----------------------------------------------*/



.headline {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #006699;
	font-weight: normal;
	line-height: 140%;
	padding-top: 20px;
	padding-bottom: 30px;
}
.flt_left {
	float: left;
	margin-right: 20px;
}
.flt_right {
	float: right;
	margin-left: 20px;
	clear: both;
}


.headlinesub {  font-weight: bold; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 16px;  line-height : 145%; }
.headlinesub a:link {color: #3366CC; text-decoration: none; }
.headlinesub a:visited {color: #3366CC; text-decoration: none; }
.headlinesub a:hover{color: #FFFFFF; text-decoration: none; background-color: #3366CC;}
.headlinesub a:active{color: #FF9933; text-decoration: none; }

.headline_reverse {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height : 155%;
	padding-left: 5px;
}

.questions {
	font-weight: bold;
	color: #266898;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height:145%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 60px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.questions a:link {color: #3366CC; text-decoration: none; }
.questions a:visited {color: #3366CC; text-decoration: none; }
.questions a:hover{color: #FFFFFF; text-decoration: none; background-color: #3366CC;}
.questions a:active{color: #FF9933; text-decoration: none; }




/*Homepage Text ----------------------------------- */

#contentTable  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#contentTable  h2  a {
	padding-left: 12px;
	padding-right: 5px;
}


.hometext {
	font-family: "Arial", Helvetica, sans-serif;
	color: #000000;
}

.hometext p{
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 0px;
}

.hometext a:link, .hometext a:visited, .hometext a:hover, .hometext a:active {font-weight:bold;   }
.hometext a:link {
	color: #3366CC;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.hometext a:visited {color: #3366CC; text-decoration: none; }
.hometext a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #236391;
}
.hometext a:active{color: #FF9933; text-decoration: none; }

/* Homepage Boxed Sidebar -------------------------------- */

.home_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.6em;
	font-size: 15px;
	border: thin ridge #0099FF;
	padding: 10px;
}

/* END Sidebar*/


.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 150%;
	font-size: 16px
}
.text a:link {
	color: #003399;
	text-decoration: underline;
}
.text a:visited {
	color: #0066CC;
	text-decoration: underline;
}
.text a:hover{color: #FFFFFF; text-decoration: none; background-color: #3366CC; }
.text a:active{color: #FF9933; text-decoration: none; }

.text_sm {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #000000; font-weight: normal; line-height: normal; font-size: 14px;}
.text_sm a:link {color: #0033CC; text-decoration: underline; }
.text_sm a:visited {color: #666666; text-decoration: underline; }
.text_sm a:hover{color: #FFFFFF; text-decoration: none; background-color: #3366CC; }
.text_sm a:active{color: #FF9933; text-decoration: none; }

.text_forms { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 120%; list-style-type: square; }
.text_forms a:link {color: #0033CC; text-decoration: underline; }
.text_forms a:visited {color: #666666; text-decoration: underline; }
.text_forms a:hover{color: #FFFFFF; text-decoration: none; background-color: #3366CC;}
.text_forms a:active{color: #FF9933; text-decoration: none; }

.bylinetext {  font-family: "Arial", Helvetica, sans-serif; color: #000000; font-weight: normal; line-height: 130%; font-size: 10px;}


#pool img{
	/*Reduce height in winter and change visability to hidden*/
/*Summer settings
	visibility: visible;
	float: right;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: both;*/
/*Winter Settings*/
	height:0px;
	visibility: hidden;
	float: right;
	padding-bottom: 20px;
}


#intro {
	background-color: #E6E6CC;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
}

#intro2 {
	background-color: #E6E6CC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 12px;
	clear: both;
}

.text_intro {
	font-size: 18px;
	line-height: 148%;
}

/*#poolTable  {
Reduce height in winter and change visability to hidden
	height:5px;
	visibility: hidden;
}*/



/* Old Navigation -----------------------------------------

.nav  {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 190%;
	text-transform: capitalize;
	font-weight: bold;
}
.nav a:link {
	text-decoration: none;
	color: #000000;
}
.nav a:visited {color: #333333; text-decoration: none; }
.nav a:hover{color: #FFFFFF; text-decoration: none; background-color: #0033CC;}
.nav a:active{color: #FFFF00; text-decoration: none; }

*/



.subnav  {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 160%;
	font-weight: normal;
}
.subnav a:link {
	text-decoration: none;
	color: #000000;
}
.subnav a:visited {color: #333333; text-decoration: none; }
.subnav a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
}
.subnav a:active{color: #FFFF00; text-decoration: none; }



.quote {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 24px; color: #FFFFFF; text-decoration: none; line-height: 125%; background-color: #006699;  background-position: right; text-align: right; white-space: normal}

.wh-verd {font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 17px; 	font-weight: bold; color: #FFFFFF; line-height: 140%; }
.arial14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	list-style-type: square;
}

.arial16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 140%;
	list-style-type: square;
}

.sidebar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	line-height: 140%;
	font-size: 14px;
	border: thin ridge #33CC99;}

/*Pool Forms --------------------- */

.poolform_subhead {
	font-weight: bold;
	color: #000000;
	background-color: #FC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-right: 2px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.poolform_fillin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 170%;
	list-style-type: none;
	}
.poolform_fillin a:link {color: #0033CC; text-decoration: underline; }
.poolform_fillin a:visited {color: #0033CC; text-decoration: underline; }
.poolform_fillin a:hover{color: #FFFFFF; text-decoration: none; background-color: #3366CC;}
.poolform_fillin a:active{color: #00FF00; text-decoration: none; } 


.poolform_text { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 120%; list-style-type: square; }
.poolform_text a:link {color: #0033CC; text-decoration: underline; }
.poolform_text a:visited {color: #0033CC; text-decoration: underline; }
.poolform_text a:hover{color: #FFFFFF; text-decoration: none; background-color: #0033cc;}
.poolform_text a:active{color: #00FF00; text-decoration: none; }


.poolappl {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #000000; font-size: 16px}

/*End Pool Forms --------------------- */


.year {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #00FF99;
	background-color: #000000;
	padding: 3px;
	text-align: center;
}

.border {
	border: 1px solid #333333;
}
#printable {
	padding: 4px;
	width: 125px;
	float: right;
	text-align: center;
	margin-left: 10px;
}
#boardList {

}
#boardList td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2DB;
	padding-left: 10px;

}
