html, body 
{
 text-align: center;
 margin: 0px;
 padding: 0px;
 font-family: verdana, arial, sans-serif;
 background-color: white;
 line-height: 1.3;
 height: 100%;
}

#container 
{
 margin: 0px;
 padding: 0px;
}

#header 
{
 background-image: url(../image/top.gif);
 background-color: #3e7d93;
 background-repeat: no-repeat;
}

#header p 
{
 color: white;
 margin: 0;
 padding-top: 15px;
 padding-right: 44px;
 padding-bottom: 4px;
 /*padding-left: 257px;*/
 padding-left: 230px;
 font-family: "Times New Roman", serif;
}

#navcontainer 
{
 position: absolute;
 top: 178px;
 left: 250px;
 margin: 0;
 padding: 0;
}

#navcontainer ul 
{
 padding: 0;
 margin: 0;
 color: white;
 float: left;
 width: 100%;
 font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li 
{
 display: inline;
}

#navcontainer ul li a 
{
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 color: white;
 margin-top: 0px;
 margin-right: 7px;
 margin-bottom: 0px;
 margin-left: 7px;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
 float: left;
 border-bottom-color: #3e7d93;
 border-bottom-width: 2px;
 border-bottom-style: solid;
}

#navcontainer ul li a.selected_item 
{
 border-bottom-color: white;
 border-bottom-width: 2px;
 border-bottom-style: solid;
}

#vmenu 
{
 background-color: #3e7d93;
}

#content 
{
 background-color: white;
}

#right_panel 
{
 background-color: #9ebec4;
 
}
#right_panel_total
{
 background-color: #9ebec4;
}

#content td, #right_panel td 
{
 font-size: .8em;
 line-height: 1.3;
 font-family: verdana, arial, helvetica, sans-serif;
 color: #666666;
 padding-top: 10px;
 padding-right: 10px;

 padding-left: 10px;
 padding-bottom: 10px;
}

#content td p, #right_panel td p 
{
 margin: 0px;
}

#content td a, #right_panel a 
{
 color: navy;
 text-decoration: underline;
}

#content td a:hover, #right_panel td a:hover 
{
 color: darkred;
 text-decoration: underline;
}

/****************************************/
#content300 td
{
 font-size: .8em;
 line-height: 1.3;
 font-family: verdana, arial, helvetica, sans-serif;
 color: #666666;
 padding-top: 5px;

 padding-bottom: 5px;
}

#content300  td p
{
 margin: 0px;
}

#content300  td a
{
 color: navy;
 text-decoration: underline;
}

#content300  td a:hover
{
 color: darkred;
 text-decoration: underline;
}

/****************************************/

#copyright 
{
 color: #eee;
 font-size: 9px;
 font-family: verdana, arial, helvetica, sans-serif;
 padding: 0px;
}

#copyright a 
{
 color: #eee;
 text-decoration: none;
}

#div_left, #div_right {
font-family:arial,verdana;
font-size:0.8em;

padding:10px 10px 10px 10px;
}

#div_left{
font-family:arial,verdana;
font-size:0.8em;
color:#eeeeee;
padding:10px 10px 10px 10px;
}

#div_right {
color:#666666;
}

