BODY {
	margin-top: 30px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #288ecd;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
H2 {
	font-family: Arial;
	font-size: 16px;
	color: #0099FF;
	margin: 0px;
	padding: 0px;
}

A {
	color: #288ecd;
	text-decoration: none;
}
A:HOVER {
	color: #0066CC;
	text-decoration: underline;
}
.copy  .data th {
	background-color: #999999;
	font-family: Arial;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	padding-left: 5px;
	margin: 0px;
	border: 1px solid #CCCCCC;
}


.copy  .data td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}






.blueline {
	background-color: #1d274b;
}

.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #1d274b;
	padding-right: 20px;
	padding-bottom: 2px;
}

/***********************************************************
menu and dropdown
************************************************************/

.anylinkcss{
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	font: normal 11px Arial;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #196da1;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.anylinkcss ul{
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}


.anylinkcss ul li a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.anylinkcss ul li {
	padding-left: 10px;
	padding-right: 0px;
}
.anylinkcss  ul li a:hover{ /*hover background color*/
	color: #333333;
	background-color: #CCCCCC;
}





/***********************************************************
Front page Main Nav Spacing
************************************************************/

.mainnav {
	padding-top: 3px;
}

/***********************************************************
Newest Members, Upcoming Events, and contact us update boxes on front page
************************************************************/

.mostcurrent {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}
.mostcurrent ul {
	margin: 0px;
	padding: 0px;
}
.mostcurrent li {
	padding-bottom: 7px;
	margin-left: 40px;
}
.mostcurrent a {
	text-decoration: none;
	color: #333333;
}
.mostcurrent a:hover {
	text-decoration: underline;
}
#leftnav {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 10px;
}

#leftnav h1 a.button {
	font-family: Arial;
	font-size: 14px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/button_insidepages.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 195px;
	text-indent: 10px;
	margin: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
}
#leftnav  h1  a.selected {
	background-position: center;
}
#leftnav h1 a.button:hover, #leftnav h1 a.button:focus {
	background-position: center;
}
#leftnav h1 a.button:active {
	background-position: bottom;
}


#leftnav ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#leftnav ul li {
	list-style-type: none;
	margin-bottom: 6px;
	line-height: 12px;
	font-size: 11px;
	margin-left: 20px;
}
#leftnav ul li a {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	line-height: 12px;
}
#leftnav ul li a.selected {
	color: #288ecd;
}
#leftnav ul li a:hover {
	color: #288ecd;
}

.copy {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
	line-height: 18px;
}

.copy h1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: lighter;
}
.copy h2 {
	font-weight: bold;
	color: #288ecd;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.localcontact {
	padding: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	font-family: Arial;
	font-size: 12px;
}
.localcontact h1 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/***********************************************************
footer
************************************************************/

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.footer ul {
	margin: 0px;
	padding: 0px;
}
.footer li {
	display: inline;
	padding-left: 15px;
}
.footer a {
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
