body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	color: #000000;
	text-align:center;
}
.Container{
	background-image:url(../img/content_slice.jpg);
	background-repeat:repeat-y;
	width:775px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}
.Header {
	width:775px;
	height:79px;
	background-image:url(../img/header_slice.jpg);
	background-repeat:repeat-x;
	display:block;
	clear:both;
}
.HeaderLeft {
	float: left;
	width: 386px;
	height: 79px;
	display:table-cell;
}
.HeaderRight {
	float:right;
	width: 379px;
	height:79px;
	display:table-cell;
}
.ContentTop {
	background-image:url(../img/content_header.jpg);
	background-repeat:no-repeat;
	width: 775px;
	height: 18px;
	display:block;
	clear:both;
}
.Content {
	background-image:url(../img/content_slice.jpg);
	background-repeat:repeat-y;
	font-size: 13px;
	text-align:justify;
	width: 775px;
	display:block;
	clear:both;
}
.ContentLeft {
	width: 178px;
	padding-left:5px;
	font-size:12px;
	display:block;
	float:left;
}
.ContentLeft a {
	background-image:url(../img/button_off.jpg);
	background-repeat:no-repeat;
	width: 169px;
	height: 18px;
	padding-top: 5px;
	padding-left: 5px;
	text-decoration:none;
	color:#000066;
	display:block;
	clear:both;
}
.ContentLeft a:hover {
	background-image:url(../img/button_on.jpg);
	background-repeat:no-repeat;
	width: 169px;
	height: 18px;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
.ContentLeft a:visited {
	background-image:url(../img/button_off.jpg);
	background-repeat:no-repeat;
	width: 169px;
	height: 18px;
	padding-top: 5px;
	padding-left: 5px;
	color: #CC0066;
}
.ContentLeft a:visited:hover {
	background-image:url(../img/button_on.jpg);
	background-repeat:no-repeat;
	width: 169px;
	height: 18px;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
.ContentRight {
	width: 577px;
	float: left;
	display:block;
	font-size:13px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.ContentRight h1 {
	font-size: 16px;
	color:#CC0066;
}
.ContentRight a {
	color: #31517B;
	text-decoration: none;
	font-weight: bold;
}
.ContentRight a:hover {
	text-decoration: underline;
}	

.ContentRight a:visited {
	color:#663366;
	text-decoration: none;
	font-weight: bold;
}	
.ContentBottom {
	background-image:url(../img/content_footer.jpg);
	background-repeat:no-repeat;
	width: 775px;
	height: 19px;
	padding-bottom:0px;
	margin-bottom:0px;
	display:block;
	clear:both;
}

.Footer {
	background-image:url(../img/footer.jpg);
	background-repeat:repeat-x;
	width: 775px;
	height: 57px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	font-size:12px;
	/*margin-top: 2px;*/
	display:block;
	clear:both;
}
.Footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.Footer a:hover {
	text-decoration: underline;
}
.Footer a:visited {
	color: #CC0066;
	text-decoration: none;
}
.DW a {
	font-size:12px;
	color:#31517B;
	text-decoration:none;
	padding-top: 5px;
}
.DW a:hover {
	text-decoration:underline;
	}

