/* Waldo County YMCA Style Sheet */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
	font-size: 12px;
}

a:link{
	color: #006699;
	text-decoration: none;
	font-size: 12px;
}

a:visited{
	color: #006699;
	text-decoration: none;
	font-size: 12px;
}

a:hover{
	color: #006699;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

.Small_heading_Bl {
	font-family: Arial, sans-serif;
	color: #000066;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

.Medium_heading_Bl {
	font-family: Arial, sans-serif;
	color: #000066;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}

.Large_Heading_Bl {
	font-family: Arial, sans-serif;
	color: #000066;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: bold;
}

.Small_heading_Rd {
	font-family: Arial, sans-serif;
	color: #FF0000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

.Medium_heading_Rd {
	font-family: Arial, sans-serif;
	color: #FF0000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}

.Large_Heading_Rd {
	font-family: Arial, sans-serif;
	color: #FF0000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: bold;
}

.Menu_Links {
    margin: 0px;
	padding: 6px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	top: 2px;
	left: -1px;
	background-color: ##ECE9D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	width: auto;
}
/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: left;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	top: 2px;
	left: -1px;
	background-color: #ECE9D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	width: auto;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
