
body {

background-color:#FFFFFF;
text-align: center;
min-width: 840px;

}

#wrapper {

width: 800px;
margin: 0 auto;
text-align: left;

}

#menu1 a{ 
display: inline;
width:198px;
padding: 2px 0;
margin: 0;
float: left;
border: 1px solid #778;
background:#525173;
color: white;
font-size:13px;font-family:Arial, "Times New Roman"; font-weight:bold;
text-align: center;
text-decoration: none;
}
 
div#menu1 a:link, a:visited {background:#525173;}
div#menu1 a:hover {background:#d1d2dc;color:red;}
div#menu1 a:active {background:#5e6488;}

.menu2 {clear:left;font-size:12px;font-family:Arial, "Times New Roman"; font-weight:bold;}

div.menu2 a:link {background:white;
   color: blue;
   text-decoration: none;}
    
div.menu2 a:visited {background:white;
   color: purple;
   text-decoration: none;}

div.menu2 a:hover {background:white;
   color:#f47b29;   
   text-decoration: none; }
   
div.menu2 a:active {background:white;
   color: #00FFFF;
   text-decoration: none;}
   
#footer{ color:black;
   font-size:11px;font-family:Arial, "Times New Roman"; font-weight:bold;
   padding:0;
   margin: 0;}

.title{font-size:12px;} 

#east{float:left;
   width:45%;
   margin-left:22px;}
   
#west{float:right; width:49%;}

.tc{padding-left:9.4em;
padding-right:20px;}

#entry p{margin-left:25%;}

div#entry a:link, a:visited { background:white;
   color: blue;
   text-decoration: none;}
    
div#entry a:hover { background:white;
   color:red;   
   text-decoration: none;}
   
div#entry a:active { background:white;
   color: #00FFFF;
   text-decoration: none;}
   
#copyright{font-size:10px;font-family:Arial, "Times New Roman"; font-weight:normal; 
text-align:center;}