#Logo {
	position: absolute;
	width: 156px;
	left: 5px;
	top: 3px;
	visibility: visible;
	z-index: 3;
}
#Logo img {
	cursor: pointer;
}

#MainMenu {
	position:absolute;
	width:129px;
	height:800px;
	z-index:2;
	left: 18px;
	top: 0px;
	background-color: #4F6F92;
	background-image: url(images/MainMenuGradient.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Futura;
	font-size: 14px;
	color: #FFFFFF;
}
#MainMenu table {
	font-family: Futura;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#MainMenu p {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color: #184E68;
	text-transform: none;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}


#Header {
	position:absolute;
	width:604px;
	height:20px;
	z-index:1;
	left: 145px;
	top: 712px;
	visibility: visible;
}

#Header table
{
	border-width: thin;
	font-size: 12px;
	font-family: Futura;
	background-color: #D1DAE3;
	color: #184E68;
	text-align: center;
	border-color: #C1F1F8;
	background-repeat: 0;
}

#Header a:hover {
	color: #FFFFFF;
	background-color: #184E68;
}
#Header a:visited {
	color: #CCCCCC;
}
#Header a {
	text-decoration: underline;
	color: #184E68;
}

#Header input {
	background-color:#C1F1F8;
	width: 100px;
	border-style: solid;
	border-color:#000099;
	font-size: 8px;
}

#Body {
	position:absolute;
	width:575px;
	height:700px;
	z-index:4;
	left: 168px;
	top: 7px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#FloatMenu {
	position:absolute;
	width:353px;
	height:30px;
	z-index:5;
	left: 510px;
	top: 94px;
	background-image: url(images/MainMenuGradient.png);
}
#FloatMenuSearch {
	position:absolute;
	width:154px;
	height:37px;
	z-index:6;
	left: 726px;
	top: 238px;
	background-image: url(images/MainMenuGradient.png);
}

#FloatMenuSearch input.text {
	background-color:#C1F1F8;
	width: 100px;
	border-style: solid;
	border-color:#000099;
	font-size: 8px;
}

#FloatMenuSearch input.button {
	background-color:#C1F1F8;
	width: 24px;
	border-style: solid;
	border-color:#000099;
	font-size: 8px;
}


body {
	font-family: Futura;
	font-size: 12px;
}
#MainMenu a:hover {
	color: #FFFFFF;
	background-color: #184E68;
}

#MainMenu a {
	text-decoration: none;
	color: #FFFFFF;
}
#Body h1 {
	font-size: 16px;
	color: #4F6F92;
	text-align: center;
}
#Body h2 {
	font-size: 12px;
	font-weight: bold;
	color: #184E68;
}
