/* Lawn to Lake Web Styles*/

.title  {
	font-family: Arial, Helvetica, sans-serif;
	color: #B6BF00;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0px;
	vertical-align : baseline;
	text-decoration : none;
	font-variant : normal;
	margin-left : 15px;
	text-transform: uppercase;
}

.subtitle  {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: normal;
	vertical-align : baseline;
	text-decoration : none;
	text-align: left;
	font-variant : normal;
	margin-left : 15px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	color: #363636;
	line-height : 22px;
	margin-left : 15px;
	margin-right: 8px;
}

ol, ul, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	letter-spacing : normal;
	line-height : 16px;
}

.news {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size : 11px;
	font-weight : normal;
	line-height: 110%;
	margin-left : 15px;
	margin-right : 8px;
}
.foot {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size : 10px;
	font-weight : normal;
	line-height: 120%;
	margin-left : 8px;
	margin-right : 8px;
	font-style: normal;
}

.credit {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #797979;
	font-size : 9px;
	font-weight : normal;
	line-height: 100%;
	margin-left : 8px;
	margin-right : 8px;
}

A:LINK {
    color: #003366;
	text-decoration : underline;
}

A:VISITED {
color: #003366;
	text-decoration : underline;
} 

A:HOVER {
color: #5FAOFF;
	text-decoration: underline;
}  

div.pagetoc {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size : 12px;
	font-weight : normal;
	margin-left : 8px;
	margin-right : 8px;
	line-height: normal;
	font-style: normal;
	letter-spacing : 0px;
	height : auto;
	font-variant: normal;
}

div.pagetoc a:link {
	color: #FFFFCC;
	text-decoration : none;
}

div.pagetoc a:visited {
	color: #FFFFCC;
	text-decoration : none;
}

div.pagetoc a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight : normal;
}

div.toptoc {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size : 10px;
	font-weight : normal;
	margin-left : 8px;
	margin-right : 8px;
	margin-top : 8px;
	line-height: normal;
	font-style: normal;
	letter-spacing : 0px;
	height : auto;
	font-variant: normal;
}

div.toptoc a:link {
	color: #FFFFCC;
	text-decoration : none;
}

div.toptoc a:visited {
	color: #FFFFCC;
	text-decoration : none;
}

div.toptoc a:hover {
	color: #5FA0FF;
	text-decoration: underline;
	font-weight : normal;
}
/* table borders and background colors... */


td.blue {
	border-width: 1px;
	padding: 0px;
	border-color: #003366;
	border-style: dotted;
	background-color: #ffffff;
}
td.green {
	background-color: #CADB2A;
}
td.ltblue {
	background-color: #5FA0FF;
}
