
body {
    margin:0;
    padding:0;
    text-align:center;
    color:#333333;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat;
}
 
#pagewidth
{ 
    width:770px;
    min-height: 100%;
    padding:5px;
    text-align:left;
    margin:20px auto;
    background:#fff;
    border: 1px solid #333333;
} 
 
#header
{
    margin:5px;
    padding:1px 5px;
    height:76px;
    background-color:#000;
}

#header a
{
    color: #fff;
    text-decoration: none;
    font-size: 1em;
}

.right
{
    float:right;
}

#header .right
{
    text-align:right;
    padding:10px;
    color:#fff;
    float:right;
    width:450px;
}

.login h3
{
    margin-bottom:5px;
}

#header .right input[type=text], #header .right input[type=password]
{
    font-size:0.75em;
}

#header .left
{
    color:#dff42e;
    float:left;
    width:250px;
}

#subheader
{
    margin:0px;
    margin-top:10px;
    text-align:center;
    /*background-color: #000;*/
}


#title {
    margin:10px;
    padding:10px;
    margin-bottom:5px;
}

#title h2 {
    margin:0;
    padding:0;
}

.split-content
{
    float:left;
    padding:10px;
    width:500px;
}

.full-content
{
    padding:10px;
}

.half-content
{
    float:left;
    padding:10px;
    width:450px;
}

#maincol p
{
    margin-bottom:20px;
}

#newscol
{
    float:right;
    width:280px;
    padding:0 10px 10px 10px;
    margin:10px 0;
    margin-top:10px;

}

#sidecol
{
    float:right;
    width:200px;
    background:#fcfcfe;
    border:1px solid #cdcdcd;
    padding:5px 10px 10px 10px;
    margin:10px;
    margin-top:10px;
    
}

#sidecol a {
    color:#333333;
}


#sidecol a:hover {
    text-decoration: underline;
}

#sidecol ul
{
    margin:0;
    padding:0;
    padding-left:1em;
    list-style:none;
}

#sidecol ul li
{
    padding:0;
    margin:0;
}

#sidecol h3
{
    margin-bottom:3px;
    border-bottom:1px dotted #cdcdcd;
}


#sidecol h4
{
    margin-bottom:2px;
}

#footer
{
    font-size:0.9em;
    color:#fff;
    text-align:center;
    line-height: 30px;
    height:30px;
    background-color:#000;
    border:1px solid #cecece;
}

ul.contextMenu
{
    text-align:left;
}

#menu-buttonset {
    padding:5px;
    margin: 10px 5px;
    border-bottom:1px solid #e6e6e6;
    border-top:1px solid #e6e6e6;
}

#menu-buttonset a {
    padding:2px;
}

#menu-footer {
    padding:5px;
    margin: 0 auto;
    text-align:center;
}

#menu-footer a {
    color: #D3D3D3;
    padding:4px;
}

#menu-footer a:hover {
    color: #ffffff;
    padding:4px;
}

#menu-wrapper
{
    margin: 0 auto;
    text-align: center;
}

#toolbar {
    position: fixed;
    bottom: 0; left: 0;
    z-index: 9999; /*--Keeps the panel on top of all other elements--*/
    background: #e3e2e2;
    border: 1px solid #c3c3c3;
    border-bottom: none;
    width: 94%;
    margin: 0 3%;
    padding-left:10px;
    line-height: 16px;
    vertical-align:middle;
}

*html #toolbar { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#toolbar ul {
    width: 100%;
    padding: 0; margin: 0;
    float: left;
    list-style: none;
    border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
    font-size: 0.9em;
    vertical-align: middle;
}
#toolbar ul li{
    padding: 0; 
    margin-left: 5px;
    float: left;
    text-align:center;
    border-right: 1px solid #cdcdcd;
    position: relative;
}
#toolbar ul li a {
    float: left;
    padding: 5px;
    height: 16px;
    text-decoration: none;
    color: #333;
    position: relative;
}

#toolbar ul li a:hover {
    text-decoration: underline;
    color: #000;
}

#toolbar ul li a {
    text-indent: 0;
    padding-left:18px;
}

#toolbar div.right
{
    float:right;
}

#toolbar div.left
{
    float:left;
}

.content-section-selected, .news-section-selected
{
    border:2px solid #cecece !important;
}

.quickmenu-selected
{
    border:1px solid #cecece !important;
}
