/*Core Style Sheet*/
body {
background-color: #999999;
color: #000000;
font-family: Garamond, Veranda, Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 0;
}

p {
font-size: .9em;
text-align: justify;
line-height: 1.4em;
}

p.indent {
margin-left: 30px;
}

h1 {
font-size: 1.2em;
text-align: center;
letter-spacing: 3px;
}

h2 {
font-size: 1.1em;
text-align: left;
letter-spacing: 4px;
}

h3 {
font-size: 1em;
text-align: left;
letter-spacing: 2px;
text-decoration: underline;
}

a:link {
color: #666666;
text-decoration: underline;
}

a:hover {
background-color: #333333;
color: #666666;
}

a:visited {
color: #666666;
}


#title {
margin-right:150px;
margin-left: 175px;
border-top: solid #000000 3px;
border-left: solid #000000 3px;
border-right: solid #000000 3px;
border-bottom: solid #000000 3px;
background-color: #2B3856;
padding-top: 5px;
}

#title h1{
text-align: center;
color: #000000;
}

#main-text {
background: #ffffff;
border-left: solid #000000 3px;
border-right: solid #000000 3px;
border-bottom: solid #000000 3px;
margin-left: 175px;
padding: 10px;
margin-right: 150px;
}

#main-text img {
border: solid 2px #000000;
padding: 0px;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 10px;
margin-right: 10px;
}

#main-text a:link {
font-weight: bold;
background-color: #c6c3be;
}

#main-text a:hover {
font-weight: bold;
background-color: #808080;
}

#main-text ul li {
font-size: .9em;
line-height: 1.4em;
}

#main-text ol li {
font-size: .9em;
line-height: 1.4em;
}

#main-text table tr td {
line-height: 1.4em;
border: 1px;
}

#main-text pre {
font-size: .8em;
font-family: courier;
}

#navbar {
position: absolute;
top: 60px;
left: 0px;
width: 175px;
}

#navbar ul li {
list-style-type: none;
margin: 0px;
padding: 0px;
}

#navbar ul {
margin: 0px;
padding: 0px;
}

#navbar ul li a:visited, #navbar ul li a:link {
display: block;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 20px;
border-bottom: solid #2B3856 1px;
text-decoration: none;
font-weight: bold;
color: #2B3856;
}

#navbar ul li a:hover {
background-color: #c6c3be;
}

#footer {
margin-left: 175px;
background-color: #2B3856;
margin-right: 150px;
border-left: solid #000000 3px;
border-right: solid #000000 3px;
border-bottom: solid #000000 3px;
border-top: solid #000000 1px;
}

#footer p {
text-align: center;
font-size: .6em;
line-height: 1em;
}

#important {
margin: 10px;
padding-left: 10px;
padding-right: 10px;
background-color: #c6c3be;
border: dashed #000000 2px;
color: #000000;
font-size: 1em;
}

#important p {
text-align: center;
line-height: 1em;
}
