html {
	margin: 0px;
	padding: 10px 0px;
}
body {
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	background-color: #FFFAF7;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: url(../Resources/Back2.gif);
	background-position: left top;
}
.ContainerBorder{
	width: 600px;
	border: 1px solid #E1CECC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
	background-color: #FFFFFF;
	display: table;
}
#Container{
	width: 600px;
	border: 1px solid #ECDFDE;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFAF8;
}
#Menu {
	padding: 0px;
	width: 160px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	border-top: 1px solid #ECDFDE;
}
#Content {
	width: 600px;
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	padding: 0px;
	font-family: sans-serif;
	font-size: 11px;
	color: #000000;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}
#Footer {
	padding: 8px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1CFC8;
}
#Header {
	margin: 0px;
	padding: 0px;
	float: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	height: 194px;
	width: 100%;
	background-image: url(Logo7.jpg);
	background-color: #009966;
}
#MenuTop {
	text-align: right;
	background-color: #F8EEE2;
	padding: 0px;
	margin-bottom: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ECDFDE;
	border-bottom-color: #ECDFDE;
}
#Header img {
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
}
#Footer a{
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	float: left;
	border: 1px solid #9EACC7;
}

#Footer .box {
	height: 14px;
	vertical-align: middle;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	float: none;
}
#Footer .box a {
	height: 14px;
	vertical-align: middle;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	right: 0px;
	float: none;
	margin: 0px 25px 25px 0px;
	border: none;
}
