body 
{
	text-align:center;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font: 76% Arial, sans-serif;
}

a
{
	color: #76B900;
}	

p
{
	color: #000000;
	line-height: 16px;
}

/* hide from ie on mac \*/
html
{
	overflow: auto;
}

#flashcontent 
{
	margin: 0 auto;
	width:1120px;
	height:850px;
}
/* end hide */

#html_content
{
	margin-top: 20px;
	width: 100%;
	text-align: left;
}

#html_content h3
{
	font-size: 30px;
	color: #76B900;
	margin: 0 0 5px 0;
}

#html_content strong
{
	font-weight: bold;
	font-size: 14px;
	color: #7b7b7b;
	line-height: 20px;
}

#html_content div.quote
{
	position: relative;
	width: 554px;
	height: 356px;
	
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	
	padding: 20px 30px;
	margin: 20px 0;
}

* + html #html_content div.quote
{
	width: 615px !important;
}

#footer_page_header
{
	width: 100%;
	background-color: #000000;
	text-align: left;
	height: 120px;
}

#footer_page_header img
{
	margin-top: 40px;
	margin-left: 20px;	
}

#footer_page_content
{
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 20px;
}

#footer_page_content img
{
	border: 0;
	margin: 15px 0;
}

#footer_page_content h3
{
	font-size: 15px;
}

#footer_page_content h3
{
	font-size: 13px;
}

#footer_page_content ol
{
	padding-left: 20px;
	margin-right: 0;
}

.expandedInfo 
{
	background-color:#EFEFEF;
	border:1px solid #333333;
	color:#666666;
	font-size:12px;
	margin:15px;
	padding:10px;
	width:95%;
}
