body {background: #fff url("images/stripe5_bg.gif") repeat; border: 0; margin: 0; font-family: verdana, arial, sans-serif; }

a {color: #6A98C9; }
a:hover {color: #8BB8EA; }

p, li {font-size: 12px; line-height: 15px; color: #333; margin: 14px 12px 14px 20px; }
p.first {margin-top: 2px; }

h1 {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 22px; color: #56595C; margin: 28px 20px 6px 20px; letter-spacing: -1px; }
h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #56595C; margin: 10px 20px 6px 20px; }
h3 {font-size: 11px; color: #56595C; margin: 10px 20px 4px 20px; }

#imagebox {margin: 6px;}

hr { border: none; background-color: #777; color: #777; height: 1px; margin-left: 24px; margin-right: 30px; }
div.hrdot {margin: 2px 10px 2px 0px; border-top: 1px dotted #cfcfcf; }


div#wrapper {width: 800px; background-color: #fff; margin-left: auto; margin-right: auto; border-left: 1px solid #999; border-right: 1px solid #999; border-bottom: 1px dotted #999; padding-bottom: 30px; margin-bottom: 0px; overflow:hidden; }

div#col1 {width: 100px; float: left; }
div#col2 {width: 650px; float: left; }

div#footer {width: 800px; background-color: #f3f3f3; margin-left: auto; margin-right: auto; border-left: 1px solid #999; border-right: 1px solid #999; border-bottom: 1px solid #999; padding-bottom: 15px; margin-bottom: 10px; overflow:hidden; }
div#footer p {margin: 6px 10px 6px 10px; font-size: 10px; }
div#footer a {color: #009900; }
div#footer a:hover {color: #56595C; }

.redtext {color: #900; font-weight: bold; }
.greentext {color: #090; font-weight: bold; }


#subtitle {float: left; width: 120px; font-size: 15px; font-weight: bold; margin-left: 20px; margin-top: 16px; }

/* TABS */

    #bigtabs {
	  float: left;
      width:100%;
	  margin-left: 0px;
	  margin-bottom: 12px;
	  margin-top: 8px;
      background:#fff;
      font-size:93%;
      line-height:normal;
	  background:url("images/tabshadow.gif") repeat-x 0 100%;
      }
    #bigtabs ul {
	  margin:0;
	  padding:10px 10px 0px 12px;
	  list-style:none;
      }
    #bigtabs li {
      display:inline;
      margin:0;
      padding:0;
	  font: bold 11px/1.5em Verdana;
      }
	  
    #bigtabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  border-bottom:1px solid #999;
      }
    #bigtabs a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#56595C;
      }
	  #bigtabs span#current {
      float:left;
	  color: #E92527;
      background:url("images/tableft.gif") no-repeat 0% -84px;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  border-bottom:1px solid #fff;
      }
	   #bigtabs span#current span {
      float:left;
	  color: #4FA600;
      display:block;
      background:url("images/tabright.gif") no-repeat 100% -84px;
      padding:5px 15px 4px 6px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #bigtabs a span {float:none;}
    /* End IE5-Mac hack */
	
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #bigtabs span#current span {float:none;}
    /* End IE5-Mac hack */
	
    #bigtabs a:hover span {
      color:#FFF;
      }
    #bigtabs a:hover {
      background-position:0% -42px;
      }
    #bigtabs a:hover span {
      background-position:100% -42px;
      }




