/* @group General */

html,body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #434343 url('../images/top_span.png') repeat-x top;
}

center
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */

/* @group Content */

#frame
{
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, helvetica, sans-serif; 
}

#inner-frame
{
	width: 900px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	border-right: 5px solid #000;
	border-left: 5px solid #000;
	border-bottom: 5px solid #000;
}

#header
{
	width: 900px;
	height: 193px;
	margin: 0;
	padding: 0;
	clear: both;
}

#nav
{
	width: 100%;
	height: 23px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10pt;
	color: #D8DC83;
	position: relative;
	top: -33px;
}

#content-frame
{
	width: 900px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 10px 0px 0px 0px;
	background: #F5FAC2;
	clear: both;
	text-align: justify;
}

#content-text
{
	float: left;
	width: 880px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 10px;
	font-size: 10pt;
}

#content-left
{
	float: left;
	width: 630px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 10px;
	font-size: 10pt;
}

#content-right
{
	float: left;
	width: 250px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

#footer
{
	width: 100%;
	height: 31px;
	margin: 0;
	padding: 10px 0px 0px 0px;
	background: #F5FAC2 url('../images/footer.jpg') no-repeat bottom;
	text-align: center;
	clear: both;
}

a.nav
{
	color: #D8DC83;
	text-decoration: none;
}

a.nav:hover
{
	color: #FFF;
	text-decoration: underline;
}

a
{
	color: #52582B;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

span.title
{
	color: #52582B;
}

table.sm_text
{
	font-size: 8pt;
}

/* @end */