body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFF2;
	color: #000000;
	text-align:center;
}
.Container{
	width:775px;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	border-top-color: #000000;
	border-top-style: inset;
	border-top-width: thin;
	border-right-color: #000000;
	border-right-style: inset;
	border-right-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: outset;
	border-left-color: #000000;
	border-bottom-width: thin;
	border-left-style: outset;
	border-left-width: thin;
}
.Header {
	background-color:#FFFFFF;
	height:157px;
	display:block;
	clear:both;
}
.Content {
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
	display:table;
	clear:both;
	width:755px;
	text-align:left;
}
.ContentLeft {
	width: 100px;
	display:table-cell;
	float:left;
}
.ContentLeft a {
	background-image:url(../img/button_white.jpg);
	width:147px;
	height:40px;
	background-repeat:no-repeat;
	color:#D5160C;
	text-decoration:none;
	text-align:center;
	display:table-cell;
	float:left;
	padding-top:8px;
	font-size:10px;
}
.ContentLeft a:hover {
	background-image:url(../img/button_cream.jpg);
	background-repeat:no-repeat;
	width:147px;
	height:45px;
	padding-top:3px;
	font-weight:bold;
	text-decoration:none;
}
.ContentRight {
	width: 560px;
	padding: 15px;
	display:table-cell;
	float:right;
}

.ContentRight h1 {
	color:#D5160C;
	font-size:16px;
	font-weight:bold;
}
.Content a {
	color:#D5160C;
	text-decoration:none;
}
.Content a:hover {
	text-decoration:underline;
}

.Footer {
	background-image:url(../img/footer.gif);
	background-repeat:no-repeat;
	height:17px;
	padding-top:5px;
	display:block;
	clear:both; 
	text-align:right;
}

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