﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000000;
}
#container {
	width: 760px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 760px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
}
#sidebar {
	margin-top: 15px;
	float: left;
	width: 150px;
	position: relative;
	clear: both;
	display: inline;
	margin-bottom: 15px;
}
#content {
	padding: 5px;
	float: right;
	width: 580px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0;
	position: relative;
	left: 0px;
}
#content a {
	color: #FFFF00;
}
#content a:visited {
	color: #00FFFF;
}
#content a:hover {
	color: #FF0000;
	text-decoration: none;
}
#footer {
	text-align: center;
	width: 760px;
	padding: 0;
	position: relative;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 2;
	padding: 0;
	border: thick #000000 solid;
}
#sidebar a {
	border-top: thick;
	border: thin #F2F2F2 solid;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	background-image: url('../images/SeaTab.jpg');
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer{
	position: relative;
	width: 760px;
}

#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for RYA submenu */
#rya_submenu {
	margin-bottom: 15px;
}
#rya_submenu a {
	color: #FFFF00;
}
#rya_submenu a:visited {
	color: #00FFFF;
}
#rya_submenu a:hover {
	color: #FF0000;
	text-decoration: none;
}
/* Styles for activity submenu */
#activity_submenu a {
	color: #FFFF00;
}
#activity_submenu a:visited {
	color: #00FFFF;
}
#activity_submenu a:hover {
	color: #FF0000;
	text-decoration: none;
}
#rya_table {
	padding: 7px;
	border: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 25px;
	border-collapse: collapse;
	border-style: solid;
}
#rya_table td {
	padding: 7px;
	border: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 25px;
}
#table {
	margin: 0;
	padding: 3px;
}
#table td {
	border: thin #FFFFFF solid;
	margin: 15px;
	padding: 0;
}

.data {
    
}
.toprow {
     font-weight: bold;
}
.leftcol {
    font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_left_pic {
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.style_right_pic {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}