/*This is the core style sheet of the site.*/

body {
background-color: #95b7cd;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;

margin: 0;
}

h1 {
color: #000099;
font-size: 1.2em;
text-align: center;
letter-spacing: 5px;
}
h2 {
color: #333399;
font-size: 1em;
text-align: center;
letter-spacing: 4px;
}

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

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

p.caption {
font-size: .6em;
text-align: center;
}

.list {
font-size: .8em;
line-height: 1.7em;
}


a:link {
color: #000099;
text-decoration: none;

}
a:visited {
color: #333399;
text-decoration: none;
}
a:hover {
color: #0066FF;
}

a:active {
color: #0066FF;
text-decoration: none;
}


#header {background-color: #ffffff;
border-bottom: 1px #000000 solid;
padding-left: 250px;
padding-right: 125px;
padding-top: 10px;
padding-bottom: 10px;
}


#header p {
font-size: .6em;
}


#content {position: relative;
width: 779px;
}



#navbar {
position: absolute;
top: 0px;
left: 0px;
width: 198px;
}

#navbar ul li {
list-style-type: none;
padding: 0;
}

#navbar ul {
margin: 0;
padding: 0;
}

#navbar ul li a:link, #navbar ul li a:visited {
display: block;
font-size: .7em;
text-decoration: none;
font-weight: bold;
border-bottom: solid #000000 1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
}
}
 
#navbar ul li a:hover {
}

#main-text {
background-color: #ffffff;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;
margin-left: 198px;
padding: 10px;
}

#outer-image {height: 199px;
background-image: url(images/page-bg.gif);
background-position: center top;
border-bottom: 1px #000000 solid;
}
#inner-image {height: 199px;
background-image: url(images/inner-image.jpg);
background-repeat: no-repeat;
background-position: 198px 0px;

}