/*Core Style Sheet*/
/*Whitefishxc.com*/
/*Jacob Fern*/
/*Last Updated: September 9, 2010*/

body {
background-color: #003300;
color: #000000;
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 0;
}

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

p.indent {
margin-left: 30px;
}

p.indent2 {
margin-left: 45px;
}

p.indent3 {
margin-left: 60px;
}

p.center {
text-align: center;
}

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: center;
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: #cc9900;
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 a:visited {
font-weight: normal;
/*font-weight: bold;*/
/*background-color: transparent;*/
}

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

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

#main-text table tr td {
font-size: .8em;
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 #cc9900 1px;
text-decoration: none;
font-weight: bold;
color: #cc9900;
}

#navbar ul li a:hover {
background-color: #c6c3be;
}

#footer {
margin-left: 175px;
background-color: #c6c3be;
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: .9em;
}

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

