/*Site core style sheet*/

body {
background-color: #23198c;
color: #23198c;
font-family: cursive;
font-size: 1em;
background-image: url(images/page-bg.gif);}

#header {
border:1px double #3333cc; background-color: #23198c;
padding-left: 40px;
padding-right: 40px;
background-image: url(images/blueeagle.jpg);
padding-bottom: 1px;
padding-top: 1px}

#header p {font-size: .6em;}

#navbar a:link, a:visited {
display: block;
color: #ffffff;
background-color: #5786c9;
border-bottom: solid 1px #000000;
padding-bottom: 3px;
padding-top: 3px;
text-decoration: none;
border-top: 1px #000000 solid;
text-align: center;
font-weight: bolder;
font-family: cursive;}

a:hover {
display: block;
background-color: #0dfa11;
background-image: url(images/dandelionbee.jpg);}

#main-content {
border: 1px #ffffff solid;
margin-left: 180px;
margin-right: 180px;
margin-top: -50px;
padding: 10px;}

#navbar {
position: absolute;
top: 400px;
left: 0px;
background-color: #ffffff;
width: 180px;}

#outer-image {
height: 249px;
background-image: url(images/pale-clouds.jpg);
background-position: center top}

#inner-image {
height: 199px;
background-image: url(images/clouds.jpg);
background-repeat: no-repeat;
background-position: center top}

p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;}

p.footer {
text-align: center;
font-size: .6em;
font-weight: bold;}


a:link {color: #666666;

background-color: #cfd8e0;
text-decoration: none;} 

a:visited {color: #666666;

background-color: #cfd8e0;
text-decoration: underline;}

a:hover {color: #ffffff;

background-color: #9baebf
}

a:active {background-color: #67849e;}
h1 {
font-size: 1.2em;
text-align: right;
font-style: italic;
letter-spacing: 5px;}

h2 {
font-size: 1.1em;
text-decoration: underline;}
