body{
margin: 0;
padding: 0;
font: normal 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
background-color: #000000;
color:#FFFFFF
}

.maincontainer{
border-left:0px solid black; border-right:0px solid #e0e0e0; border-top:0px solid #e0e0e0; border-bottom:0px solid #e0e0e0; width: 860px;
padding-left: 5px;
margin-left: auto;
margin-right: auto;
background-color: black;

}

* html #.maincontainer{ /*IE only */
width: 845px; /*IE 5*/
w\idth: 860px; /*IE 6*/
}


/* ######### Top Section ######### */

#topbar{
background-color: black;
color: white;
}

/* ######### Top Section ######### */

/* ######### Left column ######### */

#leftcolumn{
background-color: black;
clear: left;
width: 158px;
margin-right: 5px;
float: left;
margin-top: 1em;
}

/* ######### Left column ######### */

/* ######### Middle column ######### */

#middlecolumn{
background-color: transparent;
width: 666px;
float: left;
border-left: 0px solid #C3C3C3;
padding-left: 10px;
padding-right: 10px;
margin-top: 1em;
padding-bottom: 1em;
}



div.info + p:first-letter{
font-size:;
float:left;
font: bold 180% Arial;
margin-right: 3px;
}

/* ######### Middle column ######### */

/* ######### Right column ######### */

#rightcolumn{
background-color: black;
width: 170px;
float: left;
margin-top: 1em;
}

/* ######### Right column ######### */

/* ######### Site Footer ######### */

#contentfooter{
font-size: 11px;
font-family: Verdana;
padding-bottom: 1em;
margin-left: 173px;
background-color: black;
clear: both;
}

#footerarea{
clear: left;
background-color: black;
color: white;
padding-top: 10px;
text-align: center;
height: 10px;
border-top:2px solid #e0e0e0;
}

/* Site Fotter */

.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Nav Bar */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 155px;
}

.buttonmenu li a{
color: White;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#FF0000; /*light dark dark light*/
background-color: black;
text-decoration:none;
}


.buttonmenu li a:visited{
color: White;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: white;
background-color: #CFCFCF;
}

/* Nav Bar */

/* New Buttons */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.boldbuttons{
background: transparent url('Images/roundedge-red-left.gif') no-repeat top left;
display: block;
float: center;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('Images/roundedge-red-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


/* New Buttons */