@charset "UTF-8";
/* CSS Document */

/* CSS Document */

body {
	background-color: #f2f9ff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content {
	margin-top: 5px;
	padding-top: 5px;
}
#LColumn {
	float: left;
	width: 185px;
}
#RColumn {
	float: right;
	width: 590px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #039;
	list-style-type: circle;
	padding-bottom: 20px;
}
.style1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06F;
}
#footer a{
	color:#3CF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
#footer a:hover{
	color:#C63;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

