/* CSS Document */

body {
color: #000066;
font-family: Verdana;
font-size: 10pt;
margin: 25px;
}

#page {
height: 100%;
background-color: #FFFFFF;
border: 2px solid #000099;
width: 760px;
text-align: left;
}

#header {
width: inherit;
height: 130px;
background-color: #6666cc;
}

#photobar {
background-image: url(images/photobar_bkgd.gif);
background-repeat: repeat-y;
background-color: #ffffff;
height: 10px;
}

#navbar {
height: auto;
padding: 2px;
background-color: #003399;
}

#navbar a{
color: #ffffff;
font-weight: bold;
padding-left: 6px;
padding-right: 6px;
text-decoration: none;
}

#navbar a:hover {
color: #99CCFF;
}

#leftnav {
}

#leftnav a{
color: #000099;
font-weight: bold;
text-decoration: none;
}

#leftnav a:hover{
color: #9966CC;
font-weight: bold;
text-decoration: none;
}


#contentarea {
background-color: #ffffff;
}

#contentarea a{
color: #003399;
font-weight: bold;
text-decoration: none;
}

#contentarea a:hover {
color: #3333FF;
}


#footer {
height: 20px;
border-top: solid 1px #000066;
clear: both;
}

h2 {
color: #003366;
font-family: Verdana;
font-size: 18px;
font-weight: bolder;
font-style: oblique;
line-height: 18px;
}

h3 {
color: #003366;
font-family: Verdana;
font-size: 16px;
font-weight: bold;
line-height: 16px;
}

h4 {
color: #003366;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
line-height: 14px;
}

.spacelink {
padding-left: 7px;
padding-right: 7px;
}

a {
text-decoration: none;
}