/*************************//* Standard HTML styles *//*************************/body {	/* center the page in IE */	text-align: center;		background:#fff;	padding:0px;	margin: 25px;	border: none;	/* default font style */	color: #5A5D62;	font-family: Verdana, Arial, sans-serif; }body, p, td, th, li {	/* default font size */	font-size: 11px;	line-height: 14px;}h1 {	font-size: 13px;	font-weight:bold;}h2, h3 {	font-size: 11px;	font-weight: bold;	margin-top: 0px;	margin-bottom: 10px;}p {	margin-top: 0px;	margin-bottom: 10px;}ul {	margin-top: 0px;	margin-bottom: 10px;}form {	margin: 0px;}a:link, a:visited {	color: #5A5D62;	text-decoration: underline;}a:hover, a:active {	color: #5A5D62;	text-decoration: none;}/*************************//* Common styles *//*************************/.warning {	color: #CC0000;}/*************************//* Wrapper styles *//*************************/#page_wrapper {	/* overwrite body text-alignment */	text-align: left;	/* center the page in FireFox */	margin-left: auto;	margin-right: auto;		width: 745px;	padding: none;}/*************************//* Header styles *//*************************/#skipnav {	display: none;}#page_header {	background: #C6C8CA url(../images/corner_top_left.gif) top left no-repeat;	padding: none;	width: 745px;}/*************************//* Content styles *//*************************/#page_body_wrapper {	margin-left: 102px;	padding-left: 20px;	padding-bottom: 20px;	background: #C6C8CA url(../images/corner_bottom_right.gif) bottom right no-repeat;}#page_body_content {	background: #EFEFF0;		border: 2px solid #FFFFFF;	border-right: none;		padding: 12px 8px 2px 8px; /* top left bottom right */}#page_body_content .intro {	font-size: 15px;	font-weight: normal;	line-height: 18px; }#page_body_content ul.questions {	list-style: none;	margin-left: 0px;}/*************************//* Form styles *//*************************/#contact_form {	position: relative;	margin-top: 40px;}#contact_form .form_column_left {	float: left;	width: 49%;}#contact_form .form_column_left label {	float: left;	margin-right: -100px;	font-weight: bold;	line-height: 14px;}#contact_form .form_column_left input {	border: 2px inset #E5E5E5;	margin-bottom: 5px;	margin-left: 100px;	height: 14px;}#contact_form .form_column_right input {	border: #909090;}/* Hide from IE-Mac \*/#contact_form .form_column_right input {	vertical-align: middle;}#contact_form .form_column_right label {	vertical-align: middle;}/* End Hide from IE-Mac */#contact_form .form_column_right textarea {	border: 2px inset #E5E5E5;	margin-bottom: 5px;	margin-left: 0px;	height: 90px;	width: 290px;}#contact_form .button {	background: #5C5D62;	border: 1px solid #FFFFFF;	color: #FFFFFF;	font-weight: bold;	padding: 3px;	font-size: 12px;}#contact_form .button_hover {	background: #000000;	border: 1px solid #FFFFFF;	color: #FFFFFF;	font-weight: bold;	padding: 3px;	font-size: 12px;}#contact_form #btn_reset {}#contact_form #btn_submit {}#contact_form .form_column_footer {	clear: both;	border: 0px;}/*************************//* Footer styles *//*************************/#page_footer {	margin-top: 15px;	margin-left: 102px;	font-size: 9px;}#page_footer p {	color: #C6C8CA;}#page_footer a:link, #page_footer a:visited {	color: #C6C8CA;	text-decoration: none;	padding-right: 5px;}#page_footer a:hover, #page_footer a:active {	color: #000000;	text-decoration: none;	padding-right: 5px;}#page_footer .copyright {	font-weight: normal;}#page_footer .credits {	font-weight: normal;}