body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#003300;
	color: #003300;
	text-align:center;
}
.Container{
	background-color:#E5E5E8;
	/*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;
	border-color:#FFCC00;
	border-style:groove;
	border-width: 3px;

}
.Header {
	width:775px;
	height: 381px;
	/*background-image:url(../img/title.jpg);*/
	display:block;
	clear:both;
}
.HeaderTop {
	background-image:url(../img/title.jpg);
	width: 775px;
	height: 350px;
	display:block;
	clear:both;
}
.HeaderBottom {
	background-image:url(../img/header_bottom.jpg);
	width: 775px;
	height:28px;
	background-repeat:no-repeat;
	text-align:left;
	display:block;
	clear:both;
}
.HeaderBottom a {
	color:#FFCC00;
	font-size:12px;
	text-decoration:none;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.HeaderBottom a:hover {
	color:#CCCCCC;
}

.Content {
	background-color:#E5E5E8;
	font-size: 13px;
	text-align:justify;
	width: 755px;
	height:auto;
	/*padding: 7px;*/
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 0px;
	display:table;
	clear:both;
}
/*.ContentLeft {
	/*background-color: #E0B2B2;
	width: 187px;
	display:table;
	float:left;
}
.ContentLeftBottom {
	width: 181px;
	text-align:center;
	height:auto;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
.ContentLeftBottom a {
	color: #31517B;
	text-decoration: none;
	font-weight: bold;
}
.ContentLeftBottom a:hover {
	text-decoration: underline;
}	
.ContentRight {
	width: 576px;
	display:block;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
}*/
.Content h1 {
	color:#003300;
	font-size: 16px;
}
.Content h2 {
	color:#FFCC00;
	font-size: 12px;
	font-weight:bold;
}

.Content a {
	color:#990000;
	text-decoration: none;
	font-weight: bold;
}
.Content a:hover {
	text-decoration: underline;
}	
.Content a:visited {
	color:#339900;
}	

.Footer {
	background-color:#FFCC00;
	color:#000000;
	width: 775px;
	height: 45px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	font-size:12px;
	margin-top: 2px;
	display:block;
	clear:both;
}
.Footer a {
	color:#006600;
	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;
	}


