H1 
{
	font-family: Verdana;
	font-size: 15px;
	color: #1E6891;
	text-align: center;
}

H2 
{
	font-family: Verdana;
	font-size: 12px;
	color: #1E6891;
	text-align: left;
}

a.LeftMenu
{
	font-family: Verdana;
	font-size: 10px;
	color: #1E6891;
	font-weight: bold;
}

a:visited.LeftMenu
{
	font-family: Verdana;
	font-size: 10px;
	color: #1E6891;
}

a:hover.LeftMenu
{
	font-family: Verdana;
	font-size: 10px;
	color: #309AB3;
}

a
{
	font-family: Verdana;
	font-size: 11px;
	color: #1E6891;
}

a:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #1E6891;
}

a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #309AB3;
}

#Container {

  background-color: #FFFFFF; 
  color: black;
  position: relative;
  margin: 0 auto;
  width: 800px; 
  padding-left: 0px; 
  padding-right: 0px; 
  border: 1px solid #FFFFFF;

}



#LeftMenu {
  text-align: left;
  line-height: 140%; 
  color: #1E6891; 
  position: absolute; 
  left: 0px; 
  top: 11px; 
  width: 143px;
  height: 555px; 
  padding: 0px; 
  padding-right: 1px;
  border-right: 1px solid #DDDDDD;

}

#Header {

  background-color: #1E6891;
  text-align: left; 
  color: black; 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 800px; 
  height: 10px; 
  padding-left: 0px; 
  padding-right: 0px;
  border: 0px;

}

#Line {

  background-color: #DDDDDD;
  text-align: left; 
  position: absolute; 
  left: 0px; 
  top: 109px; 
  width: 800px; 
  height: 1px; 
  padding-left: 0px; 
  padding-right: 0px;
  border: 0px;
  z-index: 1;

}

#ContentTop {
position: absolute;
text-align: left;
color: #1E6891;
font-family: Verdana;
font-size: 11px; 
position: absolute;
left: 160px; 
top: 11px; 
width: 630px;
height: 110px; 
padding: 5px; 
border: 0px;
z-index:0;
}

#ContentMain {
position: absolute;
text-align: left;
color: #1E6891;
font-family: Verdana;
font-size: 11px; 
position: absolute;
left: 160px; 
top: 125px; 
width: 630px;
height: 110px; 
padding: 5px; 
border: 0px;
z-index:0;
}


body
 {
   text-align: center;
   margin: 0px;
   background: white url("Images/background.gif");
   background-repeat: no-repeat ;
   background-position: center;

 }
