@charset "utf-8";
body  {
	font: 12px/ 14px Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#wrapper { 
	width: 906px;
	background: #eeeeee url(images/wrapperBack.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	width: 906px;
	height:231px;
	padding: 0;
}
#leftColumn {
	float: left;
	width: 221px;
	background: #eeeeee;
	padding: 0;
}
#leftColumnText1 {
        text-align:left;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-top: 0px;
}
#leftColumnText	{
	text-align:center;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-top: 40px;
}
#mainContent { 
	margin: 0 0 0 221px;
		background-image:url(images/body_center.jpg);
}
#mainContent_online { 
	margin: 0 0 0 0;
	background-color: #ffffff;
}
#mainText	{
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 5px;
 padding-bottom: 10px;
}
#bottom	{
	background-image:url(images/body_bottom.jpg);
	height: 31px;
	width: 685px;
	margin-left:221px;
	background-repeat:no-repeat;
	
}

h1	{
	color:#30456E;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #30456E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #30456E;
}
a:active {
	text-decoration: none;
	color: #000000;
}
/* footer */
#footer {
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#000000;
	clear:both;
	margin-left: 130px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#30456E;
	text-decoration:underline;
}
#footer a:hover {
	color:#30456E;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}