body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E0DBC7;
	color: #000000;
	text-align:center;
}
.Container{
	/*background-color:#FFFFFF;*/
	background-image:url(../img/content_slice.gif);
	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: 52px;
	display:block;
	clear:both;
}
.HeaderLeft {
	background-image:url(../img/top_left_title.gif);
	float: left;
	width: 386px;
	height: 53px;
	display:table-cell;
}
.HeaderRight {
	background-image:url(../img/top_right_slice.gif);
	background-repeat:repeat-x;
	float:right;
	width: 379px;
	height:47px;
	display:table-cell;
	padding-left:10px;
	padding-top: 8px;
}
.HeaderRightText {
	font-size:12px;
	text-align:left;
	color: #FFFFFF;
}
.HeaderRightText a {
	text-decoration:underline;
	color:#FFFFFF;
}
.HeaderRightText a:hover {
	font-weight:bold;
}

.Content {
	background-image:url(../img/content_slice.gif);
	background-repeat:repeat-y;
	font-size: 13px;
	text-align:justify;
	width: 775px;
	display:table;
	clear:both;
}
.ContentLeft {
	background-color: #BBB9BE;
	width: 187px;
	display:block;
	float:left;
}
.ContentLeftTop {
	background-color: #FFFFFF;
	width: 187px;
	/*display:block;
	clear:both;*/
}
.ContentLeftBottom {
	background-color: #BBB9BE;
	width: 181px;
	/*font-size:10px;*/
	text-align:center;
	height:auto;
	/*display:block;
	clear:both;*/
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
.ContentRight {
	background-color:#FFFFFF;
	width: 577px;
	float: right;
	display:block;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 1px;
}
.ContentRight h1 {
	background-color:#A18263;
	width: 100%;
	height: 31px;
	margin-top: 0px;
	padding-top: 9px;
	padding-left: 5px;
	font-size: 16px;
	color: #FFFFFF;
}
.ContentRight h2 {
	background-color:#A18263;
	width: 100%;
	height: 38px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	padding-left: 5px;
	font-size: 16px;
	color: #FFFFFF;
}
.ContentRight h3 {
	background-color:#ECBA53;
	width: 100%;
	height: 38px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	padding-left: 5px;
	font-size: 16px;
	color: #FFFFFF;
}
.ContentRight h4 {
	background-color:#5F86B6;
	width: 100%;
	height: 38px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	padding-left: 5px;
	font-size: 16px;
	color: #FFFFFF;
}
.ContentRight h5 {
	background-color:#61A55F;
	width: 100%;
	height: 38px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	padding-left: 5px;
	font-size: 16px;
	color: #FFFFFF;
}
.ContentRight h6 {
	background-color:#ECBA53;
	width: 100%;
	height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	padding-left: 5px;
	font-size: 16px;
	color: #FFFFFF;
}
.ContentRight a {
	color: #31517B;
	text-decoration: none;
	font-weight: bold;
}
.ContentRight a:hover {
	text-decoration: underline;
}	
.Footer {
	background-image:url(../img/footer.gif);
	background-repeat:repeat-x;
	width: 775px;
	height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size:10px;
	margin-top: 2px;
	display:block;
	clear:both;
}
.Footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.Footer a:hover {
	text-decoration: underline;
}
.DW a {
	font-size:10px;
	color:#31517B;
	text-decoration:none;
	padding-top: 5px;
}
.DW a:hover {
	text-decoration:underline;
	}

