body{
  padding: 0;
  margin: 0;
  background:#FFF;
  font: 100.01%/1.3 Verdana,Arial,sans-serif;
  text-align:center;
}
div#logo{
  width: 44em;
}
div#menu{
  width: 770px;
  padding: 5px;
  margin:0 auto;
  background:#169454;
  
}
table#menu{
  color: white;
 
}
div#content{
  width: 770px;
  padding: 5px;
  margin: 0 auto;
  color: #000000;
	font-family:'verdana','arial';
	font-size:11px;
	line-height:14px; text-align:center;
}
TABLE {
  color: #000000;
	font-family:'verdana','arial';
	font-size:11px;
	line-height:14px;
}

a.menu {
  text-decoration: none;
  color: white;
} 
h1{
  font: lighter 18px "Trebuchet MS",Arial sans-serif;
  color: #208BE1;
}
h1,p{
  margin:0;
  padding:10px 0px 20px 0px;
}
h2 { font: lighter 16px "Trebuchet MS",Arial sans-serif;
  color:#000000; font-weight:bold;
    margin:0;
}

th { font-size:11px; color:#FFFFFF; }

.dialog_box {
    width:99%;
    margin-bottom:5px;
    margin-top:10px;
    padding:5px;
    border: 1px solid #CCCCCC;
    background: none repeat scroll 0 0 #EEEEEE;
}

/*Lightbox background */  
#lightbox{
    display:none;
    position:absolute;
    background: #000000;
    opacity:0.4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; // first!
    filter: alpha(opacity=60);
    zoom: 1;
    top:0px;
    left:0px;
    z-index:1000;
    height: 3000px;
    width: 100%;
    float: left;

}
/* Lightbox panel with some content */  
#lightbox-panel{
    display:none;
    position:fixed;
    top:100px;
    left:50%;
    margin-left:-400px;  
    width:600px;
    background:#FFFFFF;
    padding:10px;
    border:2px solid #CCCCCC;
    z-index:1001;
                
}

a.grey_link {
    color: #666666;
    text-decoration:underline;
    font-weight:bold;
}
a.grey_link:hover {
    color: #666666;
    text-decoration:none;
    font-weight:bold;
}

/*Lightbox background   
#lightbox {  
display:none;  
background:#000000;  
opacity:0.6;  
filter:alpha(opacity=60);  
position:absolute;  
top:0px;  
left:0px;  
min-width:100%;
width:100%;
height:10000;    
min-height:100%;  
z-index:1000;  
}  */
/* Lightbox panel with some content   
#lightbox-panel {  
display:none;  
position:fixed;  
top:100px;  
left:50%;  
margin-left:-400px;  
width:600px;  
background:#FFFFFF;  
padding:10px 15px 10px 15px;  
border:2px solid #CCCCCC;  
z-index:1001;  
}*/
