﻿@charset "utf-8";
/* CSS Document */
@import url("layout.css");
body {
	font-family: "Century Gothic";
	font-size: 0.8em;
	color: navy;
	background-color: #abc;
	background-image: url('/images/bwaves_smcopy.jpg');
}
#container {
	width: 950px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 945px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #ECFFFF;
}
#practice {
	width:auto;
	margin-top:5px;
	margin-bottom:5px;
	color:white;
	background-color:navy;
	font-family: "Century Gothic";
	font-size:medium;
}
#sidebar {
	position:absolute;
	width: 175px;
	background-color: #d3d3d3;
	clear: both;
	left:0;
	margin-left: 15px;
	margin-top: 125px;
	display: inline;
	top:180px;
}
#content {
	position:relative;
	width: 720px;
	margin-left:195px;
    margin-right:15px;
	margin-top: 0;
	padding: 10px;
	background-color: #fff;
}
#footer {
	width: 720px;
	margin-left: 195px;
	margin-right: 15px;
	text-align: center;
	clear: both;
	overflow: auto;
	padding: 10px;
	font-family: "Century Gothic";
	font-size:small;
	color: navy;
	background-color: #ECFFFF;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	font-family: "Century Gothic";
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-family: "Century Gothic";
	font-size: 0.8em;
	color: navy;
	background-color: #ECFFFF;
	margin: 5px;
	padding: 5px;
}
#footer a {
	color: navy;
	text-decoration: underline;
}
#footer a:hover {
	color:black;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic";
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style1 {
	text-align: center;
	font-family: "Century Gothic";
}
.style2 {
	text-align: left;
	font-family: "Century Gothic";
	font-size: small;
}
.style3 {
	font-size: medium;
}
.style4 {
	border-collapse: collapse;
	font-size: 11.0pt;
	font-family: "Century Gothic";
	border: 1.0pt solid black;
}
.style5 {
	text-align: justify;
	font-size: 12.0pt;
	font-family: "Century Gothic";
	font-weight: bold;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0in;
	margin-bottom: .0001pt;
}
.style6 {
	text-align: justify;
	font-size: 12.0pt;
	font-family: "Century Gothic";
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0in;
	margin-bottom: .0001pt;
}
.style8 {
	font-weight: bold;
	background-color: #FFFF00;
}
.style9 {
	font-size: small;
}
.style12 {
	color: black;
}
.style13 {
	color: red;
	font-weight: bold;
	font-size: medium;
}
.style14 {
	color: red;
}
.style16 {
	color: black;
	font-weight: bold;
	font-size: small;

