body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

.lexiinput {
	border: 1px solid #b7ac8e;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	background: #FFF;
	width: 149px;
	height: 20px;
}

.lexibutton {
	border: 1px solid #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 190px;
	margin-top: 4px;
	background: #b7ac8e;
}

.lexibutton:hover {
	border: 1px solid #b7ac8e;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	background: #FFF;
}

.container_header
{
	width:100%;
	background-image:url(../images/bg_header.gif);
	background-repeat:repeat-x;
}
.container_headermenu
{
	width:100%;
}
.container_main
{
	width:100%;
}
.container_menu
{
	width:100%;
}
.container_footer
{
	width:100%;
}

.section_header
{
	width:750px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}

.section_headermenu
{
	text-align:right;
	padding-top:4px;
 	padding-bottom:4px;
	width:750px;
}
.section_headermenu_text, .section_headermenu_text a
{
	font-size:10px;
	color:#7E6F45;
	text-decoration:none;
}

.section_header img
{
	vertical-align:bottom;
}
.section_header_line
{
	border-top: 1px solid #666666;
}
.section_header_image
{
	width:750px;
	height:158px;
	overflow:hidden;
}

.section_menu
{
	width:752px;
}
.section_menu img
{
	vertical-align:bottom;
}

.section_main
{
	width:750px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	padding-top:20px;
	padding-bottom:20px;
}
.section_main_leftbox
{
	float:left;
	width:370px;
}
.section_main_rightbox
{
	float:left;
	width:320px;
}
.section_main_box
{
	float:left;
	width:710px;
}
.section_main_padding
{
	float:left;
	width:20px;
}

.section_keywords
{
	width:750px;
	background:#efefe7;
	border-top: 1px solid #B7AC8E;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	text-align:center;
	font-size:0.65em;
 	padding-bottom:1px;
}

.section_keywords ul
{
	margin:0.5em 2em 0.5em 2em;
	padding:0;
}

.section_keywords li
{
	display:inline;
	padding-left:0.2em;
	padding-right:0.2em;
	white-space:nowrap;
}
	
.section_keywords a
{
	text-decoration:none;
	color:#7c6d6c;
}

.section_keywords a:hover
{
	color:#b9ac97;	
}

.section_footer
{
	width:740px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-y;
	border-top: 1px solid #B7AC8E;
	border-bottom: 1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	text-align:right;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
}

.section_footer_text, .section_footer_text a
{
	color:#7E6F45;
	font-size:10px;
	text-decoration:none;
}

.section_copyright
{
	width:750px;
	text-align:right;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
}

.feature_header
{
	
	border-bottom: 1px solid #FFFFFF;
}
.feature_header img
{
	vertical-align:bottom;
}
.feature_image
{
	float:left;
	width:149px;
	overflow:hidden;
	padding-left:1px;
	text-align:center;
}
.feature_bg
{
	background-image:url(../images/bg_feature.gif);
	background-repeat:repeat-x;
}
.feature_text
{
	float:right;
	padding:10px;
	width:200px;
	overflow:hidden;
}
.feature_text, .feature_text p, .feature_text td, .feature_text li
{
	font-size:11px;
	color:#666666;
}
.feature_text a
{
	color:#004B8D;
}

.page_text, .page_text p, .page_text td, .page_text li
{
	color:#333333;
	font-size:11px;
	line-height:16px;
}
.page_text h3
{
	color:#004B8D;
}
.page_text a
{
	color:#004B8D;
}
.page_text a:hover
{
	color:#F26531;
}
.page_text em
{
	color:#325688;
}

.clear {
	clear:both;
}
