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

body {
background-color: #dedede;
color: #314055;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
background-image: url(images/page-bg.gif);
margin: 0; }

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

address {
font-size: smaller;
text-align: center; }


p.footer {
font-weight: bold; }

h1 {
font-size: 1.1em;
letter-spacing: 5px; }

h2 {
font-size: 1em;
text-decoration: none; }

a:link {
color: #666666;
/*background-color: #cfd8e0;*/
/*text-decoration: underline*/; }

a:visited {
color: #666666;
/*background-color: #cfd8e0;*/
/*text-decoration: overline;*/ }

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

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

#header {
background-image: url(images/page-bg.gif);
background-repeat: no-repeat;
background-position: center top;
 }


#main-content {
background-color: #ffffff;
border: 1px #000000 solid;
margin-left: 133px;
margin-right: 133px;
margin-top: 3px;
padding: 10px; }

#main-content p {font-size: .9em;
}

p.detail {
font-size: .9em;
color: #7e7e7e;
text-align: justify;
margin-left: 20px;}

#navbar {
text-align: center; }

#navbar a:link, #navbar a:visited {
color: #7e7e7e;
background-color: #ffffff;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
padding-bottom: 3px;
padding-top: 3px;
text-decoration: none;
padding-left: 3px;
padding-right: 3px; }

#navbar a:hover {
background-color: #dedede; }

#sidebar-left {
position: absolute;
left: 10px;
top: 8px;
width: 70px;
display: block;
background-image: url(images/page-bg.gif);
margin-right: 3em; }

#sidebar-right {
position: absolute;
right: 40px;
top: 8px;
width: 70px;
display: block;
background-image: url(images/page-bg.gif);
margin-left: 3em; }

#sidebar a:link, #sidebar a:visited {
display: block;
color: #7e7e7e;
text-decoration: none;
background-image: url(images/page-bg.gif);
border-left: 1px #000000 double; }

#sidebar a:hover {
display: block;
text-decoration: none; }

#outer-image {height: 249px;

background-image: url(images/pale-ducks.jpg);
background-position: center top;
background-repeat: no-repeat; }

#inner-image {height: 199px;

background-image: url(images/ducks.jpg);
background-repeat: no-repeat;
background-position: center top; }

#outer-image p {
text-align: center;
font-size: 1.1em; }


