body{
background: #fff;
background-repeat: repeat-x;
color: #000;
font-family: verdana;
font-size: 9pt;
margin-top: 0;
}

div#container{
width: 900px;
height: 700px;
background: #fff;
position: absolute;
left: 50%;
margin-left: -450px;
}

div#toplinks{
font-size: 10pt;
font-color: white;
text-align: right;
}


a{
text-decoration: none;
}

div#navigation ul{
margin: 1ex;
margin-left: 0;
}

div#navigation ul li{
list-style-type: none;
display: inline;
}

div#navigation{
background: #1437ad;
height: 15px;
border-top: solid 1px #060606;
border-bottom: solid 1px #060606;
}

div#navigation a{
color: #060606;
padding: 0 4em;
border-right: solid 1px #060606;
}

div#navigation a:hover{
background: #278f19;
color: #060606;
padding: 1ex 4em;
border-right: solid 1px #060606;
}

div#navigation a.last{
color: #060606;
padding: 0 4em;
border-right: none;
}


a{
text-decoration: none;
font-family: verdana;
font-size: 8pt;
color: #060606;
}

a.nav, a.nav:link, a.nav:visited{
display: black;
width: 200px;
height: 30px;
background: white;
/*border: solid 1px brown;*/
margin-top: 0.7em;
vertical-align: middle;
/*padding-top: 0.3ex;*/
}

a.nav:hover{
background:#278f19;
color: beige;
}

/*3col layout below*/

div#left{
float: left;
width: 200px;
height: 400px;
/*border: solid 1px #A2B882;*/
}

div#centercol{
width: 450px;
height: 400px;
position: absolute;
left: 210px;
overflow: auto;
/*border: solid 1px #ab7990;*/
}

div#right{
float: right;
text-align: center;
width: 250px;
margin-left: 10px;
height: 400px;
/*background: #A06B83 url(../img/rightdivback2.gif);*/
}

div#righttop{
width: 220px;
height: 200px;
border: solid 1px green;
margin-top: 5px;
margin-bottom: 5px;
}

div#rightbottom{
width: 220px;
height: 200px;
border: solid 1px green;
margin-bottom: 5px;
}


img.sidebar{
margin-top: 10px;
border: solid 1px #86a15f;
}

img.inlineimg{
float: left;
margin-right: 1em;
}

h1{
color: #97af74;
font-size: 14pt;
font-weight: normal;
margin-left: 1ex;
}

div#footer{
clear: both;
background: #a40004;
padding-top: 0.5em;
padding-bottom: 0.5em;
text-align: center;
color: white;
font-size: 8pt;
border-top: solid 1px #060606;
border-bottom: solid 1px #060606;
}

 






