* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-bottom: 25px;
	background-color: #fad658;
}
a {
	color: #CC9933;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
img {
	display: block;
	
}

a img { 
	border: none; 
} 

a:hover img { 
	border: none; 
}

table {
	width:100%;
	margin-bottom:20px;
}
.invisible, hr {
	display: none;
}
.page {
	width: 928px;
	padding: 0 36px;
	margin: 0 auto;
	background: url('../images/page.png') repeat-y left top;
	background-color: #fad658;
}
.topmenu {
	width: 100%;
	height: 74px;
	overflow: hidden;
}
.topmenu li {
	float: left;
	height: 74px;
	padding-right: 2px;
	list-style-type: none;
	background: url('../images/topmenu_li.png') no-repeat right top;
	text-transform: uppercase;
}
.topmenu li.last {
	padding-right: 0;
}
.topmenu a {
	float: left;
	width: 114px;
	height: 53px;
	padding-top: 21px;
	text-align: center;
	text-decoration: none;
	color: #666;
	background: #fad658 url('../images/topmenu_a.png') repeat-x left top;
	font-size: 12px;
}
.topmenu .first a, .topmenu .last a {
	width: 115px;
}
.topmenu a:hover {
	text-decoration: none;
	background: #FBE49B url('../images/topmenu_a_hover.png') repeat-x left top;
}
.topmenu #thispage {
	background: url('../images/topmenu_li_thispage.png') no-repeat right top;
}
.topmenu #thispage a {
	background: #fad658 url('../images/topmenu_a_thispage.png') no-repeat left top;
}
.main {
	width: 779px;
	padding: 13px 58px 23px 91px;
	background: #fff url('../images/main.png') no-repeat right bottom;
}
.left {
	float: left;
	width: 485px;
	overflow: visible;
}
.left2 {
	float: left;
	width: 650px;
	overflow: hidden;
}
.right {
	float: right;
	width: 264px;
	padding-top: 77px;
	overflow: hidden;
	z-index: 10;
}
.main_text {
	padding: 21px 0 0 3px;
}
.main_textFull {
	padding: 21px 0 0 3px;
	width: 780px;
}
h1 {
	font-size: 18px;
	color: #CC9933;
	padding-bottom: 18px;
}
.main_text p {
	line-height: 140%;
	padding-bottom: 20px;
}
h2 {
	font-size: 15px;
	padding-bottom: 8px;
	color: #222222;
	padding-top: 10px;
}
.left ul {
	line-height: 140%;
	padding-bottom: 20px;
	padding-top: 0px;
	margin: 1px 0 0 0;
}
.left li {
	padding-left: 14px;
	background: url('../images/bullet01.gif') no-repeat left .65em;
}
.logo_fb {
	padding-bottom: 11px;
}
.images {
	padding-left: 10px;
	width: 254px;
}
.images img {
	margin-top: 32px;
	border: 2px solid #E9CA83;
}
.footer {
	width: 906px;
	height: 41px;
	padding: 220px 47px 0 47px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: right;
	background: url('../images/footer.png') no-repeat left top;
}
.footer table {
	width: 475px;
	text-align: right;
}
.footer a {
	color: #666;
}
.cleaner {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/*** ADDITIONS 
.Title_Block {
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #287139;
}

input .sign_me_up .Title_Block {
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
}

input .reset_form .Title_Block {
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
}***/

/*** FORM STYLE ***/
form.regForm input {
	margin:3px 4px 10px 0;
}
form.regForm label {
	color: #666;
	text-transform:uppercase;
	font-size:10px;
	margin-bottom:4px;
}
form.regForm em {
	font-size: 18px;
	color: #CC9933;
	font-weight:bold;
}
phpfmg_radios { padding-right:10px;}
