body {
    behavior: url("../csshover3.htc");
	font: 80% arial, helvetica, sans-serif;
	background: #000;
	margin: 0;
}

#header {
	background: #fff url(images/banner.png);
	height: 200px;
}

#content {
	background: white;
    min-height: 400px;
    border: solid #ff0000;
    border-width: 3px;
    min-height: 500px;
}

h1 {
	font-size: 30px;
	color: #000;
    margin-left: 20px;
    padding-top: 20px;
    height: 22px;
}

h2 {
	font-size: 18px;
    height: 30px;
	color: #000;
    background: url("images/divider.png") top left;
    padding-left: 30px;
    padding-top: 5px;
}

h3 {
	font-size: 1.25em;
	color: #555555;
    margin-left: 40px;
}

h4 {
    font-size: 1.125em;
    color: red;
    text-align: center;
}

h5 {
  text-align: center;
}

p {
    font: 1.125em/1.1 helvetica , times, serif;
    padding: 0px 4px;
	margin: 10px 40px;
}


#content img {
	padding: 1px;
	border: 1px solid #ff0000;
}

.centeredImage
    {
	padding: 1px;
    border: 0px;
    text-align:center;
    display:block;
    }

#container {
	position: relative;
	width: 1206px; /* width + border for IE 5.x */
	width: 1200px; /* real width */
	border: solid #000000;
	border-width: 0 3px;
	margin: auto;
}

/*- Menu Tabs G--------------------------- */

    #tabsG {
      float:left;
      width:100%;
      background:url("images/tabback.png") no-repeat left top;
      font-size:93%;
      line-height:normal;
      border-bottom: solid #ff0000;
      border-bottom-width: 3px;
      }
    #tabsG ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsG li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsG a {
      float:left;
      background:url("images/tableft.png") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsG a span {
      float:left;
      display:block;
      background:url("images/tabright.png") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsG a span {float:none;}
    /* End IE5-Mac hack */
    #tabsG a:hover span {
      color:#FFF;
      font-weight: bold;
      }
    #tabsG a:hover {
      background-position:0% -42px;
      }
    #tabsG a:hover span {
      background-position:100% -42px;
      }

tr.row0{
    height: 30px;
    padding-top: 8px;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #EEEEEE;
    background: #222222 url(images/tabletop.png) top left repeat-x;
    text-align: center;
}

tr.row1, tr.row2{
  text-align: center;
  font-size: 10pt;
  font-family: Tahoma, Arial, sans-serif;
  color: #333333;
}


tr.row1{
    background: #EEEEE0;
    text-align: center;
}

tr.row2{
    background: #E3E3CD;
    text-align: center;
}

tr.row1:hover, tr.row2:hover{
    background: #D9D9C2;
    cursor: pointer;
}

.detail{
  font-size: 8pt;
  color: #777777;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-left: 30px;
  margin-bottom: 4px;
}

.float_left{
  float: left;
  margin-left: 200px;
}

td.detail_head{
  font-size: 9pt;
  font-weight: bold;
  font-family: arial;
  color: #003399;
  text-align: right;
  vertical-align: top;
}

td.detail_body{
  font-size: 11pt;
  font-family: "MS Sans Serif", sans-serif;
  color: #333333;
}

span.image_text, span.image_text:visited{
  font-size: 10pt;
  color: #555555;
  text-decoration: underline;
}

span.image_text:hover{
  font-size: 10pt;
  color: #333333;
  text-decoration: underline;
}

