* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #3b4866;
	color: #FFFFFF;
}
#Header1 {
	font-size: 30px;
	text-indent: 30px;
	font-variant: small-caps;
	margin-bottom: 16px;
	white-space: nowrap;
}
#Header2 {
	font-size: 14px;
	text-indent: 30px;
	font-variant: small-caps;
	background-color: #7082ab;
	font-weight: bold;
	margin-bottom: 16px;
	white-space: nowrap;
}
#Container {
	height: 1px;
}
#Navigation {
	width: 180px;
	float: left;
	margin-bottom: 16px;
	font-variant: small-caps;
	font-weight: normal;
}
#Content {
	margin-left: 250px;
	margin-bottom: 16px;
	margin-right: 16px;
}
#Footer {
	text-align: center;
	background-color: #7082ab;
	font-size: 14px;
	font-variant: small-caps;
}
#Navigation a:link, #Navigation a:visited {
}
#Navigation a:active {
	color: #00FF00;
}
#Navigation a:hover {
	background-color: #798eba;
	border-left-color: #47567a;
	border-right-color: #90a7de;
}
.MenuLevel1nor a, .MenuLevel1act a, .MenuLevel2nor a, .MenuLevel2act {
	display: block;
	background-color: #586787;
	border-top-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #7082AB;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: solid;
	margin-left: 16px;
	width: 180px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}
.MenuLevel1act a {
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #7082AB;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #3B4866;
	width: 190px;
	background-color: #687aa1;
}
.MenuLevel2nor a, .MenuLevel2act {
	background-color: #798eba;
	border-left-color: #586787;
	margin-left: 26px;
	width: 170px;
}

