@charset "utf-8";
body {
	padding:0px;
	margin:0px;
	background-color:#daedf7;
	
}
.lucid {
	font-family: "Lucida Sans Unicode", sans-serif, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #227b99;
	text-decoration: none;
	padding-left:38px;
}

.lucid2 {
	font-family: "Lucida Sans Unicode", sans-serif, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #227b99;
	text-decoration: none;

}


#footer {
margin: 0 auto;
	font-family: "Lucida Sans Unicode", sans-serif, Arial;
	font-size: 12px;
	text-decoration: none;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	width:800px;
	height:55px;
	color:#245e70;
	padding-top:15px;

}

#fcontent{  
	padding-left:48px;
}

#footer a{
color:#FFFFFF;
text-decoration:none;
}

#footer a:visited{
color:#FFFFFF;
text-decoration:none;
}

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

#footer a:active{
color:#FFFFFF;
text-decoration:none;
}








#main {width:800px;
background-image:url(img/bg.png);
background-repeat:repeat-y;
background-position:center;
margin: 0 auto;
}
