﻿/*-----General-----*/

body {
margin: 0;
font: /*style*/normal /*weight*/normal /*variant*/normal /*size/line-height*/16px/1.3 /*family*/Verdana, sans-serif;
color: rgb(0,0,255);
background-color: rgb(197,230,252);
background-image: url(images/water031.gif);
}

#container {
max-width: 750px;
margin: 10px auto;
background-color: white;
}

#interior {
margin: 5px 20px;
}

a:link, a:visited {
color: rgb(153,50,204);
text-decoration: underline;
}

a:focus, a:hover {
color: rgb(153,50,204);
background-color: rgb(221,160,221);
text-decoration: underline;
}

a:active {
color: white;
background-color: red;
text-decoration: underline;
}

.linkPlain a:link,
.linkPlain a:visited,
.linkPlain a:focus,
/*.linkPlain a:hover,*/
.linkPlain a:active
{
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
	color: inherit;
	background-color: inherit;
}

a img {
border: none;
}

img {
max-width: 100%;
}

h1 {
margin: 10px 0 20px;
font-size: 175%;
font-weight: bold;
font-style: normal;
text-decoration: underline;
text-align: center;
}

h2 {
font-size: 150%;
font-weight: bold;
font-style: normal;
text-decoration: none;
text-align: left;
}

.nowrap {
white-space: nowrap;
}

hr.float_clear {
clear: both;
height: 1px;
margin: 0;
visibility: hidden;
}

.divider {
clear: both;
width: 155px;
height: 10px;
margin: 20px auto;
background-image: url(images/divider.gif);
background-repeat: repeat-x;
background-position: 0 center;
}

.signature {
	font-family: "Brush Script MT";
	font-size: 250%;
	font-weight;
}

#interior .indent {
	margin-left: 50%;
}

/* --------------- Forms ------------- */

fieldset {
margin: 10px 0;
padding: 10px;
border: 1px solid;
border-radius: 10px;
background-color: rgb(230,244,252);
}

input[type="submit"], input[type="reset"] {
text-decoration: none;
color: blue;
background-color: rgb(215,215,215);
border-radius: 5px;
}

input[type="submit"]:hover, input[type="reset"]:hover {
color: purple;
background-color: rgb(221,160,221);
}

input[type="submit"]:active, input[type="reset"]:active {
color: white;
background-color: red;
text-decoration: underline;
}

/* ---------------Header------------- */

#banner {
margin: 0;
padding: 10px 0;
}

#title {
float: left;
}

#title2 {
float: left;
padding-top: 20px;
}

#title3 {
margin: 0;
padding-top: 10px;
}

#address {
clear: left;
margin: 0;
padding: 2px 0;
font-style: italic;
text-align: center;
color: white;
background-color: blue;
}

.address_element {
padding: 0 2%;
}

#menubar_top {
padding: 5px 0;
font-size: 90%;
text-align: center;
background-color: rgb(210,236,252);
}

#menubar_top a {
padding: 0 5%;
}

/* ---------------Footer------------- */

#footer {
clear: both;
margin-top: 10px;
padding: 5px;
font-size: 90%;
background-color: rgb(210,236,252);
}

#copyright {
float: left;
max-width: 50%;
font-style: italic;
}

#menubar_bottom {
float: right;
}

#menubar_bottom a {
padding: 0 5px;
}
