html, body {
	height: 100%;
} 
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCFFCC;
	text-align: center;
}
#page {
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#header {
	background-image: url(../images/abyss_header_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
	margin: 0 10px 0 10px;
	padding: 0px;
	height: 115px;
}
#content {
	margin: 0px;
	padding: 10px 10px 0 25px;
	text-align: left;
}
#content a:link {
	text-decoration: none;
	color: blue;
}
#content a:visited {
	text-decoration: none;
	color: purple;
}
#content a:active {
	color: red;
}
#content a:hover {
	text-decoration: underline;
}

#footer {
	background-image: url(../images/footer_bg.gif);
	height: 22px;
	width: 760px;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 15px 20px 0 20px;
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
}
#footer a:link {
	text-decoration: none;
	color: blue;
}
#footer a:visited {
	text-decoration: none;
	color: purple;
}
#footer a:active {
	color: red;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-menu {
	float: right;
}
#footer-menu a:link {
	text-decoration: none;
	color: #333333;
}
#footer-menu a:visited {
	text-decoration: none;
	color: #333333;
}
#footer-menu a:hover {
	text-decoration: underline;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	float: left;
	width: 555px;
	margin-right: 20px;
	margin-left: 0;
}

#main ul {
	list-style: none;
	list-style-image: url(../images/arrow.gif);
	margin: 10px 0 10px 5px;
	padding: 0 0 0 10px;
}
#main ol {
	margin: 10px 0 10px 10px;
	padding: 0 0 0 1em;
}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 175px;
}
.clearer {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0;
}
h2 {
	display: block;
	margin-top: 0px;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #008000;
	font-weight: normal;
	font-size: 24px;
	font-style: normal;
}
h3 {
	display: block;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #008000;
	font-weight: normal;
	font-style: normal;
	font-size: 21px;
}
h4 {
	display: block;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #008000;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}
h5 {
	display: block;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #008000;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}
h6 {
	display: block;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #008000;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.links {
	display: block;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
}
.box-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #008000;
	margin: 0px;
	height: 16px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	background-image: url(../images/box-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.box-body {
	background-color: #FFFFFF;
	background-image: url(../images/box_footer_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.box-body ul {
	list-style: square outside;
	list-style-image: url(../images/arrow.gif);
	margin: 0 0 0 6px;
	padding: 0 0 0 10px;
}

.the500 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 500px;
	width: 1px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.caption img {
	margin-bottom: 2px;
}
.icon {
	margin-left: 5px;
	margin-bottom: 5px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
.bodytext th {
	text-align: right;
	color: #666666;
	font-weight: normal;
}
.search {
	background-image: url(../images/search-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.search img {
	margin-bottom: -3px;
	position: relative;
	margin-right: 7px;
	width: 19px;
}
.search img.showall {
	margin-bottom: -3px;
	position: relative;
	width: 70px;
}
.boldgreen {
	font-weight: bold;
	color: #008000;
}
.article {
	margin-bottom: 10px;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-align: left;
	font-weight: bold;
}
#fixed {
	position: fixed;
	right: 10px;
	bottom: 10px;
	height: 17px;
	width: 85px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	visibility: hidden;
	display: none;
}
#fixed a:link, #fixed a:visited {
	text-decoration: none;
	color: blue;
}
#fixed a:hover {
	text-decoration: underline;
}
.errorbox {
	width: 370px;
	margin: 5px auto 10px auto;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	background-color: #ffffe5;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	line-height: normal;
}
table.meeting {
	border-left: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}
table.meeting th {
	background-color: #4169e1;
	border-right: 1px solid #B4B4B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
table.meeting td {
	border-right: 1px solid #B4B4B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	vertical-align: text-top;
}
#map {
	display: block;
	padding: 0px;
	height: 400px;
	width: 500px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin-top: 10px;
}
table.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	border-top: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4
}
table.contact th {
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4
}
table.contact td {
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4
}
.rss-box {
	padding: 5px;
	float: left;
	width: 255px;
	border: 1px solid #cccccc;
	margin-right: 10px;
}
.event-summary {
	margin-bottom: 10px;
}
.highlight-outer {
	margin: 20px 0;
}
.highlight-box {
	background-color: white;
	background-image: url(../images/highlight-box-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 7px;
	float: left;
	width: 161px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.highlight-box h4 {
	margin-bottom: 5px;
}
.highlight-box img {
	margin: 0 0 5px 5px;
}
.main-presentation {
	padding: 5px;
	margin: 5px 5px 0 5px;
	background-color: #ccffcc;
}
.loginform {
	margin: 0;
}
.loginform p {
	margin: 0 0 3px 0;
}
.loginfield {
	width: 150px;
}
.login-btn {
	height: 25px;
	width: 50px;
	border: none;
}

#menu {
	height: 26px;
	overflow-y: hidden;
	background:#008000 url("../images/nav_main_bg.png") repeat-x;
	margin: 0 10px 0 10px;
}

#suckerfishnav {
    background: #008000 url("../images/nav_main_bg.png") repeat-x;
    font-size: 12px;
    font-family: verdana,sans-serif;
    font-weight: normal;
    width: 100%;
}
#suckerfishnav, #suckerfishnav ul {
    float: left;
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 0;
    width: 100%;
}
#suckerfishnav a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 3px 15px;
}
#suckerfishnav li {
    float:left;
    padding:0;
}
#suckerfishnav ul {
    position: absolute;
    left: -999em;
    height: auto;
    width: 150px;
    font-weight: normal;
    margin: .;
    line-height: 1;
    border: 0;
}
#suckerfishnav li li {
    width: 149px;
    border: none;
    font-weight: normal;
    font-family: verdana,sans-serif;
	text-align: left;
	border-top: 1px solid white;
}
#suckerfishnav li li a {
    padding: 4px 10px;
    width: 130px;
    font-size: 12px;
    color: #ffffff;
}
#suckerfishnav li ul ul {
    margin: -21px 0 0 150px;
}
#suckerfishnav li li:hover {
    background: #003000;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color: #dddddd;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color: #dddddd;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#ffffff;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left: auto;
    background:url("../images/sub_menu_bg.png") repeat;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background: #003000;
}
.pagination {
	text-align: right;
	padding: 5px;
	margin: 10px 0 10px 0;
	background-color:#ccffcc;
}
.article-search-box {
	padding: 5px;
	margin: 10px 0 10px 0;
	background-color:#ccffcc;
}
.article-pagination {
	float: right;
	text-align: right;
	height: 17px;
	padding: 3px 0 0 0;
}
#SearchBox {
	width: 200px;
	margin: 0 auto 0 0;
	float: left;
}
#searchtext {
	margin: 0px;
	padding: 2px 10px 0px 25px;
	height: 18px;
	width: 165px;
	background: url("../images/search_box_bg.gif") no-repeat;
	border-style: none;
}
.pagename {
	margin-bottom: 10px;
}
.login-box-outer {
	background-color: #dddddd;
	background-image: url(../images/bug_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.login-box-inner {
	background-image: url(../images/bug_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	margin: 0px;
	padding: 10px;
}
.current-bug-box-outer {
	background-color: #dddddd;
	padding: 0px;
	float: left;
	width: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.current-bug-box-top {
	background-image: url(../images/current_bug_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 550px;
}
.current-bug-box-bottom {
	background-image: url(../images/current_bug_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 15px;
	width: 520px;
}
.bug-cover {
	text-align: center;
	padding: 0px;
	float: left;
	width: 150px;
	margin: 0 20px 0 0;
}
.bug-cover img {
	margin-bottom: 10px;
}
.bug-contents {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 350px;
}
.bug-contents ul {
	list-style: none;
	list-style-image: url(../images/arrow.gif);
	margin: 0 0 0 6px;
	padding: 0 0 0 10px;
}
.bug-box-outer {
	background-color: #dddddd;
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.bug-box-top {
	background-image: url(../images/bug_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	width: 150px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-align: center;
}
.bug-box-bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/bug_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
}
