@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(backdrop.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5c5a4d;
	font-size:12px;
	
}

a {
color: #467a24;
text-decoration: none; /*underline;*/

}
a:hover {
color:#fff; /*#fbaf19;*/
text-decoration: none;

}
a.bottomnav {
	color: #5c5a4d;
	text-decoration: none;
	}
a.bottomnav:hover {
	color: #FFCC00;
	text-decoration: none; /*underline;*/
	}
.dark_green_link{
text-decoration:none;
}

#righttop {
	text-align:left;
	width:250px;
}

#righttop h4 {
	font-size:large;
	font-style:oblique;
	font-variant:small-caps;
	font-weight:bold;
	text-align:center;
	width:150px;
	padding-top:70px;	
}
#links ul, #links li {
	text-decoration:none;
	list-style:none;
	margin:0;
	padding:10px 0;
	font-size:large;
	font-family:"Times New Roman", Times, serif;
	font-style:oblique;
	font-weight:bold;
	text-align:center;
	width:150px;
}

h1 { 
color:#2c5a2c;
font-size:28px;
margin-bottom: 3px;
margin-top: 3px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #5C5A4D;
	margin-top: 3px;
	margin-bottom: 3px;
}
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;
}