/* CSS Document */
<style type="text/css">

.controlstyle a{ /*links inside DIV sizecontroldiv*/
outline:none;
}

.controlstyle a img{ /*image links inside DIV sizecontroldiv*/
border-width:0;
}

.controlstyle a.selectedcontrol img{ /*selected control's image*/
border-bottom:4px solid darkred;
}

</style>

.menu{  
   width: 100%;
   background-color: none; } 

.menu ul{
	margin: 0px; padding: 0px;
	float: left;}

.menu ul li{
	display:-moz-inline-box;
	display:inline-block;
		
}
.menu ul li a{
	float: left; text-decoration: none;
	color: #ffffff;
	padding: 10px 10px;
	background-color: none; }

.menu ul li a:visited{
	color: white;}

.menu ul li a:hover, .menu ul li .current{
	color: #ffffff;
	background-color:#0033FF;}


</style>

body {
	background-color: #0099FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.style3 {color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small;
}
.style10 {color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; }
}
#banner {
	position: absolute;
	width: 1000px;
	height: relative;
	left: 28px;
	top: 90px;
	z-index: 2;
}
body {
	background-color: #F1F1F1;
}
#menu {
	position:absolute;
	width:950px;
	height:relative;
	z-index:0;
	left: 205px;
	top: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}
.style4 {color: #FFFFFF}
.style5 {font-size: x-large}
body {
	background-image: url(../Pictures/background.png);
	background-repeat: repeat-x;
}
#Layer1 {
	position:relative;
	width:1000px;
	height:relative;
	left: 2%;
	top: -75px;
	background-color: #FFFFFF;
}
</style>
