.basicStyle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #000000;
font-size: 16px;
}

#navigationTop {
position: absolute;
width: 140px;
height: 600px;
margin: 0;
margin-top: 0px;
//border-left: 1px solid rgb(0,62,106);
//border-right: 1px solid rgb(0,62,106);
font-weight: normal;
background-color: rgb(158,180,180);
font-color: rgb(65, 56, 41);
font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
}

#mainDoc {
position: absolute;
padding: 0 0 20px 0; /*top right bottom left*/
margin-top: 25px;
margin-left: 160px;
width: 800px;
}

h1 {
font-size: 24px;
font-weight: bold;
color: rgb(65, 56, 41);
font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
font-size: 16px;
font-weight: normal;
color: rgb(99, 104, 2);
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}

h3 {
font-size: 14px;
font-weight: bolder;
font-family: Georgia, "Times New Roman", Times, serif;
position: relative;
padding-left: 20px;
padding-right: 20px;
}

a:link { color: rgb(0, 64, 128) }
a:visited { color: rgb(157, 54, 16) }
a:hover { color: rgb(63, 104, 120) }
a:active { color: rgb(255, 0, 0) }

body {
background-color: rgb(199,180,139);
}

p {
width: 80%;
}

li {
list-style-type: none;
line-height: 150%;
}