@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/backdrop.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5c5a4d;
	font-size:12px;
	
}

a {
color: #467a24;
text-decoration: underline;

}
a:hover {
color:#fbaf19;
text-decoration: none;

}
a.bottomnav {
	color: #5c5a4d;
	text-decoration: none;
	}
a.bottomnav:hover {
	color: #FFCC00;
	text-decoration: underline;
	}
.dark_green_link{
text-decoration:none;
}

h1 { 
color:#2c5a2c;
font-size:12px;
margin-bottom: -5px;
margin-top: -3px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #5C5A4D;
	margin-bottom: -14px;
}
hr {
	border: 0px;
	border-top: 2px dotted #87ae72;/*the border*/
	width: 100%;
	height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
}
hr.light {
	border: 0px;
	border-top: 2px dotted #EBF1C3;/*the border*/
	width: 100%;
	height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
	}
leftnavhover{
color:#5c5a4d;
}
img.header_margin {
	margin-top: 20px;
	}
.d2d_Header {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.d2d_Theme {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.d2d_StoryVerse {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.d2d_KeyVerse {
	font-size: 14px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.FAQ_question {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #467a24;
}