/*ul {border:1px solid red}
div {border:1px solid black}
div div{border:1px solid blue}
div div div {border:1px solid green}*/


.fl {float:left}

.pad0
{
    padding:0;
    margin:0;
}

html
{
    height:100%;
    min-height:100%;
}

body, td, th, p, .label
{
    font-family:Verdana;
    font-size:11px;
		font-weight:normal;
		color:black;
}

body
{
    background-color:#fff;
    height:100%;
    width:100%;
    min-height:100%;
    background-image:url(../images/bg.gif);
    background-repeat:repeat-x;
}



div#container
{
   width:800px;
   margin-left:auto;
   margin-right:auto;
   text-align:left;
   //height:100%;
   min-height:100%;
   position:relative;
	 padding-left:1px;
   background-image:url(../images/content_bg.gif);
   background-repeat:repeat-y;
}
div#container-vp
{
   width:800px;
   margin-left:auto;
   margin-right:auto;
   text-align:left;
   //height:100%;
   min-height:100%;
   position:relative;
	 padding-left:1px;
   background-image:url(../images/content-vp_bg.gif);
   background-repeat:repeat-y;
}



div#header
{
  width:798px;
  height:128px;
  position:relative;
	border-bottom:1px solid #347CB3;
}

div#menu_top
{
	margin:0;
	padding:0;
	float:left;
	width:768px;
	height:21px;
	border-bottom:1px solid white;
	background-color:#347cb3;
	text-align:center;
	color:white;
	font-family:arial;
	font-size:12px;
	padding-top:7px;
	padding-right:30px;
}

div#menu_left
{
 	float:left;
	width:185px;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:white;
	padding-top:25px;
	background-color:#ebebeb;
}


div#content
{
 	float:left;
  margin:0;
	margin-bottom:26px;
  padding-left:24px;
  padding-right:24px;
  padding-top:25px;
	padding-bottom:15px;
  width:562px;
}

div#content-vp
{
 	float:left;
  margin:0;
	margin-bottom:26px;
  padding-left:24px;
  padding-right:24px;
  padding-top:25px;
	padding-bottom:15px;
  width:752px;
}



div#footer
{
   position:absolute;
   bottom:0px;
   //bottom:-1px;
   width:798px;
   height:23px;
	 background-color:#347cb3;
	 margin-top:45px;
}

div#login
{
   position:absolute;
	 top:0px;
	 right:1px;
}