
body {    
    color: #444444;
    width: 800px;    
    margin: auto;
}

img {
    border: none;
}

#header {
    height: 85px;
}

#content {
    font: 16px/18px Verdana;
    border: solid 1px #DDDDDD;  
}

#divLogo { 
   margin: auto; 
   float: left; 
}

.hilite {   
    color: #FF6000;
    font-weight: bold;
}

p {
    color: #DDDDDD;   
    padding: 10px 0 10px 10px;
    margin: 0; 
}

a {
    color: #FF6000;   
}

ul {
    font: 14px/14px Verdana;
    padding: 10px;    
    list-style-type:none;       
}
.twilite {
    color: #4169e1;
}

.focus {
    color: #444444;   
}

#logo {        
    margin: 10px;
}

#logo_agile {
    float:right;    
}

iframe {
    width:100%;
    height:600px;  
    display: none;        
}
h1 {
    width: 800px;
    font-size:180px;    
    position: absolute;
    top:0px;   
    text-align:center;
}
#sitemaplink {
    float:left;
    color: #EEEEEE;
}

.aRight {
    float:right;
     font-weight: bold;
     margin: 5px;
}
.tab {
    margin-left: 20px;
}
