html {
	height:100%;
}
body{
	height:100%;
	min-height:100%;
	margin:0;
	padding:0;
	color:#000;
	text-align:center;
	font:100% Arial, Helvetica, Verdana, Sans-serif;
	text-decoration:none;
	background:url(/images/bg.jpg);
	position:relative;
}
#container {
	height:100%;
	min-height:100%;
	width:900px;
	margin:0 auto;
	top:0px;
	background:url(/images/bg-container.gif);
	background-repeat:repeat-y;
}
#main {
	float:left;
	min-height:100%;
	height:100%;
	margin-left:15px;
	height:480px;
	width:770px;
	background:url(/images/bg-content.gif);
	background-repeat:repeat-x;
}
#main2 {
	height:100%;
	min-height:100%;
	height:480px;
	width:770px;
	background:url(/images/bubbles.jpg);
	background-repeat:no-repeat;
	background-position:710px 10px;
}
#top {
	margin:0 auto;
	height:14px;
	width:770px;
	background:url(/images/bg-top.gif);
	background-repeat:repeat-x;
	position:relative;
}
#header {
	height:161px;
	width:780px;
	position:relative;
}
#main-logo {
	float:left;
	padding-left:10px;
	position:relative;
}
#tagline {
	float:left;
	position:relative;
	padding-top:75px;
}
#mainfish {
	float:left;
	position:relative;	
}
#menu {
	margin:0 auto;
	height:32px;
	width:850px;
	position:relative;
	z-index:200;
}
#content {
	text-align:left;
	padding:0;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	min-height:280px;
	height:46%;
	width:700px;
	float:left;
	overflow-y:auto;
	overflow-x:hidden;
	scrollbar-base-color:#3143af;
	scrollbar-arrow-color:#3143af;
	scrollbar-DarkShadow-Color:#4c7ffe;
	color:#000;
	font:90% Arial, Helvetica, Verdana, Sans-serif;
	position:relative;
	z-index:100;
}
#footer {
	margin:0 auto;
	bottom:0px;
	position:relative;
}
#footer-top {
	height:13px;
	width:770px;
	background:url(/images/bg-bottom-top.gif);
	background-repeat:repeat-x;
	position:relative;
}
#footer-middle {
	height:87px;
	width:770px;
	position:relative;
}
#footer-bottom {
	height:31px;
	width:770px;
	color:#FFF;
	background:url(/images/bg-bottom-bottom.gif);
	background-repeat:repeat-x;
	position:relative;
}
.clear{
	clear:both;
}
input, text {
	width:100px;
}
hr{
	width:95%;
	height:2px;
	background-color:#D5D7D7;
	text-align:center;
}
h1{
	padding-top:15px;
	margin:0;
	font:140% Arial, Helvetica, Verdana, Sans-serif;
}
h2{
	margin:8px;
	color:#FFF;
	font:140% Arial, Helvetica, Verdana, Sans-serif;
}
h3{
	margin:8px;
	color:#FFF;
	font:120% Arial, Helvetica, Verdana, Sans-serif;
}
p{
	padding-left:10px;
	padding-right:10px;
}
img{
	padding-left:10px;
	padding-right:10px;
	border:0;
}
.template{
	padding:0px;
}
a:link, a:active, a:visited, a:hover{
	color:#000;
	text-decoration:underline;
}
#footer-bottom a:link, #footer-bottom a:active, #footer-bottom a:visited, #footer-bottom a:hover{
	color:#FFF;
	font:80% Arial, Helvetica, Verdana, Sans-serif;
	text-decoration:underline;
}
/* Menu Styles */
.menulist {
	margin:0;
	padding:0;
}
.menulist li.page_item {
	float:left;
	height:25px;
	margin:0;
	padding:0;
	width:110px;
	margin-right:-16px;
	padding-top:6px;
	text-align:center;
}
.menulist li.page_item ul li.page_item {
	height:18px;
	padding:3px;
	width:200px;
	text-align:left;
}
.menulist ul {
	padding:0px;
	margin:0px;
	top:37px;
	left:0px;
	display:none;
	position:absolute;
}
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	white-space:nowrap;
	top:-1px;
	left:0px;
	margin-top:0;
	margin-left:100%;
}
/* All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. */
.menulist li {
	color:#fcb609;
	display:block;
	background-image:url(/images/button-off.gif);
	background-repeat:no-repeat;
	position:relative;
}
.menulist li:hover {
	background:url(/images/button-on.gif);
	background-repeat:no-repeat;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	white-space:nowrap;
	background:#28368b;
}
.menulist ul li:hover {
	background:#28368b;
}
.menulist ul li a:link, .menulist ul li a:active, .menulist ul li a:visited{
	margin-left:16px;
	white-space:nowrap;
	background:#28368b;
}
/* Links inside the menu */
.menulist a:link, .menulist a:active, .menulist a:visited {
	margin-left:-12px;
	color:#FFF;
	font-weight:bold;
	background:transparent;
	text-decoration:none;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover{
	color:#FFF;
	text-decoration:underline;
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}