﻿#Container {
    background-position: 0px;
    width: 1000px;
    margin: 0px;
    position: relative;
    top: 0px;
    float: none;
}
#header {
    width: 1000px;
    height: 100px;
    background-image: url(images/top_panel_background.jpg);
    margin: 0px;
    padding: 0px;
    position: inherit;
}

#leftnav {
    float: left;
    position: absolute;
    left: 10px;
}

#body {

}

#footer {
    clear: both;
    float: none;
    padding: 5px;
    color: #FFF;
    text-align: center;
    background: #333333;
    height: 16px;
    position: inherit;
}

#footer p{
	padding: 0;
	margin-bottom: 10px;	
	text-align: justify;
}

#footer a{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover{
	color: #FFF;
	text-decoration: underline;
}
.h_menu
{
    float: none;
    width: 1000px;
    height: 25px;
    background: #E10000 url(images/menu_bg.gif) no-repeat;
    border-bottom: 1px solid #333;
    position: inherit;
    z-index: auto;
    top: 0px;
    display: inline-block;
    left: 0px;
    font-family: Verdana;
    font-size: small;
    color: #FFFFFF;
}
.h_menu ul {
    float: left;
    width: 1002px;
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
    height: 17;
}

.h_menu ul li{
	display: inline;
}

.h_menu ul li a{
    float: inherit;
    padding: 0 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    height: 21px;
    position: relative;
}

.h_menu li a:hover, #menu li .current{
	color: #FFFF00;
}
.side_menu{
    float: left;
    width: 250px;
    height: 25px;
    position: inherit;
    z-index: auto;
    top: 0px;
    display:block;
    left: 10px;
    font-family: Verdana;
    font-size: small;
    color: #FFFFFF;
}
.side_menu li{
    line-height: 27px; 
    vertical-align: middle; 
    text-align: left; 
    text-indent: 10px; 
    background-color: #eeeeee; 
    position: inherit; 
    width: 150px; 
    height: 35px; 
    list-style-type: none; 
    list-style-image: inherit; 
    list-style-position: inherit;
}
.side_menu ul li a{
    background-color: #eeeeee; 
    color: #0000FF; 
    vertical-align: middle; 
    text-align: left; 
    display: list-item; 
    float: left; 
    list-style-type: circle;
}

.side_menu li a:hover, #menu li .current{
    color: #FF0000;
    text-decoration: underline;
}
.Ltable
{
    border-style: none;
    border-width: 0;
    border-color: inherit;
    width: 26%;
    height: 100%;
    float: left;
    font-family: Verdana;
    font-size: medium;
    font-weight: bold;
    background-color: #eeeeee;
    text-align: center;
    vertical-align: top;
}
.Rtable{
    width: 73%;
    height: 100%;
    border: 0;
    float: right;
    font-family: Verdana;
    font-size: medium;
    font-weight: bold;
    background-color: #eeeeee;
    text-align: center;
}
.Maintable{
    width: 100%;
    padding: 5px;
}
#Content
{
    background-color: #C0C0C0;
}
#leftnav
{
    background-color: #E4E4E4;
    position: absolute;
    width: 250px;
    height: auto;
    margin: 5px;
    left: 3px;
    padding: 5px;
}

#rightnav {
    background-color: #E4E4E4;
    margin: 3px;
    padding: 5px;
    right: 5px;
    float: right;
    width: 700px;
}
form
{
    margin: 0px;
    border-width: 0px;
}
body
{
    position: inherit;
    top: 0px;
    margin: 0px;
}
.RtableCopy
{
    width: 74%;
    height: 100%;
    border: 0;
    float: right;
    font-family: Verdana;
    font-size: medium;
    font-weight: bold;
    background-color: #eeeeee;
    text-align: center;
}
