/* CSS Document */


.Top {
	position: absolute;
	height: 110px;
	width: 800px;
	left: 0px;
	top: 0px;
	background-color:#000066;
}

.NavBar li, .NavBar ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
	

.NavBar li a, .NavBar ul a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}

.NavBar li a:hover, .NavBar ul a:hover, .NavBar li a:active, .NavBar ul a:active {
	color:#990000;
}

.NavBar {
}

.update {
	position: absolute;
	left: 645px;
	top: 5px;
	width: 152px;
	height: 18px;
	font-weight: bold;
	font-size: 12px;
	z-index: 300;
	text-align: right;
	color:white;
}

.Welcome {
	font-style: normal;
	position: absolute;
	left: 13px;
	top: 7px;
	padding-left: 5px;
	font-weight: bold;
	font-size:48px;
	color:white;
	z-index:2;
	width: 106px;
	height: 110px;
}

.Center {
	position: absolute;
	top: 110px;
	left: 0px;
	height: auto;
	width: 796px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.Footer {
	position: relative;
	width: 796px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	z-index: 2;
	background-color:#000066;
	color: white;
}

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.Wrapper {
	text-align: left;
	position: relative;
	width: 800px;
	height: auto;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

p {
	margin: 0px;
	padding: 0px;
}


img, a {
	border: none;
}

/*buttons start here*/
.Button {
	z-index: 2;
	position: absolute;
	text-align:center;
	border: 1px solid #FFFFFF;
	height: 19px;
	width: 69px;
	top: 90px;
}

#B1 {
	left: 240px;
}

#B2 {
	left: 310px;
}

#B3{
	left: 380px;
}

#B4{
	left: 450px;
}

#B5{
	left: 520px;
}

#B6 {
	left: 590px;
}

#B7 {
	left: 660px;
}

#B8 {
	left: 730px;
}
/*buttons end here*/

