/* CSS Document */

body
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:17px
	color: #000000;
	background-image:url(images/page_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#CDDCAA;
	margin: 0 0 0 0;
	}

	
A.menu_link:link, A.menu_link:visited, A.menu_link:active
	{
	color: #FFFFFF;
  	font-weight: normal;
	font-size: 14px;
  	text-decoration: none;
	padding-left:15px;
	padding-right:20px;
	}
	
A.menu_link:hover
	{
	color: #CDDCAA;
  	font-weight: normal;
	font-size: 14px;
  	text-decoration: none;
	padding-left:15px;
	padding-right:20px;
	}
	
.head
	{
	font-size:21px;
	color:#7EAC00;
	line-height:36px;
	}

.subhead
	{
	font-size:16px;
	font-weight:bold;
	color:#7EAC00;
	line-height:28px;
	}
	
.white_text
	{
	color: #FFFFFF;
	}
	
.lgray_text
	{
	color: #CCCCCC;
	}
	
.contact_info
	{
	font-size: 12px;
	line-height:15px
	}

.footer
	{
	color:#666666;
	font-size:10px;
	}
	
li.qanda
	{
	margin-bottom:5px;
	}
	
A.footer_link:link, A.footer_link:active, A.footer_link:visited {
  font-weight: normal;
  font-size: 10px;
  text-decoration: underline;
}

A.footer_link:hover {
  font-weight: normal;
  text-decoration: none;
  font-size: 10px;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:14px;
	background-color:#7EAC00;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	padding-top:5px;
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:0px solid #317082;
	background-color:#FFFFFF;
	/* width:400px; */
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:3px;	
	position:relative;
}

