*            
{ 
	font-family: sans-serif;
	font-size: 100%;	
}
body
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #e7e3dc;
	font-size: 75%;
	line-height: 1.2em;
	color: #382300;
}
a
{
	text-decoration: none;
	color: #667e00;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0px;
	vertical-align: top;
}
p, form, h1, h2, h3, h4, ul, fieldset
{
	margin: 0;
	padding: 0;	
}
fieldset
{
	border: none;
}
ul
{
	list-style: none;
}
.clear, .clear10, .clear6, .clear15, .clear8, .clear20, .clear4
{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.clear6
{
	height: 6px;
}
.clear4
{
	height: 4px;
}
.clear8
{
	height: 8px;
}
.clear10
{
	height: 10px;
}
.clear15
{
	height: 15px;
}
.clear20
{
	height: 20px;
}
.hdn
{
	display: none;
}
.input_submit
{
	border: none;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	height: 26px;
}
.input_text
{
	border: 1px solid #c7cab9;
	padding: 4px;
	height: 16px;
}
.main, #container
{
	width: 100%;
	text-align: center;
	background:  url(../img/bg_body.gif) repeat-y 50% 0;
}
.content, #content
{
	width: 945px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.banner {
	text-align: center;
}
hr.no-display {
	display: none;
}

.fullBottomPanel{
	width: 945px;
	padding: 0px 0px 15px 0px;
	}

.fullBottomPanel .inside{
	background-color: #f2f2f2;
	float: left;
	width: 945px;
	padding: 0px 0px 0px 0px;
	}

.fullBottomPanel .inside .item{
	padding: 20px 0px 20px 32px;
	float: left;
	width: 200px;
	}

.fullBottomPanel .inside .item .image{
	display: block;
	margin-bottom: 8px;
	}

.fullBottomPanel .inside .item .title{
	display: block;
	margin: 0px 5px 0px 5px;
	color: #667E00;
    font-size: 13px;
	line-height: 17px;
    font-weight: bold;
    text-decoration: none;
	}
