BODY
{
	background-color:#0069b5;
}

A:link { text-decoration:none; color:black}
A:visited { text-decoration:none; color:black}
A:active { text-decoration:none; color:black}
A:hover { text-decoration:none; color:black}

.TopMenu, .ActiveMenu
{
	float:left;
	display:inline-block;
	border: 1px solid #696;
	padding: 6px 0;
	margin: 0px 5px;
	text-align: center;
	width: 108px;
	height: 40px;
	font-weight:bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 10px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #EEFF99;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#9ccf00));
	background: -webkit-linear-gradient(#EEFF99, #9ccf00);
	background: -moz-linear-gradient(#EEFF99, #9ccf00);
	background: -ms-linear-gradient(#EEFF99, #9ccf00);
	background: -o-linear-gradient(#EEFF99, #9ccf00);
	background: linear-gradient(#EEFF99, #9ccf00);
	-pie-background: linear-gradient(#EEFF99, #9ccf00);
	vertical-align:center;
	color:block;
}

.TopMenu
{
	background: #EEFF99;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#9ccf00));
	background: -webkit-linear-gradient(#EEFF99, #9ccf00);
	background: -moz-linear-gradient(#EEFF99, #9ccf00);
	background: -ms-linear-gradient(#EEFF99, #9ccf00);
	background: -o-linear-gradient(#EEFF99, #9ccf00);
	background: linear-gradient(#EEFF99, #9ccf00);
	-pie-background: linear-gradient(#EEFF99, #9ccf00);
}

.ActiveMenu
{
	background: #EEFF99;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#ce9a63));
	background: -webkit-linear-gradient(#EEFF99, #ce9a63);
	background: -moz-linear-gradient(#EEFF99, #ce9a63);
	background: -ms-linear-gradient(#EEFF99, #ce9a63);
	background: -o-linear-gradient(#EEFF99, #ce9a63);
	background: linear-gradient(#EEFF99, #ce9a63);
	-pie-background: linear-gradient(#EEFF99, #ce9a63);
}


.TopMenu:hover, .ActiveMenu:hover
{
	text-shadow:2px 2px 10px #0069b5;
	color:White;
}

.header 
{
	width:1030px;
	height:100px;	
	padding-bottom:10px;
	vertical-align:bottom;
	margin:0 auto;
}
.header .TopMenu, .header .ActiveMenu
{
	margin-top:50px;
}

H1
{
	position:absolute;
	top:0px;
	text-align:center;
	width:1030px;
	margin:10px auto;
	color:white;
}

H2
{
	color:#CCC;
}

H3
{
	margin-left:16px;
	font-weight:normal;
	color:white;
}

H4
{
	margin-left:32px;
	font-weight:normal;
	color:white;
}

.content
{
	width:1030px;
	margin:0 auto;
}

.MailInfo
{
	text-align:right;
	width:1000px;
	margin:5px auto;
	color:#ccc;
}

.MailInfo a:link, .MailInfo a:visited , .MailInfo a:active , .MailInfo a:hover 
{
	color:#ccc;
}

.MailInfo A:hover { text-decoration:underline; }
