/*this is the style sheet for interior pages of the site*/

#inner-image {
height: 250px;
background-image: url(images/cskyline1.jpg);
background-repeat: no-repeat;
background-position: left top;
width: 200px;
}


body {
background-color: #dedede;
color: #666666;
font-family: Optima, Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
background-image: url(images/aquabg.gif);
}

#main-content {
border: 5px #ffffff none;
background-color: #ffffff;
margin-left: 180px;
margin-right: 180px;
padding: 10px;
margin-top: -250px;
}

#nav-bar {
position: absolute;
background-color: #ffffff;
top: 350px;
left: 8px;
width: 180px;
border-top: 1px #000000 solid;
font-weight: bold;
}


#nav-bar a:link, #nav-bar a:visited {
display: block;
color: #7e7e7e;
background-color: #ffffff;
border-bottom: 1px #000000 solid;
padding-top: 3px;
padding-bottom: 3px;
}


#nav-bar a:hover {
background-color: #dedede;
}


a:link {
color: #666666;
background-color: #cfd8e0;
text-decoration: none;
} 

a:visited {
color: #666666;
background-color: #cfd8e0;
text-decoration: none;
}

a:hover {
color: #ffffff;
background-color: #9baebf;
text-decoration: none;
}

a:active {
background-color: #67849e;
text-decoration: none;
}

p.footer {
font-size: .5em;
text-align: center;
font-weight: bold;
}

p {
font-size: .8em;
text-align: left;
line-height: 1.7em; }

h1 {
font-size: 1.8em;
text-align: left;
font-style: italic;
letter-spacing: +2px; }

h2 {
font-size: 1.3em;
text-decoration: underline; }


