/*This is the core stylesheet for the site
*/

div {}

.footer {}

body {
background-color: #95b7cd;
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 0em;
display: list-item;
list-style-type: none;
white-space: normal;}

#header {
background-color: #ffffff;
border: 0px #ff66cc solid;
border-bottom: #000063 solid;
padding-top: 10px;
padding-left: 125px;
padding-bottom: 10px;
padding-right: 125px;}

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

#outer-image {
height: 159px;
background-image: url(../images/outer-image.jpg);
background-position: center top 
}

#inner-image {
height: 159px;
background-repeat: no-repeat;
background-image: url(../images/inner-image.jpg);
background-position: 210px 0px;}

#content {
	position: relative;
	width: 790px;
	height: 2000px;
}

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

#navbar ul li {
color: #990033;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .9em;
text-decoration: none;
list-style-type: disc;}

ul {}

li {
list-style-type: none;}

img {
float: left;
clear: both;
margin: 2px;
overflow: visible;
clip: auto;}



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

h1 {
font-size: 1.2em;
text-align: center;
font-style: italic;
letter-spacing: 5px;}

h2 {
font-size: .9em;
text-decoration: none;
color: #334d80;
font-family: Verdana, Helvetica, Arial, sans-serif;}

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

a {
color: #990033;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .9em;}

a:link {
color: #990033;
font-size: .8em;
text-decoration: none;}

a:visited {
color: #990033;
text-decoration: none;}

a:hover {
color: #96111e;
text-decoration: none;}

a:active {
color: #e00014;}

p.footer {
color: #1c128e;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .9em;
text-decoration: none;
text-align: center;
font-weight: bold;}
