/*attributes for body, all tables, rows, columns*/

body, th, td, input, textarea, span.ErrorItem, div.InteriorBoxHeader, div.SingleMotd {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

span.ErrorItem {
    font-weight: bold;
    color:  red;
}

div.InteriorBoxHeader, div.SingleMotd {
    text-align:  left;
}

div.InteriorBoxHeader, td.LoginBox {
    font-weight: bold;
    font-size: 14px;
}


/* Header */

#menu {
    width: 950px;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: right;
/*    background: url(/images/img05.gif) no-repeat right top;*/
	display: inline;
    height: 30px;
    padding: 0 5px 0 5px;
}

#menu a {
    display: block;
    float: left;
    height: 15px;
    margin-right: 1px;
    padding: 15px 15px 0 15px;
    text-decoration: none;
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}

#menu a.standout {
    display: block;
    float: left;
    height: 15px;
    margin-right: 1px;
    padding: 15px 15px 0 15px;
    text-decoration: none;
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    color: #FF8C00;
}

#menu a:hover,
.sidebar ul li a {
    color: #809B30;
}

#menu .current_page_item a {
    color: #666666;
}