body{
margin: 0px;
text-align:center;
font:  .95em Verdana, Sans;
background-image: url(images/body_bg.gif);
}

#container{
width: 900px;
text-align: left;
margin: auto;
}

#page-header{
width: 900px;
height: 156px;
float: left;
}

#page-content{
width: 900px;
border-right: 2px solid #235218;
border-bottom: 5px double #235218;
border-left: 2px solid #235218;
}

#sidepanel{
float: left;
width: 150px;

background-image: url(images/side_panel2b.jpg);
background-repeat: no-repeat;
height:900px;
}

#nav{
width: 150px;
float: left;
margin-top: 10px;
}

#sidepanel #nav a img{
float: left;
margin-bottom: 7px;
margin-left: 10px;
border: 0px;
}

#text-content{
float: left;
padding: 5px;
width: 735px;
}

#nav-bar-hor{
float: left;
margin-left: 30px;
width: 675px;
clear: both;
}
#nav-bar-hor ul{
list-style-type:none;
margin: 0px;
padding: 0px;
}

#nav-bar-hor ul li{
display:inline;

}

#nav-bar-hor ul li a{
display: block;
text-decoration: none;
font-weight: bold;
border: 1px solid #000000;
background-color:#DBAC45;
font-size: .75em;
color:#000000;
width:125px;
height: 25px;
margin-top:1px;
margin-right:4px;
margin-left:4px;
padding-top: 3px;
float:left;
text-align:center;
}

#nav-bar-hor ul li a:hover{
display: block;
text-decoration: none;
font-weight: bold;
border: 1px solid #000000;
background-color:#68403E;
font-size: .75em;
color:#DBAC45;
width:125px;
height: 25px;
margin-top:1px;
margin-right:4px;
margin-left:4px;
padding-top: 3px;
float:left;
text-align:center;
}

td{
font:  .95em Verdana, Sans;
}

img{
border:none;	
	
	}

h1{
text-align: center;
font-size: 1.1em;
}

sup{
font-size: .65em;
}

ul li{
list-style-type: square;
margin-left: 10px;
}

#footer{
border-top: 1px solid black;
padding-top: 5px; 
font-size: .75em;
text-align: center;
}