body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:auto;
	background-color:#FFFFFC;
	color: #000000;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Container{
	width:775px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-y;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}
.Header {
	height:113px;
	display:block;
	clear:both;
}
.Content {
	display:block;
	clear:both;
	width:775px;
	text-align:left;
}
.ContentTop {
	background-image:url(../img/content_top.jpg);
	background-repeat:no-repeat;
	height: 10px;
	width: 775px;
	display:block;
	clear:both;
}
.ContentLeft {
	width: 247px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	display:table-cell;
	float:left;
}
.ContentLeft a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding-top:7px;
}
.ContentLeft a:hover {
	color:#660000;
	font-weight:bold;
	text-decoration:underline;
}
.ContentLeft h1 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
.ContentRight {
	width: 488px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	display:table-cell;
	float:left;
}
.ContentRight h1 {
	color:#003300;
	font-size:14px;
	font-weight:bold;
}
.ContentRight a {
	color:#003300;
	text-decoration:none;
}
.ContentRight a:hover {
	text-decoration:underline;
}
.ContentBottom {
	background-image:url(../img/content_bottom.jpg);
	background-repeat:no-repeat;
	height: 15px;
	width: 775px;
	display:block;
	clear:both;
}
.Footer {
	background-image:url(../img/footer.jpg);
	display:block;
	clear:both; 
	height:65px; 
	padding-top:20px;
	text-align:center;
}

.FCS {
	color:#016699;
}
.FCS a {
	color:#016699;
	font-weight: bold;
	text-decoration:none;
}
.FCS a:hover {
	text-decoration:underline;
}