
body
{
	color:#56596C;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	

}
.sideBar {
	background-image: url(../Pictures/APMC_r10_c1.jpg);
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: text-top;
	padding: 20px;
	width: 298px;

}
.mainBody {
	background-image: url(../Pictures/APMC_r10_c3.jpg);
	background-repeat: repeat-y;
	vertical-align: text-top;
	padding: 15px;
	width: 726px;
	
}


.footer {
	background-image: url(../Pictures/APMC_r12_c1.jpg);
	background-repeat: no-repeat;
	color: #8E9EC2;
	text-align: right;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	width:1024px;
	height:50px;
	
}
.header {	
    
	background-image: url(../Pictures/APMC_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 1024px;
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 1px;
	padding-left: 15px;


}

a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}




.searchBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #56596C;
	text-decoration: none;
	width: 90px;
	height: 10px;
}

.searchArea {
	background-repeat: no-repeat;
	letter-spacing: 0em;
	text-align: center;
	text-indent: 0px;
	vertical-align: text-top;
	word-spacing: 0em;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: 0;
	float: 0;
	height: 18px;
	width: 100px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-family: Arial, Helvetica, sans-serif;	/* Font to use */
	margin:0px;
	color:#56596C;
	font-size:10px;
	background-color:#FFFFFF;
	width:270px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-position:right top;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	font-family: Arial, Helvetica, sans-serif;	/* Font to use */
	margin:0px;
	font-size: 12px;
	color: #56596C;
	border:1px solid #317082;
	background-color:#FFFFFF;
	width:270px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
