@charset "utf-8";
/* Body Styles */

body {
	background-image: url(./images/level2_background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#main_container {
	background-image: url(./images/level2_layer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 525px;
}
#body_top {
	width: 960px;
	height: 45px;
}
#level2_body {
	width: 960px;
}
#level2_sidebar {
	width: 234px;
	float: left;
	margin-left: 7px;
}
#level2_sidebar_cap {
	width: 234px;
	height: 48px;
	background-image: url(./images/sidebar_cap.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
}
#level2_sidebar_cap h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 10px;
}
#level2_sidebar_list {
	width: 234px;
	background-color: #ffffff;
	padding-bottom: 0;
	overflow: hidden;
}
#level2_sidebar_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position:outside;
	list-style-type:none;
	color: #66be8f;
	width: 224px;
}
#level2_sidebar_list li {
	width: 215px;
	padding-bottom: 4px;
	padding-top: 2px;
	padding-left: 20px;
	border-bottom: 1px solid #e6e0dd;
	background-image: url(./images/green_dot.png);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#level2_sidebar_list a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9a8479;
	text-decoration: none;
}
#level2_sidebar_list a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c8b2a6;
	text-decoration: none;
}
#level2_sidebar_donate {
	width: 234px;
	padding-top: 4px;
}
#level2_sidebar_donate img {
	width: 234px;
	height: 47px;
	border: 0;
	margin-top: 5px;
}
#level2_sidebar_connect {
	width: 234px;
	height: 110px;
	margin-top: 5px;
	background-image: url(./images/side_connected.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#level2_sidebar_social {
	width: 234px;
	height: 31px;
	padding-top: 56px;
	padding-left: 9px;
}
#level2_sidebar_social img {
	width: 31px;
	height: 31px;
	border: 0;
}
#level2_sidebar_email {
	margin-left:115px;
	margin-top:-32px;
}
#level2_sidebar_email img {
	text-decoration:none;
	border:none;
}
#level2_content {
	width: 689px;
	float: left;
	margin-left: 30px;
}
#level2_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #609fd0;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
#level2_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4AAC76;
	margin: 0;
	padding: 0;
}
#level2_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #609fd0;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
#level2_content h1.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #b55d8b;
	margin-bottom: -10px;
	padding: 0;
	padding-bottom: 0px;
}
#level2_content h1.news a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4aac76;
	margin-bottom: -10px;
	padding: 0;
	padding-bottom: 0px;
}
#level2_content h1.news a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #b55d8b;
	margin-bottom: -10px;
	padding: 0;
	padding-bottom: 0px;
}
#level2_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #544841;
	margin-bottom: 10px;
	padding: 0;
	padding-bottom: 5px;
	line-height:18px;
}
#level2_content ul {
	color:#544841;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-top:5px;
}
#level2_content ol {
	color:#544841;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-top:5px;
}
#level2_content li {
	line-height:18px;
}
hr.hr {
	color:#999999;
	border-style:dotted;
}
