@charset "UTF-8";

body {
	margin-top: 15px;
	background-color: #F2CE8A;
}


a:link {
	color: #2A5C82;
	text-decoration: none;
}
a:visited {
	color: #2A5C82;
	text-decoration: none;
}
a:hover {
	color: #3981B7;
	text-decoration: underline;
}
a:active {
	color: #3981B7;
	text-decoration: underline;
}

a.topnav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav:hover {
	color: #D5F3FF;
	text-decoration: none;
}
a.topnav:active {
	color: #D5F3FF;
	text-decoration: none;
}

.body_content {
	font-family: arial;
	font-size: 12px;
	color: #333333;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
}
.topnav_links {
	font-family: arial;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.header {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #2A5C82;
}
.footer_content {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
}
.image {
	background-image: url(http://whiteforestcounseling.com/images/images/topnav_image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.vertical_line_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2A5C82;
}
.vertical_line_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2A5C82;
}
