/* CSS Document */

body {
    font-family: Arial;
}
a {text-decoration: none;}
a:hover {color: #990000;}

#header {
    position: absolute;
	top: 5px;
	left: 50px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 2px solid #000000;
	background: url(images/subbannerbg.jpg) repeat-x;
	height: 71px;
	width: 850px;
}

#tabsC {
      float:left;
      width:851px;
      background:#000000;
      font-size:11px;
      line-height:normal;
	  padding: 0 0 0 1px;
	  position: absolute;
		top: 78px;
	left: 50px;
	height: 20px;
      }
    #tabsC ul {
	margin:0;
	padding:0px;
	list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("images/tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("images/tabrightC.gif") no-repeat right top;
      padding:4px 15px 4px 6px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#FFF;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      }  

#content-container {
	position: absolute;
	top: 98px;
	left: 50px;
	width: 820px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #86C440;
	min-height: 430px;
	padding: 26px 15px 10px 15px;
	font-size: 10px;
}

#content {
	padding: 5px;
	border: 3px solid #006600;
	background: #FFF;
	color: black;
	width: 805px;
	min-height: 375px;
	font-size: 12px;
}

#date {
	position: absolute;
	top: 107px;
	left: 607px;
	height: 17px;
	width: 280px;
	font-size: 11px;
	color: white;
	padding: 2px 5px 0 25px;
	background: url("images/datebg.gif") no-repeat;
	z-index: 2;
}

.imgleft { float:left;
           padding: 5px;}
.imgright{ float:right;
           padding: 5px;}
		   
.inline-button {
   _width:8em;
   font: Verdana, sans-serif;
   font-size: 9px;
   margin: 0; padding: 0.1em 0; _padding:0;
   border: 1px solid white;
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #AA0303;
   color: white;
   }
.inline-button em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.4em;
   background: #690101;
   color: white;
   }
.inline-button span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.inline-button:hover {
   background: #86C440;
   color: black;
   }
.inline-button:hover em {
   background: #060;
   color: white;
   }