@charset "utf-8";
html,body {
	margin:0;
	padding:0;
	font: bold 11px/1.5em Verdana;
	background:#990000;
}
img {
    border: 0px;
}
#container {
	width: 950px;
	margin:0 auto;
	background:#FFFFFF;
}
#header {
    width:100%;
	height:160px;
	border: 0;
}
/*- Menu Tabs E--------------------------- */

    #tabsE {
      float:left;
      width:100%;
      background:#000;
      font-size:93%;
      line-height:normal;
	  margin-bottom:10px;
      }
    #tabsE ul {
	margin:0;
	padding:10px 0 0 350px;
	list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }  
#content {
	border: 1px solid #B00000;
	border-width: 1px 0;
	padding:10px;
	clear:both;
}
#content h1 {
	text-align:center;
	margin:10px 0 20px 0;
	font-size:180%;
	padding-bottom:20px;
	border-bottom:1px solid #CCCCCC;
}
#content h2 {
    font-size: 150%;
}
#content img {
    padding:3px;
	border:1px solid #CCCCCC;
	margin:5px;
}
#content p {
    text-indent:20pt;
}
#bottom {
	padding: 10px;
	margin-top: 10px;
	text-align:center;
}
