body{  background: rgb(192, 192, 192);  height: 99%;  margin: 0;  padding: 0;  line-height: 150%;  text-align: center;}*{  font-size: 10pt;   font-family: Tahoma, Verdana, sans-serif;   color: #000000;}li{  list-style: inside;  }/* === Containers === */#first_container{  margin: auto;   height: 100%;  width: 830px;}#second_container{  vertical-align: middle;}#third_container{  padding-top: 30px;  padding-bottom: 30px;  width: 830px;}/* === Menu === */#menu{  height: 31px;  padding-right: 2px;  margin: 0;  list-style: none;   }#menu li{  float: right;  display: block;  width: 82px;  height: 31px;  }#menu a{  display: block;  width: 82px;  height: 31px;    background-color: inherit;  text-decoration: none;  line-height: 31px;  text-align: center;}#menu a:link, #menu a:visited{  color: rgb(200, 0, 0);   background-color: inherit;}#menu a:hover, #menu a:active{  background-image: url('images/top_over.bmp');  color: #ffffff; }#menuselected{  display: block;  width: 82px;  height: 31px;    background-image: url('images/top.bmp');      text-decoration: none;  line-height: 31px;  color: #ffffff;  text-align: center;}/* === Language menu === */#submenu{  float: left;  height: 31px;  width: 300px;  padding-left: 10px;  margin: 0;  list-style: none;   }#submenu li{  float: left;  display: block;  width: 82px;  height: 31px;  }#submenu a{  display: block;  width: 82px;  height: 31px;    background-color: inherit;  text-decoration: none;  line-height: 25px;  text-align: center;}#submenu a:link, #submenu a:visited{  color: rgb(200, 0, 0);  background-color: inherit;}#submenu a:hover, #submenu a:active{  background-image: url('images/bottom_over.bmp');  color: #ffffff; }#submenuselected{  display: block;  width: 82px;  height: 31px;    background-image: url('images/bottom.bmp');      text-decoration: none;  line-height: 25px;  color: #ffffff;  text-align: center;}/* === Other Divs === */ .border{  background-color: #ffffff;  padding: 15px 15px 15px 15px;}.border_original{  background-color: #ffffff;  padding: 15px 15px 15px 275px;  height: 220px;  background-image: url('images/cincinnati.jpg');  background-repeat: no-repeat;  background-position: center center;  text-align: left;}.header{  height: 220px;  width: 800px;  background-image: url('images/cincinnati.jpg');  background-repeat: no-repeat;  background-position: center center;}.content{  width: 800px;}.footer{  margin-top: 5px;  text-align: right;  color: rgb(200, 0, 0);  background-color: inherit;}/* === Inline Text Styles === */.details{  display: none;  font-size: 9px;  color: #6E7468;}.text{  display: block;  margin: 5px 5px 20px 12px;}.text a{  color: #666F53;  text-decoration: none;  font-weight: bold;}.text a:hover, .text a:active{  color: #000000;}blockquote{  margin: 3px 0 3px 0;  padding: 5px 10px 5px 10px;}.note{  	display: block;	margin: 10px 15px 10px 15px;	color: #555555;}.bold{  font-weight: bold;}.title{  font-size: 12pt;}.red{  color: rgb(200, 0, 0);}