body {
	padding: 0 0 2em 0;
	margin: 0;
	text-align: center;
	font: 62.5% verdana, sans-serif;
	abackground-color: #F1F1F1;
	background: #002945 url(images/bg.jpg) center top no-repeat;
	abackground-attachment: fixed;
	color: #333;
	line-height: 150%;
}


#container {
	text-align: left;
	margin: 0 auto;
	width: 923px;
	padding: 5px;
	position: relative;
	background-color : #FFFFFF;
}

#header 
{
	height: 180px;
	margin-bottom: 15px;
}

#leftsidebar {
	width:200px;
	float: left;
	position: relative;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	apadding: 8px;
	text-align: left;
}

#menutop 
{
	width: 200px;
	background-image: url("images/menutop1.png");
	background-repeat: no-repeat;
	height: 19px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

#menumid {
	width: 200px;
	background-image: url("images/menumid1.png");
	background-repeat: repeat-y;
	background-position: 0 0;
  text-align: center;
}

#menubot {
	width: 200px;
	background-image: url("images/menubottom1.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	height:24px;
}
ul.suckerfish,ul.suckerfish li,ul.suckerfish li ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 200px;
  text-align:left;
}

ul.suckerfish a
{
	text-decoration : none;
	display : block;
	color : #808080;
	font-family : Verdana, Georgia;
	font-size : 14px;
	line-height: 24px;
 	padding-left: 15px;
}
ul.suckerfish a:hover
{
   color: #86CBDA;
   text-decoration:underline;
}
ul.suckerfish li {
  position: relative;
  width: 180px;
  line-height: 1.5em;
  text-indent: .5em;
}
ul.suckerfish li ul {
  display: none;
  position: absolute; 
  top: 0;
  left: 180px;
  border: 1px solid #808080;
  z-index: 200;
  background-color: #FFFFFF;

}
ul.suckerfish li:hover ul,ul.suckerfish  li.sfhover ul {
  display: block;
}


#content {
float: left;
background-color: #FFF;
width: 690px;
margin-right: 5px;
margin-left: 5px;
padding: 1.1em 0;
font-size: 1.1em;
}


#content a, #footer a {
color: ##0D1F61;
}

#content a:hover, #footer a:hover {
color: #444;
text-decoration: none;
}

#footer {
clear: both;
margin: 3em 15px 0 15px;
padding: 5px;
text-align: center;
font-size: .8em;
}

