﻿@import url("layout.css");

table { empty-cells:show; }

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/ocean.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #01427A;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #8CA0C6;
}
#masthead {
	text-align: right;
	width: 1000px;
	height: 100px;
	overflow: auto;
	background-color: #336699;
	background-image: url("../images/masthead_image.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#sidebar {
	float: left;
	width: 158px;
	background-color: #D4E3FE;
	position: relative;
	clear: both;
	display: inline;
}
#page_content {
	background-color: #D4E3FE;
	
}

#content {
	float: none;
	width: 808px;
	padding: 15px;
	overflow: auto;
	background-color: #F2EEEB;
	margin: 0;
	position: relative;
}
#content img {
	display: block;
}
#content p {
	border: thin #008000;
	padding-left: 8px;
	padding-right: 8px;
	text-align: justify;
}#content h2 {
	padding-left:8px;
	padding-right:8px;
}
#content h3 {
	padding-left:8px;
	padding-right:8px;
}
#content h4 {
	padding-left:8px;
	padding-right:8px;
}
#content ul {
	padding-right:8px;
	text-align:justify
}
#content li {
	padding-right:8px;
	text-align:justify;
	padding-bottom:8px;
}

#footer {
	clear: both;
	width: 1000px;
	background-color: #dcb;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: 600;
	text-decoration: none;
	color: #660000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}