body
{
/*    background-color: #ffffff; */
    background-color: #000000;
}

#wrapper
{
    width: 1000px;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
}

#header
{
    width: 740px;
    height: 120px;
    background-color: #000000;
    text-align: center;
    vertical-align: middle;
    float: right;
}

#header a, #header img {
    border: 0;
}

#header table
{
    width: 740px;
}

#header td
{
/*    vertical-align: baseline; */
    text-align: center;
    vertical-align: middle;
    width: 50%;
    height: 120px;
}

#header table.loginform {
    width: auto;
    height: auto;
    color: #ffffff;
    font-size: .7em;
    margin-left: auto;
    margin-right: auto;
}

#header table.loginform caption {
    font-size: 1.5em;
}

#header table.loginform td {
    width: auto;
    height: auto;
}

#header table.loginform tr {
    height: auto;
}

#bodywrapper
{
    width: 740px;
    float: right;
/*    height: 500px; */
}

#leftpanel
{
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    width: 260px;
/*    height: 470px; */
    height: auto;
    float: left;
}

#leftpanel img
{
    vertical-align: middle;
}

#leftpanel table
{
/*    width: 1000px; */
    margin-left: auto;
    margin-right: auto;
}

#leftpanel td
{
    vertical-align: middle;
    color: #ffffff;
    padding-bottom: 0px;
    padding-top: 30px;
}

#leftpanel a
{
    color: #ffffff;
}

#leftpanel a:hover
{
    font-style: oblique
}

#bodypanel
{
    width: 740px;
    float: right;
}

#bodyleft
{
    width: 560px;
    float: left;
}

#bodyright
{
    width: 618px;
/*    height: 365px; */
    height: auto;
    float: right;
    text-align: center;
    padding: 5px;
/*    background-color: #ffffff; */
    background-color: inherit;
}

#bodyright ul
{
    list-style: none;
    color: #0000ff;
    text-align: right;
}

#bodyright img {
    width: 50%;
}

#bodyright p {
    font-family: helvetica, arial, sans-serif;
    font-size: 10pt;
    text-align: justify;
}
/*
#bodyright li:first-line
{
    font-size: 1.5em;
    color: #990000;
    font-weight: bold;
}
*/

#footer
{
    text-align: center;
    clear: both;
    width: 1000px;
/*    height: 72px; */
    background-color: #000000;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

#footer img
{
    vertical-align: middle;
}

#footer table
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#footer td
{
    vertical-align: middle;
    color: #ffffff;
    width: 33%;
}

#footer a
{
    color: #ffffff;
}

#footer a:hover
{
    font-style: oblique
}

.copyright
{
    background: #000000;
    text-align: right;
    font-family: arial, helvetica, sans-serif;
    font-size: 7pt;
    color: #ffffff;
}

.copyright a {
    color: #ffffff;
    text-decoration: none;
}

/* Horizontal Menu */
#hmenu ul.menu {
    list-style-type:none;
    width:auto;
    position:relative;
    display:block;
    height:33px;
    font-size:.6em;
/*    background:url(images/bg.png) repeat-x top left; */
    font-family:Verdana,Helvetica,Arial,sans-serif;
    border:1px solid #000;
    margin:0;
    padding:0;
}

#hmenu ul.menu li {
    display:block;
    float:left;
    margin:0;
    padding:0;
}

#hmenu ul.menu li a {
    float:left;
    color:#A79787;
    text-decoration:none;
    height:24px;
    padding:9px 15px 0;
    font-weight:normal;
}

#hmenu ul.menu li a:hover,.current {
    color:#fff;
    background:url(images/bg.png) repeat-x top left;
    text-decoration:none;
}

#hmenu ul.menu .current a {
    color:#fff;
    font-weight:700;
}


/*RED*/
#hmenu ul.menu.red{
    background-color:#B11718;
}

#hmenu ul.menu.red li a:hover, .menu.red li.current {
    background-color:#DE3330;
}

/* vertical menu */

#vmenu {
    position: relative;
    margin-left: 1px;
    top: 0px;
    background-color: #000;
    width: 110px;
    float: left;
}

#vmenu ul.menu {
    list-style-type:none;
    height:33px;
    font-size:.6em;
    font-family:Verdana,Helvetica,Arial,sans-serif;
    margin:0;
    padding:0;
}

#vmenu ul.menu li {
    display: inline;
    width: 80px;
    margin:0;
    padding:0;
    text-align: center;
}

#vmenu ul.menu li a {
    float:left;
    color:#A79787;
    text-decoration:none;
    height:24px;
    padding:9px 15px 0;
    font-weight:normal;
    background-color:#B11718;
    width: 80px;
}

#vmenu ul.menu li a:hover,.current {
    color:#fff;
/*    background:url(images/bg.png) repeat-x top left; */
    text-decoration:none;
}

#vmenu ul.menu .current a {
    color:#fff;
    font-weight:700;
}

/*RED*/
#vmenu ul.menu.red , .menu.red li {
    background-color:#B11718;
}

#vmenu ul.menu.red li a:hover, #vmenu .menu.red li.current {
    background-color:#DE3330;
}
