@charset "utf-8";
/* CSS Document */

#article
{
	text-align: left; 
	line-height: 19px;
	font-size: 80%;
	padding: 7px 5px 15px 0px;
	clear: both;
	word-wrap: normal;
	
}

#article p
{
	padding: 5px 5px 5px 5px;
}

#article table
{
	margin: 5px;
	font-size: 100%;
}

#article table td p
{
	margin: 0px;
	padding: 3px 5px 5px 5px;
	font-size: 95%;
	font-weight: normal;
}
#article table td h2
{
	font-size: 135%;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	
}

#article ul
{
	padding: 3px 20px 3px 0px;
	margin: 0px;
}

#article ul li
{
	padding: 3px 0px 2px 0px;
	margin-left: 35px;
}

#article .img_align_right
{
	margin: 5px 0px 10px 10px;
}

#article .img_align_left
{
	margin: 5px 10px 10px 0px;
}

#article .reg_text_inputs
{
	font-size: 80%;
	font-weight: bold;
	height: 14px;
	margin: 0px 5px 0px 3px;
	padding: 0px;
}

#article .reg_selects
{
	font-size: 100%;
	font-weight: bold;
	height: 20px;
	margin: 0px 5px 0px 3px;
	padding: 0px;
}

#article #questionsWrapper
{
	width: 700px;
	clear: both;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#questionsWrapper .faqContainer
{
	width: 350px;
	float: left;
	border-right: 2px solid #BEBEBE;
	overflow: auto;
}

.faqContainer p
{
	margin: 0px 5px 0px 5px;
	font-size: 90%;
}
#questionsWrapper .formContainer
{
	width: 325px;
	float: left;
	margin: 0px 0px 0px 10px;
}

#questionsWrapper .formContainer p
{
	font-size: 90%;
}

.submit_button
{
	/*border: none; 
	background-color: #CCCCCC;*/ 
	color: #000000;
	font-size: 85%;
	cursor: hand;
}


h1
{
	font-size: 180%;
	overflow: hidden;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 10px 5px 5px 5px;
}

h2
{
	font-size: 135%;
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 10px 5px;
	overflow: hidden;
}
h3
{
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 5px 5px;
	overflow: hidden;
}
h4
{
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 5px 5px;
	overflow: hidden;
}
h4.no_bottom_padding
{
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 0px 5px;
	overflow: hidden;
}
h5, h6
{
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 5px 5px;
	overflow: hidden;
}

