@charset "utf-8";
/* CSS Document */


body {
	margin-top:10px;
	margin-left:0;
	background-color:#FFF;
	}
	
#container {
	width:1005px;
	margin-left:auto;
	margin-right:auto;
	border:1px dotted #a8dde3;
}

#content {
	margin: 0;
    padding: 0;
	line-height:18px;
}

#main_content {
	margin: 0px;
    padding: 20px 50px 0 25px;
    font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight:normal;
	letter-spacing: 0pt;
    color: #000;
}


#header {
    height: 220px;
}

#left {
	float:left;
	width:210px;
}

#middle {
	float:left;
	background-image:url(img/content_bg.gif);
	background-repeat:no-repeat;
	width:581px;
	min-height:510px;
}

#right {
	float:left;
	margin:0 0 0 10px;
	width:202px;
}

#footer {
    clear: both;
	text-align:center;
    border-top: 1px dotted #c6e6e5;
    padding: 4px;
    font-size: 10pt;
    font-family: Trebuchet MS;
    color:#00539b;
	background-color:#c7e6e6;
}

#footer a  {
	color:#00539b;
	text-decoration: underline;
	}

#footer a:hover  {
	color: Black; 
	}


