body {
	font-family: "Trebuchet MS",Times, Helvetica, sans-serif;
        margin: 0px;
}


#box {
    width: 800px;
    height: 600px;
    background-color: #0088b1;
    margin: 0px auto;
    padding-top: 10px;
    padding-left: 10px;
    border: solid;
}

#box #title {
    width: 777px;
    height: 160px;
    background-color: #ffffff;    
    border: solid;
    margin-left: 2px;
}

#box #middle table.outer a{
	text-decoration: none;
}

#box #middle table.outer a:visited{
        color: #FFFFFF;

}

#box #middle table.outer a:hover{

	color: #000000;
}


#box #middle table.outer a{

	color: #FFFFFF;
}

#box #middle table.outer tr td table tr td.current a{
       color: #000000;

}

#box #middle table.outer tr td{

       vertical-align: top;
}

#box #middle table.outer {
      padding-top: 10px;

}

#box #middle #info {
     width: 638px;
     height: 390px;
     overflow: auto;
     background-color: #ffffff;
     border: solid;
     padding-left: 10px;
     padding-right: 10px;
}

#box #middle #info ul li:hover{

       list-style-type: disc;
       color: #008bb1;
}

#box #middle #info a{
      color: #339432;

}

#box #middle #info a:hover{
       
      color: #008bb1;
}

#box #middle #info a:visited{
       
      color: #7733FF;
}

#box #middle #info a:hover:visited{
       
      color: #008bb1;
}

#box #middle #info h3{
      
       color: #008bb1;
       text-decoration: underline;
}

#box #middle #info ul{

       list-style-type: circle;
       color: #000000;
}

#box #middle #info #map_canvas{
       overflow: auto;
       width: 300px;
       height: 300px;
}

#footer{
       width: 800px;
       height: 50px;
       background-color: #999999;
       margin: 0px auto;
       padding-top: 10px;
       padding-left: 10px;
       border-right: solid;
       border-left: solid;
       border-bottom: solid;

}
