
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#EFEFEF;
 color:#FFFFFF;
 text-align:center;
 padding:0;
 }

/* Outer Main Frame */
#outer {
 text-align:left;
 border:0px solid  #00FF00;
 width:851px;
 margin: auto;
 color:#FF00CC;
 }

/* Top Title */
#hdr {
 height:80px;
 background-image:url();
 color: #333333;
 }

/* Narrow Bar */
#bar1 {
 height:6px;
 background:#EFEFEF;
 color: #FFFFFF;
 }


/* Top Bar */
#bar {
 height:16px;
 background: #FF0000;
 color: #FFFFFF;
 
 }

/* Main Body */
#cont {
 width:668px;
 background:#FFFFFF;
 color: #000033;
 text-align:left;
 border-right:solid #666666 thin;
 border-top:solid #666666  thin;
 float:right;
 height:560px;

 }
 
 #Spacer {
 Width:10px;
 Height:455px;
 float:left;
 background:#FFFFFF;
 }
 

 
 #sidebar {
float: left;
width: 177px;
padding: 4px 0px 0 0;
color: #999999;
background: #FFFFFF;
border-left:solid  #666666 thin;
border-top:solid #666666  thin;
border-right:solid  #999999 thin;
text-align:left;
height:540px;
verticle-align:top;
}

#Navigation {
Float:left;
Width:177px;
background: #FFFFFF;
height:25px;
vertical-align: top;
padding: 5px 0px 0 0;
}

#Navigation2{
Float:right;
Width:177px;
background:#EFEFEF; 
}

#Navigation3 {
Float:left;
Width:177px;
background: #FFFFFF;
height:25px;
vertical-align: top;
}

 
 #ftr {
 height:30px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 width:851px;
 }