/* basics */

body    {
background: #1B527D;
padding: 0;
margin: 0;
font: x-small/normal Helvetica, Arial, sans-serif;
} 

#contain    {
position: absolute;
top: 0;
width: 894px;
left: 50%;
padding: 0;
margin: 0 0 0 -447px;
}

#bottombox  {
position: absolute;
width: 894px;
top: 201px;
margin: 0;
background: url(middle.jpg) repeat-y;
}

#banner {
background: url(top.jpg) top center no-repeat;
width: 894px;
height: 201px;
padding: 0;
margin: 0;
}

#footer {
background: url(bottom.jpg) bottom center no-repeat;
width: 894px;
height: 66px;
padding: 0;
clear: both;
}

#leftBox {
float: left;
color: #282C5B;
width: 390px;
padding: 0;
margin: 0;
}

#wideBox {
color: #282C5B;
padding: 0;
margin: 0;
width: 800px;
}

#leftBox p, #leftBox img, #wideBox p, #wideBox img, #wideBox table {
	margin-left: 100px;
}

#rightBox {
	margin: 0 0 0 430px;
	padding: 0;
	color: #282C5B;
	
}

#rightBox p {
	width: 300px;
	margin: 0 0 1em 10px;
}

/* links */


a:link  {
text-decoration: none;
color: #067FBD;
}

a:visited    {
text-decoration: none;
color: #104F7B;
border-bottom: 1px dashed #104F7B;
}

a:hover     {
color: #FF9C49;
border-bottom: 1px dashed #FF9C49;
}

a:active     {
color: #067FBD; 
}

/* suckerfish css */

#menu {
	position: absolute;
	top: 162px;
	left: 160px;
	z-index: 4;
	color: #067FBD;
	font-size: small;
}

#menu a{
	text-decoration: none;
	border: none;
}

ul {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

li {
	float: left;
	position: relative;
	text-align: left;
	padding: 0 15px;
	margin: 0;
	cursor: default;
}

li ul {
	font-size: 10px;
	display: none;
	position: absolute;
	top: 17px;
	left: 0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	width: 100px;
	background: white;
	border: solid #e6edf4;
	border-width: 0 1px 1px 1px;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	margin: 8px 0 8px 0;
	line-height: 1.3em;
}

li:hover ul, li.over ul {
	display: block;
}
