body
{
	font-size:16px;
	font-family:Sans-Serif;
	color:#666666;
}

ul li
{
	color:Black;
	font-weight:bold;
	font-size:14px;
}

a
{
	text-decoration:none;
	
}


#maintable
{
	border-right: 0px none #ededed;
    border-top: 0px none #ededed;
    margin: 0px auto;
width:1130px;
	    max-width:1016px;
	
	    border-left:outset 0px #ededed;
	    border-bottom:outset 0px #cccccc;
	    background-color:#ffffff;
}
#bannertable
{
	
	margin:0px auto;
	width:1016px;

	background-color:#ffffff;
}
#bannerwidth
{
	width:1016px;
}
#linkbartable
{
	margin:0px auto;
	width:780px;
	max-width:800px;
	
	border: 0px #ededed;
	border-left:outset 0px #ededed;
	border-bottom:outset 0px #cccccc;
	background-color:#ffffff;
	vertical-align:middle;
	text-align:right;
	
}
#footerpicsize
{
	width:320px;
}

#leftcol, #rightcol {
	font-size: 0.9em;
	text-align: justify;
}
#thirdcol {
	
	float: left;
	font-size: 0.9em;
	padding: 0 2%;
	text-align: left;
}
#leftcol {
	width: 50%;
	float: left;
	padding: 0 2%;
	text-align: justify;
}
#content {
	background: #ffffff;
	padding: 0 2%;
	margin-left: 25%;
}

/********************************************/
/*	Public Header Menu	*/
/********************************************/

#public_header_menu
{
	list-style-type:none;
}


#public_header_menu li a
{
	padding:0;
	padding-left:6px;
	padding-right:4px;
	font-size:13px;
}

/********************************************/
/*	titles, subtitles, text, button	*/
/********************************************/
.hover
{
	text-decoration:underline;
	font-weight:normal;
}

.nohover
{
	text-decoration:none;
	font-weight:normal;
}

.regulartext
{
	width: 859px; font-size: 10pt; text-align: left;
}

.button
{
	text-align:center;
	color:White;
	background-color:#81d200;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	cursor:hand;
}

