.MainPanel
{ 
 top: 10px;
 width: 800px;
 position: absolute;
 left: -400px;
 margin-left: 50%;
 height: 550px;
 border: 1px;
 border-style: solid;
 border-color: #1475d3;
 background-color: #f8f8f8;
}

.Header
{ left: 0px;
  top: 0px;
  width: 100%;
  height: 100px;
}

.LeftBox
{ left: 0px;
  top: 120px;
  position: absolute;
  width: 190px;
  font-family: "Verdana"; 
  font-size: 12px;
  font-weight: normal;
  border-right: 1px solid #1475d3;
  background-color: #ffffff;
  height: 405px;
}

.ContentBox
{ left: 210px;
  top: 120px;
  position: absolute;
  width: 580px;
  font-family: "Verdana"; 
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

.ContentSmallBox
{ left: 210px;
  top: 120px;
  position: absolute;
  width: 580px;
  font-family: "Verdana"; 
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
}

.ContentTable
{
  font-family: "Verdana"; 
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

.ContentSmallTable
{
  font-family: "Verdana"; 
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;
  text-align: justify;
}

.SmallText
{
  font-family: "Verdana"; 
  font-size: 9px;
  font-weight: normal;
}

.BottomBox
{ left: 0px;
  top: 555px;
  width: 100%;
  position: absolute;
  font-family: "Verdana"; 
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}

.TitleBox
{
	font-weight: bold;
	color: #fe711e;
	text-align: center;
}	

.UnsortList
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ListItem
{
	background-image: url(pictures/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 15px;	
}
	

/* Menu */
.MenuIn
{
	font-family: "Verdana"; 
	font-size: 12px;
    font-weight: normal;
	text-align: left;
	vertical-align: middle;
	background-color: LightGrey;
}

.MenuOut
{
	font-family: "Verdana"; 
	font-size: 12px;   
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

.MenuSelected
{
	font-family: "Verdana"; 
	font-size: 12px;   
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	background-color: #808080;
}

.MenuLabel
{
	font-family: "Verdana"; 
	font-size: 12px;   
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.MenuLink
{
	text-decoration: none;
	color: #fe711e;
}

