/* colors
#138		replace with 
#233		replace with
#333		OK
#4e5a55	replace with 0066FF? no 0033cc
#946a5a	replace with
#beaf9b	replace with
#ded7cd	replace with
#f5f3f0	replace with
#fff		OK
#ffffee	replaced with fff

WHERE USED:
body  {color: #333;}
p  {color: #333;}
table {background-color: #ded7cd;}
th {color: #4e5a55; background-color: #f5f3f0;}
td {background-color: #fff;}
a  {color: #138;}
em  {color: #4e5a55;}
h1, h2, h3, h4  {color: #4e5a55;}
dt  {color: #4e5a55;}
dd  {color: #333;}
.header {color: #fff; background-color: #4e5a55; border-bottom: solid 2px #233;}
.header h1 {color: #ffffee;}
.top_menu {background-color: #beaf9b; border-bottom: solid 2px #946a5a;}
.top_menu a {color: #fff;}
.left_links {background-color: #f5f3f0; border: solid 2px #beaf9b;}
.right_column {background-color: #fff;}
table.noborder {background-color: #fff;}

KNB colors:
0033cc blue
001cbc blue
0066ff blue
4faa64 green

*/

html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
border: none;
}

body  {
color: #333;
font-family: serif;
font-size: 18px;
font-weight: normal;
font-style: normal;
}

p  {
color: #333;
margin-bottom: .8em;
font-size: 100%;
}

table {
background-color: #3F8850;
text-align: left;
}

th {
color: #fff;
background-color: #4faa64;
font-weight: bold;
font-size: 100%;
}

td {
background-color: white;
vertical-align: top;
}

a  {color: #138;}

em  {
font-weight: bold;
color: #0033cc;
}


h1, h2, h3, h4  {
color: #4e5a55;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 125%;
}

h2  {
font-size: 120%;
}

h3  {
font-size: 115%;
}

h4  {
font-size: 105%;
}

sup {
font-size: 70%;
vertical-align: text-top;
}

dl  {}

dt  {
color: #4e5a55;
font-family: sans-serif;
font-weight: bold;
margin-top: 1.5em;
margin-bottom: .5em;
font-size: 100%;
}

dd  {
color: #333;
margin-left: 1em;
margin-bottom: 1em;
}

ul {
margin: 1ex;
padding: 0px;
}

li {
margin: 1ex;
padding: 4px;
}

td li {
margin: 0;
margin-left: 1em;
padding: 0;
}

#header {
position: relative;
top: 0;
left: 0;
width: auto;
height: 100px;
background-color: #fff;
margin: 0;
padding: 0;
padding-left: 4%;
border-bottom: solid 2px #3F8850;
vertical-align: bottom;
background-image: url('graphics/skyline.png');
background-repeat: repeat-x;
background-position: -150px 0;
}

#header h1 {
position: absolute;
top: 0;
left: 0;
z-index: 2;
line-height: 32px;
text-align: center;
margin: 15px;
margin-left: 3%;
color: #fff;
font-size: 34px;
font-family: ariel, helvetica, sans-serif;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
text-shadow: 2px 2px 4px #446;
}

#header img {
position: absolute;
top: 0;
right: 0;
}

#top_menu {
position: relative;
width: auto;
height: 20px;
background-color: #4faa64;
padding-top: 3px;
padding-left: 4%;
border-bottom: solid 2px #3F8850;
}

#top_menu a {
display: block;
width: auto;
position: relative;
float: left;
top: 0;
left: 0;
margin: 0;
margin-right: 2em;
color: #fff;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
font-size: 80%;
}

#main {
position: relative;
top: 0;
left: 0;
float: left;
width: 73%;
height: auto;
min-height: 101%;
margin: 0;
padding: 0;
padding-left: 4%;
padding-top: 15px;
background-color: #fff;
}

#right_links, #footer {
position: relative;
top: 0;
right: 0;
float: right;
clear: right;
width: 20%;
height: auto;
margin: 0;
padding: 0;
padding-top: 15px;
padding-left: 1em;
padding-bottom: 2em;
font-size: 90%;
background-color: #EAF5EC;
}

#footer {
padding-top: 6em;
padding-bottom: 4em;
color: #8DB396;
background-image: url('graphics/rt_vert-grad.png');
background-repeat: repeat-x;
background-position: left bottom;
}

table.noborder {
background-color: #fff;
font-size: 100%;
}


