@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #393939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	background-color: #b2de82;
}
.LinkText {
	font-family: "Monotype Corsiva";
	line-height: 1.5em;
	color: #191F15;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
ul, ol, dl { 	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
		text-decoration: none;
}
.container_sidebar{
	width: 950px;
	background: 
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(Assets/Page_Dropshadow_Sidebar.jpg);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
.container {
	width: 950px;
	background: 
	margin: 0 auto; 
	background-color: #FFFFFF;
	background-image: url(Assets/Page_Dropshadow.jpg);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
.header {
	background: #ADB96E;
}
.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}
.content_narrow{
	width: 490px;
	float: left;
	text-align: justify;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.content {
	padding: 10px 0;
	width: 770px;
	float: left;
	text-align: justify;
}
.sidebar2 {
	float: left;
	width: 270px;
	background-image: url(Assets/Sidebar_Gradient_Top.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-position: left top;
}
.box {
    
    background: url(Assets/Separator.jpg); 
    background-repeat: no-repeat;
    background-attachment: scroll center bottom;
    background-position: center bottom;
    margin-bottom: 10px;
    padding: 0 0 15px;
    width: 270px;
 }
.box h3 {
	color: #393939;
	font-size: 1em;
	line-height: 2.5em;
	margin: 0;
	padding: 0 15px;
 }
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
.dropShadow {
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}

ul.nav {
	list-style: none; 
	margin-bottom: 15px;
}
ul.nav li {
	margin-top: 2px;
	margin-bottom: 2px;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background-image: url(Assets/Button_1_up.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFF;
	background-color: #E1F6CB;
	background-image: none;
}
.footer_rightbar {
	position: relative;
	clear: both;
	background-color: #FFF;
	background-image: url(Assets/Sidebar_Gradient_Bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 930px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	left: 0px;
	height: 60px;
}
.footer {
	position: relative;
	clear: both;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	width: 930px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.page_bottom {
	position: relative;
	clear: both;
	background-color: transparent;
	background-image: url(Assets/Page_Dropshadow_Bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 960px;
	left: -5px;
	bottom: 0px;
	margin: 0px;
	height: 5px;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.Page_Title {
	font-family: Verdana, Geneva, sans-serif;
	color: #B5CDE7;
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 2em;
}
