html, body {
	margin				: 0px;
	padding				: 0px;
	font				: normal 10px arial, sans-serif;
}

body {
}

ins {
	clear				: both;
}

#header {
	width				: 755px;
	height				: 22px;
	margin				: 10px 15px 0px 15px;
	padding				: 0px;
	position			: absolute;
	top					: 10px;
	left				: 10px;
	border-bottom		: 1px solid #999999;
}

#header .head_left {
	height				: 20px;
	margin				: 0px;
	padding				: 2px 0px 0px 0px;
	float				: left;
	color				: #77ae9a;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	text-align			: left;
}

#header .head_right {
	height				: 22px;
	margin				: 0px;
	padding				: 0px;
	float				: right;
	text-align			: right;
}

#content {
	width				: 755px;
	height				: 450px;
	margin				: 0px 15px 0px 15px;
	padding				: 0px;
	position			: absolute;
	top					: 48px;
	left				: 0px;
	text-align			: center;
	vertical-align		: middle;
}

#content_flash {
	width				: 755;
	height				: 530;
	margin				: 4px 25px 0px 25px;
	padding				: 0px;
	position			: absolute;
	top					: 48px;
	left				: 0px;
	text-align			: center;
	vertical-align		: middle;
}

#content .copy_flash {
	width				: 284px;
	height				: 440px;
	float				: left;
}

.copy_text {
	
	padding				: 15px 0 0 0;
	font				: normal 11px arial, sans-serif;
	color				: #999999;
	text-align			: left;
}

.copy_text strong {
	color				: #77ae9a;
} 

#links {
	text-align			: right;
}

.copy_text a {
	font				: normal 9px/25px arial, sans-serif;
	color				: #999999;
	text-decoration		: none;
}

.copy_text a:hover {
	color				: #77ae9a;
}

.copy_links {
	float				: right;
}

.copy_links a {
	font				: normal 9px/25px arial, sans-serif;
	color				: #999999;
	text-decoration		: none;
}

.copy_links a:hover {
	color				: #77ae9a;
}

#content .image {
	margin				: 0px;
	padding				: 0px;
}

#footer {
	width				: 755px;
	margin				: 0px 15px 15px 15px;
	padding				: 8px 0px 0px 0px;
	position			: absolute;
	top					: 503px;
	left				: 10px;
	border-top			: 1px solid #999999;
}

#footer .foot_left {
	float				: left;
}

#footer .foot_left .image_spacer {
	width				: 66px;
	height				: 66px;
	margin				: 0px 10px 0px 0px;
	padding				: 0px;
	float				: left;
}

#footer .foot_left .image_spacer .image_off {
	border				: 2px solid #FFFFFF;
}

#footer .foot_left .image_spacer .image_on {
	border				: 2px solid #77ae9a;
}

#footer .foot_right {
	padding				: 2px 0px 0px 0px;
	float				: right;
}