/*Master Style Sheet*/

body {
background-color: #95b7cd;
background-image: url(images/bg.jpg);
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 0;
}
/*Text Styles*/
h1 {
font-size: 1.2em;
font-style: italic;
letter-spacing: 5px;
text-align: right;
}
h2 {
font-size: 1.1em;
text-decoration: underline;
}
p {
font-size: .8em;
line-height: 1.7em;
text-align: justify;
}
p.footer {
font-size: .5em;
font-weight: bold;
text-align: center;
}
a:link {
color: #666666;
background-color: #95b7cd;
}
a:visited {
color: #666666;
background-color: #95b7cd;
}
a:hover {
background-color: #aaddee;
}
a:active {
background-color: #3cc7f0;
}
/*Define The Divs*/
#header {
height: 75px;
background-image: url(images/header1.jpg);
background-repeat: no-repeat;
background-position: center;
border-bottom: 1px #000000 solid;
}
#header p {
font-size: .6em;
}
#content {
position: relative;
width: 779px;
}
#navbar {
position: absolute;
top: 10px;
left: 10px;
width: 178px;
border-top: 1px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
}
#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
#navbar ul {
margin: 0;
padding: 0;
}
#navbar ul li a:link, #navbar ul li a:visited  {
display: block;
text-decoration: none;
font-size: .8em;
font-weight: bold;
border-bottom: 1px #000000 solid;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
}
#navbar ul li a:hover {
}
#main-text {
background-color: #ffffff;
border-bottom: 1px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
margin-left: 198px;
padding: 10px;
}
#outer-image {
height: 199px;
background-image: url(images/outer.jpg);
background-position: center top;
border-bottom: 1px #000000 solid;
}
#inner-image {
height: 199px;
background-image: url(images/inner.jpg);
background-repeat: no-repeat;
background-position: 198px 0px;
border-bottom: 1px #000000 solid;
}
