body {
margin:0;
padding:0;
font: 11px arial;
}

li
{
float: left;
list-style-type: none;
list-style-position: outside;
}


a:link, a:visited
{
color: #FFFFFF;
font-size: 10px;
font-weight: normal;
line-height: 14px;
margin-right: 0px;
padding: 10px 10px 1px 0px;
text-decoration: none;
}

a:hover { color: #FFFFFF;text-decoration:underline; }

#current
{
background-color: #FFF;
padding: 0 3px;
margin: 0 5px 0 2px;
color: #5591C4;
}

#logo
{
position:absolute;
margin:0;
padding:0;
top: 0px;
left: 0px;
border: none;
}


#overlay
{
position: absolute;
width: 100%;
height: 100%;
background: #5591C4 url(images/bg_image.gif) repeat-x;
text-align: center;
vertical-align: middle;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
z-index: 1;
}

#overlaycontent
{
position: absolute;
height: 40px;
margin-top: 100px;
margin-left: 200px;
background: #5591C4 url(images/bg_overlay.gif) repeat-x;
border: 4px solid #FFF;
z-index: 2;
}

#overlaylinks
{
height: 40px;
}

#layout
{

z-index: 0;
}

