/* How To Master CSS ~ Template Stylesheet 
 * The layout of chapter 18 is used to create the 100% height effect with
 * a header and a footer, the left and right columns are not used, 
 * The header is now placed within the wrapper instead of above.
 */
body, html {
	margin:0px;
	margin-top: 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 18px;
	height:100%;
	font-size:90%;
	background-color: #FFFFFF;
}

/* hack for IE6 transparent PNGs */
img { behavior: url("CSS/iepngfix.htc"); }
/* End hack */

form {
	display: inline;
}

label { 
	float:left; 
	width:160px; 
} 
form p { 
	margin:0px; 
	padding:0px; 
	clear:left; 
	padding-top:5px;
} 
.button { 
	background-color: #CCCCCC; 
}



/* commented backslash hack v2 \*/ 
html, body { 
	height:100%; 
} 
* html #wrapper { 
	height:100%; 
}
/* end hack */
li ul {
    display: none;
}
li:hover > ul {
    display: block;
}
ul.noIndent {
    margin-left: 5px;
    padding-left: 10px;
}
ul.noIndent_subscript {
    margin-left: 5px;
    padding-left: 10px;
	font-size:75%;	
	
	}
H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 22px;
}
H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}
.red_style_1 {
	font-weight: bold;
	color: #992420;
}
.small_style {
	font-size: 90%;
}

#main_content {
	padding: 0px 10px 10px 67px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;

	font-size: 12px;
}
#sub_content_pricing {
	width: 800px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
  	
}

.pricing_footer {
	padding: 17px 17px 10px 10px;
}
.pricing_column {
	padding: 10px 18px 10px 10px;
}
.pricing_bracket {
	padding: 7px;
}
.pricing_bracket_color {
	color: #F89106;
	font-weight:bold;

}
#sub_content {
	width: 400px;
	padding: 0px 10px 10px 67px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
#new_sub_content {
	padding: 0px 10px 10px 67px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	padding: 0px 0px 0px 0px;
	text-align:center;
}
#privacy_policy {
	padding: 10px 0px 0px 0px;
	font-size:10px;
	color: #999999;
}
.privacy_policy a {
	color: #999999;

}
.privacy_policy a: hover {


}
.privacy_policy a: visited {


}
.copyright {
	
}
a{
	color: #003366;
}
a:hover{
text-decoration: none;

}
a:visited{

}
