/* CSS Document */

#header {position: absolute;
top: 0px;
left:0px;
width: 100%;
height: 125px;
background: #E6E1CA;

}
#navigation {
position: absolute;
top: 125px;
left:0px;
width: 125px;
height: 100%;
background: #E6E1CA;
}

#content {
position:absolute;
top: 125px;
left: 126px;
height: 100%;
background: #ffffff;
}

div.outer {
background: #ffffff;
float: left;
height:20px;
margin: 0px;
text-align: left;
width: 115px
}

div.outer a {
background: #E6E1CA;
color: #115C0B;
display: block;
height: 100%;
height:20px;
overflow: hidden;
padding: 0;
text-decoration: none;

width: 100%
}

div.outer span {
color: #115C0B;
display: block;
font-family: verdana;
font-size: 12px;
font-weight: bold;
margin-top: 5px;
padding: 0px;
height:20px;
}

div.outer a:hover {
background: #ffffff;
height:20px;
}

div.outer a:active {
color: #FFFFFF;
height:20px;
}

.regulartext {
color: #000000;
font-size: 14px;
font-family: verdana;
}

h1 {
color: #115C0B;
font-size: 30px;
font-family: verdana;
}