body{
background: #150e29;
margin: 0;
font-family: verdana;
font-size: 11pt;
color: #fff;
}

div#container{
background: #00123d;
width: 900px;
height: 700px;
position: absolute;
left: 50%;
margin-left: -450px;
}

div#masthead{
border-bottom: solid 2px #ffffff;
border-top: solid 2px #ffffff;
}

div#toplinks{
text-align: right;
padding-top: 1ex;
padding-bottom: 1ex;
padding-right: 1ex;
}

div#toplinks a{
color: #fff;
font-size: 9pt;
}

div#contents{
height: 500px;
border: solid 1px gray;
font-size: 10pt;
color: #fff;
padding-top: 15px;
}

a{
text-decoration: none;
}

div#navigation{
text-align: center;
background: #001c1c;
border-top: solid 1px gray;
border-bottom: solid 1px gray;
border-bottom: solid 1px #fff;
padding-top: 1ex;
padding-bottom: 1ex;
padding-right: 1ex;
padding-left: 1ex;
}

div#navigation ul{
margin: 0;
margin-left: 0;
}

div#navigation ul li{
list-style-type: square;
display: inline;
margin-left: 20px;
}

div#navigation a{
color: #C7EFD4;
padding: 0 1em 0 1em;
border-right: solid 1px gray;
border-left: solid 1px gray;
border-top: solid 1px gray;
border-bottom: solid 1px gray;
background: #083D0C;
}

div#navigation a:hover{
color: #fff;
background: #72161C;
padding: 0 1em 0 1em;
border-right: solid 1px gray;
}

div#left{
float: left;
width: 600px;
height: 450px;
border-right: dotted 1px gray;
border-left: dotted 1px gray;
border-top: dotted 1px gray;
border-bottom: dotted 1px gray;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
padding-right: 10px;
text-align: center;
text-size: 15pt;
font-size: 20pt;
overflow: auto;
}

div#right{
float: right;
width: 250px;
height: 450px;
border-right: double 5px gray;
border-left: double 5px gray;
border-top: double 5px gray;
border-bottom: double 5px gray;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
padding: center;
text-align: center;
text-size: 15pt;
}

div#footer{
clear: both;
background: black;
text-align: center;
color: #a38c41;
padding-top: 1ex;
padding-bottom: 1ex;
border-top: solid 1px #e0e0e0;
border-bottom: solid 1px #e0e0e0;
}

p{
text-align: justify;
font-size: 8pt;
margin-left: 1em;
}

img.inlineimg{
float: left;
margin-right: 1em;
border: solid 1px white;
}

h1{
color: yellow;
font-size: 15pt;
margin-left: 1ex;
}

h2{
color: #e9c4b1;
font-size: 10pt;
margin-left: 1ex;
}

a.nav, a.nav:link, a.nav:visited{
display: block;
width: 180px;
height: 25px;
background: yellow;
/*border: solid 1px red;*/
margin-top: 1em;
vertical-align: middle;
padding-top: 1.1ex;
}

a.nav:hover{
background: black;
color: beige;
}





















