/* Top Horizontal Bar */
#nav ul {
padding: 0px;
margin: 0px;
white-space: nowrap;
background-color: #CCCCCC;  /* non-link horizontal bar */
color: White;
float: left;  /* Prolong the horizontal bar */
width: 800px;
margin-bottom: 1px; }

#nav ul li{
display: inline; }

#nav ul li a {
width: 200px;
font: 11px Arial, Helvetica, sans-serif;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color : #666666;
color: #FFFFFF;
text-decoration: none;
float: right;
border-left: 1px solid #FFFFFF; }

#nav ul li a:hover{
background-color: #000000; }

#nav ul li a.on {
background-color: #000000; }

.lft_top {
height: 80px; 
border-bottom: 1px solid #FFFFFF; 
width: 200px; 
background-color: #CCCCCC; }

.lft_bot {
width: 200px; 
height: 400px; 
background-color: #EDEDED; 
vertical-align: top; }

.rgt_top {
border-bottom: 1px solid #FFFFFF; 
width: 600px; 
background-color: #CCCCCC; }

.rgt_bot {
width: 600px; 
height: 400px; 
vertical-align: top; 
padding: 20px 20px 80px 20px; }

.res_dwl_a {
border-bottom: 2px solid #CCCCCC; 
border-top: 2px solid #CCCCCC; 
font-weight: bold; }

.res_dwl_b {
border-bottom: 1px solid #EDEDED; 
padding-bottom: 25px;
color: #999999; }

.txaCourier {
width: 460px; 
height: 100px; 
font: 14px Courier; }