/* CSS Document */
body 
{
background-color: #5684C5;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
background-image:url(../images/bg.jpg);
background-position: center bottom;
background-repeat: no-repeat;
}

#container {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  
  }

#waves
{
margin-top:0px;
width:100%;
height:156px;
background-image: url('../images/waves.png');
background-position: top center;
background-repeat:no-repeat;
vertical-align:middle;
}
#content
{
width:760px;
text-align:center;
margin: 0 auto;
vertical-align:top;
position:relative;
top:-100px;
}
#toprow
{
width:100%;
vertical-align:bottom;
border-bottom:1px solid #D6E4F8;
}
td.topleft
{text-align:left;}
td.topright
{text-align:right;}
#footer
{
width:100%;
text-align:right;

}
a
{color:#FFFFFF;
text-decoration:none;
}
a:hover
{
color:#FFFFFF;
text-decoration:underline;
}
#menu
{
	text-align:leftt;
	width:100%;
	font-size:12px;
	font-weight:bold;
	
}
#credit
{
	text-align:right;
	width:100%;
	font-size:9px;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}
hr
{color:#FFFFFF;}
