﻿/* CSS Document */

html { margin:0; padding:0; height:100%; }

body {
 background-color: #182335;
 margin-left: 0;
 margin-top: 15px;
 margin-right: 0;
 margin-bottom: 0;
 font-size: 11px;
 font-family:Arial, Helvetica, sans-serif;
}

a{
 color: #810031;
 text-decoration: underline;
}

a:hover{
	text-decoration:none;
	color: #253356;
}

img{
border: 0px;
}

#container{
width: 738px;
padding: 6px;
height:auto;
margin-left: auto;
margin-right: auto;
background-color: #fff;
}

#border{
width: 730px;
padding: 4px;
background-color: #800030;
}

#border2{
width: 730px;
padding: 0;
background-color: #9e9069;
}

#content{
padding: 3px;
}

#navigation{
width: 164px;
padding-top: 40px;
background-color: #c4d2ec;
border-right: 1px #9f8c6b solid;
background-image:url(../images/compass.jpg);
background-repeat:no-repeat;
background-position:bottom;
height: 550px;
float: left;
}


#navigation img{
padding-top: 1px;

}

#sec-navigation{
background-color: #fff;
padding: 4px 0px 4px 10px;
}

#main{
background-color: #f5efdf;
width: 559px;
text-align:center;
float: right;
}


#txt-area{
text-align:left;
padding: 15px;
margin-bottom: 30px;
overflow:auto;
}

.sep{
font-weight:bold;
color: #810031;
}

.ft-hd{
font-weight:bold;
color: #253356;
}

ul{
padding: 5px 0px 10px 25px;
margin: 0;
}

ul li ul{
padding-left: 20px;
padding-bottom: 5px !important;
margin: 0;
list-style-type:disc;
}

#footer{
z-index: 20;
position:relative;
margin-top: -38px;
background-image:url(../images/bottom_bar.gif);
background-repeat:no-repeat;
height: 38px;
color:white;
text-align:center;
}

.header {
background-color: #f4ebbc;
width: 750px;
height: 155px;
clear:both;
}

.title{
float:left;
padding: 15px 0px 8px 15px;
}

h1 {
	font-size: 1.5em;
	color: #000000;
	text-align:left;
}


h2 {
	font-size: 1.25em;
	color: #000000;
	text-align:left;
}

h3 {
	font-size: 1.15em;
	color: #000000;
	text-align:left;
}


.normal-text {
	font-size:12px;
	text-align:left;
	margin-left:10px;
	margin-right:5px;
	}
	
	
a.sidebar {
color: #122134;
text-decoration:none;
}

a.sidebar:hover {
color: #810031;
text-decoration:underline;
}

a.sidebar:visited {
color: #122134;
text-decoration:none;
}

a.sidebar:active {
color: #122134;
text-decoration:none;
}
