body {
font-size:10pt;
color:#000000;
scrollbar-base-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #222222;
margin:0;
background: #fff;
padding: 10px;
font-family: tahoma, vardana, arial, 'sans serif';
text-align: left;
min-height: 100%;
height: 100%;
}
input {
border:1px solid #000000; 
}

#left {
float: left;
width: 132px;
}
#center {
float: left;
width: 628px;
}

#main{
width: 900px;
margin: 0 auto;
position: relative;
z-index: 1;
display: block;
}

#header1 {
width: 628px;
height: 60px;
margin:0%;

}

#header2 {
color: #ffffff;
background-color: #555555 ;
padding: 5px;
padding-left: 10px;
}

#footer {
	text-align:center;
	color: #ffffff;
	font-size:8pt; 
	background-color:#555555;
	padding: 5px;
}


#logo {
width: 130px;
height:140px;
}
	
#headline {
	padding-bottom:10px;
	text-align:left;
	color: black;
	font-size:12pt; 
	font-weight: bold;
	}
		
#content {
	padding: 10px;
  text-align:left;
  color: black;
	height: 100%; 
	overflow: auto;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	}
  #content a
    {
		color:balck;    	
    text-decoration:underline;
    }
  #content a:link
    {
    color: #black;
    }
  #content a:visited
    {
    color:black;
    }
  #content a:hover
    {
    text-decoration:underline;
    }
  #content a:active
    {
    color: black;
    text-decoration:none;
   }


   
ul.linkList {
font-size:10pt;
list-style-type: none;
padding: 0;
margin: 0;
border-bottom: none;
width:100px;
}
.linkList li {
border-bottom: 1px solid #000000;
margin: 0;
padding: 0;
}
.linkList a {
text-decoration: none;
display: block;
padding: 2px;
color: black;
}
.linkList a:link
 {
 color: #000000;
 }
.linkList a:visited
 {
color:black;
 }
.linkList a:focus {
text-decoration: none;
color: #fff;
background-color: #000000;
}
.linkList a:hover {
text-decoration: none;
color: #fff;
background-color: #000000;
}

#linkListE {
	width:120px;
	}








