html, body, div, span, applet, object, iframe,  {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #fff;
  background-image: url(images/bluewaterLG.jpg);
  border-width: (value); 
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0; 
  padding: 0; 
  text-align: center; 
}
h1 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h1.header {
  color: #0b94be;
  font-family: "Times New Roman", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 14px;
  padding: 32px;
  text-align: center;
}
h2.header {
  color: #021656;
  font-family: "Times New Roman", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
  padding: 16px;
   text-align: center;
}
p.season
{
font-weight: bold;
color: #021656;
}

p.test
{
background-color: #f1f1f1;
border: 1px dashed #cce5f0;
padding: 10px 10px 20px 10px;
}
.author
{
float: right;
}

a,  a:link {
  color: #0b94be;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #0ABEAC;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #0b94be;
  text-decoration: underline;
}
a:focus {
  color: #0ABEAC;
}
a:active {
  color: #0ABEAC;
}

#container
{
  background-color: #fff;
  border: 2px solid #0890b8; 
  margin: 0 auto 0 auto; 
  padding: 4px 8px 4px 4px;
  text-align: left; 
  width: 960px;
}
#outerWrapper {
  background-color: #fff;
  border: 2px solid #e2e1e1; 
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 960px;
}
#outerWrapper #header {
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 150px;
  line-height: 15px;
  padding: 10px 10px 10px 10px; 
}
#outerWrapper #contentWrapper #leftColumnHome {
  background-color: #fff;
  color: #021656;
  float: left;
  padding: 11px 10px 10px 30px; 
  width: 200px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #fff;
  color: #021656;
  float: left;
  padding: 10px 10px 10px 30px; 
  width: 200px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #fff;
  color: #021656;
  float: right;
  padding: 30px 10px 10px 10px; 
  width: 210px;
}
#outerWrapper #contentWrapper #rightColumn1Home {
  background-color: #fff;
  color: #021656;
  float: right;
  padding: 130px 10px 10px 10px; 
  width: 210px;
}

#outerWrapper #contentWrapper #contenthome {
  margin: 0 230px 0 230px; 
  padding: 260px 10px 10px 10px; 
}
#outerWrapper #contentWrapper #content {
  margin: 0 230px 0 230px; 
  padding: 10px 10px 10px 10px; 
}

#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
.logoimage
{
float: left;
}

.right
{
float: right;
padding-right: 15px;
}
#tagimage{
position: absolute;
left: 340px; top: 15px;
z-index: 0;
}
#outerWrapper #footer {
  background-color: #fff;
  background-image: url(images/bluewaterLG.jpg);
  text-align: center;
  color: #021656;
  padding: 10px 10px 10px 10px; 
}

/*---------------begin sidebar navigation styles----------*/

#navcontainer { width: 140px; }

#navcontainer ul
{
background-color: transparent;
margin-top: 20px;
margin-left: 0;
padding-left: 0;
width: 140px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#navcontainer a
{
	display: block;
	text-align: center;
	padding: 18px 2px 7px 2px;
	width: 150px;
	height: 28px;
	background-color: transparent;
	
}

#navcontainer a:link, #navlist a:visited
{
background-image :url(images/button_up.gif);
	background-repeat:no-repeat;
color: #355473;
text-decoration: none;
}

#navcontainer a:hover
{
background-image :url(images/button_down.gif);
	background-repeat:no-repeat;
color: #58270b;
}
/*---------------end navigation styles----------*/

/*---------------begin inside top navigation styles----------*/

ul#navinside
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navinside li
{
display: inline;
list-style-type: none;
}

#navinside a { padding: 3px 10px; }

#navinside a:link, #navinside a:visited
{
color: #355473;
background-color: #daf5fe;
border: 1px solid #355473;
text-decoration: none;
}

#navinside a:hover
{
color: #355473;
background-color: #ace4f9;
text-decoration: none;
}

.clear
{
clear: both;
}
