/***** LAYOUT tags ******/
div#page
{
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	position: relative;
	background: #FFFFFF;
	width:800px;
	text-align: left;
	margin:0 auto;
}
div#header
{
	position: relative;
	height:160px;
	width: 100%;
}
div#header .logo
{

}
div#contentheader
{
	position: relative;
	float: left;
	width:100%;
	bottom: 1px !important;
	bottom: 2px;
}
div#MainBody
{
	position: relative;
	display:inline;
	float: left;
	width:561px !important;
	width: 610px;
	padding:2em !important;
	background-color: #FFFFFF;
}
div#LeftModule
{
	position: relative;
	float: left;
	width:190px;
	overflow: visible;
	background-color: #F9F7F3;
	bottom: 0 !important;
	bottom: 16px;
	padding-top:10px;
	padding-top:5px !important;
	padding-bottom:10px;
	border-right:1px solid #C2BDAE;
	border-bottom:1px solid #C2BDAE;
}
div#LeftModule ul {
	list-style: none;
	margin-left: 0;
	padding-left:1em;
}

div#LeftModule a {
	font-size:11px;
	text-decoration: none;
}
div#LeftModule a:link{
	color: blue; 
}
div#LeftModule a:visited {
	color: #79623B; 
}
div#LeftModule a:hover {
	background-color:#EDA93A;
	color:#FFF;
}
div#footer
{
	position:relative;
	width: 100%;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	height: 69px;
	clear: both;
}

/***** MENU TABS ******/

    #tabs11 {
      float:left;
      width:100%;
      background:#F9F7F3;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #C2BDAE;
      }
    #tabs11 ul {
          margin:0;
	  padding:0;
          list-style:none;
      }
    #tabs11 li {
      display:inline;
	padding:0;
      margin:0;
      }
    #tabs11 a {
      float:left;
      background:url("tableft11.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs11 a span {
      float:left;
      display:block;
      background:url("tabright11.gif") no-repeat  right top;
      padding:5px 15px 4px 6px;
      color:#514843;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs11 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs11 a:hover span {
      color:#FFF;
      }
    #tabs11 a:hover {
      background-position:0% -42px;
      }
    #tabs11 a:hover span {
      background-position:100% -42px;
      }

      #tabs11 #current a {
              background-position:0% -42px;
      }
      #tabs11 #current a span {
              background-position:100% -42px;
      }


/***** END MENU TABS ******/ 


/***** BODY tags ******/

html, body {
	height:100%;
	margin:0; 
	padding:0;
	text-align:center; 
}

body {
	background: #FFF449;
	text-align:center; /* IE 5 FIX FOR CENTERING */
}
/***** END BODY tags ******/

/***** GENERIC CONTENT tags ******/
h1, h2, h3, h4
{
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	text-align: left;
}
h2 {
	font-size: 14px;
}
tr, p, div {
  font-family: "Verdana","Arial","Helvetica", sans-serif;
  font-size        : 12px;
  color            : black;
}
/***** END GENERIC CONTENT tags  9F9584******/