@charset "UTF-8";
/* CSS Document */

#bg_main{
	
	background-image:url(../images/middle.gif);
	background-repeat:repeat-y;
}

#bg_right{
	
	background-image:url(../images/middle2.gif);
	background-repeat:repeat-y;
}

#maincontent{
	margin-top:0px;
	margin-left:20px;
	width:550px;
	line-height: 18px;
	color: #333333;
}

#sidecontent{
	margin-top:0px;
	margin-left:15px;
	width:200px;
	line-height: 25px;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.fields {
	border-top-style: 1;
	border-right-style: 1;
	border-bottom-style: 1;
	border-left-style: 1;
	border-top-color: #547094;
	border-right-color: #547094;
	border-bottom-color: #547094;
	border-left-color: #547094;
}

.copy{

font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:18px;
color:#333333;

}