body{
 min-width: 740px;
 margin: 0px;
 background-image: url('image/backgr.gif');
 background-repeat: repeat-x;
 width: 100%;
 height: 105px;
 background-color: white;
 color: black;
 text-align: center;
 font-family: Verdana;
 text-align: center;
 height: 100%;
}

table {
 font-size: 8pt;
}

ul {
 list-style: none;
}

#mlist {
 list-style-type: none;
 margin: 0px 10px;
 padding: 0px 10px;
 line-height: 120%;
}

.wrapper {
 width: 800px;
 margin: auto;
 height: 100%;
}

#banner_content{
 width: 790px;
 height: 160px;
 overflow: hidden;
}

.banner A:link {
 text-decoration: none;
 color: black;
}

.banner A:visited {
 text-decoration: none;
 color: black;
}

.banner A:active {
 text-decoration: none;
 color: black;
}

.banner A:hover {
 text-decoration: none;
 color: black;
}

#banner_right{
 position: relative;
 float: right;
}

#banner_left{
 position: relative;
 float: left;
}

#container {
  padding-left: 0px;   /* Left Column width */
  padding-right: 0px;  /* Right Column width */
  margin-top: 0px;
  font-size: 8pt;
}

#container .column{
 position: relative;
 float: left;
}

#center {
  padding-right: 0px;
  padding-left: 0px;
  width: 790px;
  margin-top: 0px;
  background-color: white;
  text-align: left;
  line-height: 150%;
}

#left {
  width: 170px;  /* LC width */
  margin-top: 0px;
  background-color: white;  
  margin-left: -100%;
  right: 160px;
  
  border-right: solid 1px #8e8e8e;
  padding-right: 0px;
  text-align: left;
  line-height: 200%;
}

#right {
  width: 170px;  /* RC width */
  margin-top: 0px;
  background-color: white;  
  margin-right: -205px;
  text-align: center;
}

.links A:link {
 text-decoration: none;
 color: #9a0303;
}

.links A:visited {
 text-decoration: none;
 color: #9a0303;
}

.links A:active {
 text-decoration: none;
 color: #656565;
}

.links A:hover {
 text-decoration: none;
 color: #656565;
}

.footer{
 clear: both;
 border-top: solid 5px #9a0303;
 padding-top: 10px;
 height: 75px;
 width: 800px;
 margin: 0px;
 background-color: #e1e1e1;
 font-size: 7pt;
 text-align: center;
}

.footer td {
 font-size: 7pt;
 font-weight: bold;
}

#fwrapper{
 padding-left: 170px;   /* Left Column width */
 padding-right: 0px;  /* Right Column width */
 margin: 0px auto;
 text-align: center;
 color: #434343;
}

#fwrapper .fcolumn {
 position: relative;
 float: left;
}

#fcenter {
  padding-right: 0px;
  padding-left: 0px;
  width: 620px;
  margin-top: 0px;
  background-color: white;
  text-align: left;
  line-height: 150%;
}

#fleft {
 text-align: left;
 width: 165px;  /* LC width */
 margin-top: 0px;
 background-color: white;  
 margin-left: -100%;
 right: 160px;
 
}

#fright {
 width: 170px;  /* RC width */
 margin-top: 0px;
 background-color: white;  
 margin-right: -205px;
 text-align: center;
}

#align_right {
 text-align: right;
}

/*IE workarounds (because IE really, really sucks!)*/
*html #container {
  padding-right: 0px;
  padding-left: 5px;
  width: 800px;
  margin-top: 20px auto;
  font-size: 8pt;
}

*html #left {
  width: 170px;  /* LC width */
  margin-top: 0px;
  margin-left: -100%;
  background-color: white;
  right: 165px;
}

*html #right {
  width: 165px;  /* RC width */
  margin-top: 0px;
  background-color: white;
  text-align: center;
}






