html 
{
 overflow-y: scroll !important;
}

body 
{
	background-color: white;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #6C2D09;
}

a
{
	text-decoration: underline;
	color: #6C2D09;	

}

a:hover
{
	text-decoration: none;
}


#page, #splash
{
	margin-left: auto;
	margin-right: auto;
	width: 875px;
	overflow: visible;
}

#splash
{
	text-align: center;
	padding-top: 40px;
}

#menu
{
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 12px;
	color: black;	
}

#menu a
{
	color: #999999;
	margin-right: 10px;
	text-decoration: none;
}

#menu a:hover
{
	color: black;
	text-decoration: none;
}


#content1
{
	width: 415px;
	float: left;	
	margin-bottom: 35px;
}

#content2
{
	width: 430px;	
	margin-left: 30px;
	margin-bottom: 35px;
	overflow: visible;
	float: left;
}

#logo
{
	width: 430px;
	text-align: right;
	padding-top: 37px;
	padding-bottom: 20px;
}


.copyrights
{
	font-size: 11px;
}

.copyrights a
{
	text-decoration: underline;
}

.copyrights a:hover
{
	text-decoration: none;
}

#contentform label
{
	width: 130px;
	margin-top: 6px;
	display: block;
	float: left;
	text-align: left;
	margin-right: 5px;
} 

.formInput
{
	background-color: #e7e7e7;
	color: #333333;
	width: 150px; 
	border: 1px solid #e7e7e7;
	margin-top: 8px;
} 

#contentform textarea
{
	background-color: #e7e7e7;
	color: #333333;
	width: 270px;
	font-size: 12px;
	border: 1px solid #e7e7e7;
	margin-top: 8px;

} 

*|*:-moz-any-link:focus {
outline: none;
}
