.frontend_styler {
	font-family: 		"Verdana","Arial","Helvetica","Sans-Serif";
	font-size:		11px;
	line-height:		17px;
	color:			#8188A4;
}

body.frontend {
	background:		#ffffff url(./../images/layout_bg.gif) repeat-x;
	margin:			0px;
	padding:		0px;
	border:			0px;
	min-width:		996px;
	text-align:		center;
	cursor:			default;
	height:			100%;
}

img {
	border-width:		0px;
}

h2 {
	font-size:		16px;
	font-weight:		bold;
	color:			#838BB6;
}

p {
	margin-top: 		0px;
}

.clear {
	clear:			both;
	height:			0px;
	overflow:		hidden;
	line-height:		1%;
	font-size:		0px;
	margin-bottom:		-1px;
}

* html .clear {
	height:			auto;
	margin-bottom:		0
}

a:link, a:visited, a:active, a:hover {
	color:			#3B3381;
	text-decoration:	none;
	font-weight:		bold;
	font-size:		11px;
}
a:hover {
	color:			#838BB6;
	text-decoration:	underline;
}


#fe_wrapper-container {
	width:			1005px;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		50px;
	position:		relative;
	text-align:		left;
	background-color:	#ffffff;
}


#fe_bottomliner {
	background:		url(./../images/footer.jpg) no-repeat;
	text-align:		left;
	color:			#777777;
	height:			132px;
}

#fe_mainliner {
}

.fe_col_grey {
	color:			#777777;
}

.fe_foot_line {
	font-size:		10px;
	font-weight:		normal;
	margin:			0px auto;
	color:			#757376;
	text-align:		left;
}

#fe_maininner_footer {
	position:		absolute;
	left:			0px;
	text-align:		left;
	bottom:			-8px;
	left:			33px;
}

#fe_inner_wrapper {
	padding:		0px 5px;
	min-height:		425px;
/*	position:		relative;*/
}


#fe_rightcol {
	width:			225px;
	float:			right;
}

#fe_centercol {
	width:			760px;
	float:			left;
}

#fe_content_wrapper {
	padding:		0px 0px;
}

#fe_content {
}

#fe_header {
	height:			140px;
	position:		relative;
}



#fe_maininner_wrapper {
	padding-top:		0px;
	background:		#ffffff url(./../images/content_bg.gif);
}



h1, h2, h3, h4, h5, h6 {
	margin:			0px;
	padding:		0px;
	display:		inline;
}


a.top_menu:link, a.top_menu:visited, a.top_menu:active, a.top_menu:hover {
	color:			#ffffff;
	text-decoration:	none;
	font-weight:		bold;
}
a.top_menu:hover {
	color:			#FCC200;
}


#menu_container {
	padding-left:		30px;
}

div.top_liner {
	background:		url(./../images/content_top_liner.jpg);
	width:			760px;
	height:			26px;
}
div.top_liner div {
	padding-left:		52px;
	padding-top:		4px;
}
div.top_liner div h2 {
	font-size:		13px;
	font-weight:		bold;
	color:			#ffffff;
}

div.content_gradient {
	background:		url(./../images/content_gradient.jpg) no-repeat;
	width:			703px;
	margin-left:		32px;
	margin-top:		15px;
}

div.content_footer_green {
	background:		url(./../images/content_footer_green.jpg) no-repeat;
	width:			424px;
	height:			23px;
	margin-left:		48px;
}

div.content_footer_blue {
	background:		url(./../images/content_footer_blue.jpg) no-repeat;
	width:			714px;
	height:			23px;
	margin-left:		32px;
	margin-top:		3px;
}
div.content_footer_blue div h2 {
	font-size:		13px;
	font-weight:		bold;
	color:			#ffffff;
}

select, input {
	color:			#8188A4;
}

select.submit_form optgroup {
	background:		#8188A4;
	color:			#ffffff;
	font-weight:		bold;
	font-style:		normal;
}
select.submit_form option {
	padding-left:		20px;
}

a.bottom:link, a.bottom:visited, a.bottom:active, a.bottom:hover {
	color:			#ffffff;
	text-decoration:	none;
	font-weight:		bold;
	font-size:		12px;
}
a.bottom:hover {
	color:			#60688C;
}










