body{
background-color: #000000;
margin:0;
padding:0;
line-height: 1.5em;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 10px auto; /*Center container on page*/
border: 1px solid #000000;
background-color: #fff;
}

#topsection{
background: #FFFFFF;
height: 180px; /*Height of top section*/
}

#midsection{
margin-left: 20px;
height: 20px; /*Height of top section*/
}

#leftcolumn {
float: left;
width: 240px;
margin-top: 10px;
}

#leftcolumn p {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px;
  font-family: Verdana;
  font-size: 11px;
  line-height: 1.5em;
  color: #fff
  background-color: #eee;
  border: 1px solid #ccc;
}

#rightcolumn{
border-left: 1px solid #ccc;
margin-top: 28px;
margin-left: 240px;
margin-right: 40px;
padding: 0px;
font-family: Verdana;
font-size: 11px;
}

#rightcolumn p{
margin-top: 0px;
}

#footer{
clear: left;
width: 830px;
background: black;
color: #FFF;
text-align: center;
line-height: 14px;
font-family: Verdana;
font-size: 11px;
padding: 5px;
}

#footer a{
color: #FFFF80;
}

.right
{
         float: right; /*right in our text*/
         margin: 10px; /*space around the image*/
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 95%; /*width of menu*/
border: 1px solid #D1D1D1; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #D1D1D1; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}