/* CSS Document */


body {
background-color: #fff;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
padding:0px;
margin:0px;
height:auto ;
min-height: 400px;
}
a {color: #0099CC; text-decoration: none;}
a:visited {color: #0099CC;}
   <!-- not sure    a:hover {color: #0099CC;}-->
a:active { color:#000000;}


hr {margin-top: -5px;}


h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------- */
#container {
width: 800px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
height: auto;
min-height: 400px;



} 

/* ----------navigation--------------*/


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */ 
top: 0;
left: 0;
}

#menu {
width: 15em;
}
#menu dt {
cursor: pointer;
margin: 2px 4px;;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold ;
border: none; 
color:#FFFFFF;
font-size:12px;
}
#menu dd {
border: none;
}
#menu li {
text-align: left;
margin: 0px 20px;
}
#menu li a, #menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
color:#FFFFFF

}

/* ----------outer and inner----------------- */

#outer{ 
border-left: solid 170px #999999; /* color of the left column  */ 
border-right: solid 140px #CCCCCC; /* color of the right column  */ 
background-color: #ffffff;  /* color of the content column */
height: auto;
min-height: 400px;
} 

#inner{margin:0; width:100%; } /* The ie/pc pecularity */ 

/* --------------left and right navi------------- */
#left {
 width:170px;
 float:left; 
 position:relative; 
 margin-left:-170px; 
 margin-right:1px;
 }
 

 #right {
 width:140px; 
 float:right; 
 position:relative; 
 margin-right:-140px; 
 margin-left:1px;
 }

/* -----------------content--------------------- */ 
#content{ 
color:#564b47;
position: relative; 
margin: 0px;
margin-left: 5px;
height: auto;
}
p {
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}


/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right;
margin-top: -5px; } 

.pictures { color:#FFFFFF;  }

.blue {margin-top: -5px; background-color:#333366; color:#FFFFFF; height: 22px; font-size:14px; text-align: center;}

#logos {clear:left;
padding:0px;
margin:0px;
text-align: right;
margin-top: -5px; }

.bottom {
font-size: 11px;
text-transform:uppercase;
background-color: #CCCCCC;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }