html, body{
background: #5b6684;
font-family: Lucida, sans-serif;
min-height: 100%; margin-bottom: 1px;
}

#header{
 background: url('back15.png') no-repeat top;
 position: relative;
 height:440px;
 width:960px;
 margin: 0 auto;
 display: block;
 overflow: hidden;
 clear: both;
}


#menu{
 font-family: Lucida, sans-serif;
 position: relative;
 margin-top:-28px;
 text-align:center;
 display: block;
 overflow: hidden;
 clear: both;
 color:#ffffff;
 }

a{
text-decoration:none;
color:#ffffff;
}

a:hover{
text-decoration:underline;
}

#menu a:hover,#menu a:active {
color:#5b6684;
background-color: #ffffff;
text-decoration:none;
}

#middle
{
margin-top:20px;
margin-left:24%;
margin-right:24%;
color:#ffffff;
}

ul.style
{
list-style-type: decimal;
}

#middle a:link, a:visited{
color:#ffffff;
}