@charset "UTF-8";
body {
	font: 10pt Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.font {
	font: normal 19px "monotype corsiva", arial;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.right {
	text-align: right;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 20 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 260px;
	background-image: url(images/layout_mwp_01.jpg);
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin: -25px 0px 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	height: 36px;
	background-image: url(images/layout_mwp_03.jpg);
	margin-top: -21px;
}
.oneColFixCtrHdr #footer p {
	margin: -21 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.justify {
	text-align: justify;
	font-weight: normal;
}
.letter {
	font-size: 24px;
	font-weight: bold;
}
.left {
	text-align: left;
}


#tabs1 {
	float:left;
	width:990px;
	  background:;
	font-size:93%;
	line-height:normal;
	border-bottom:0px solid #BCD2E6;
	position: absolute;
	top: 213px;
	padding-left: 5px;
	height: 35px;
      }
    #tabs1 ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
.boxcenter {
	text-align: center;
	border: 1 solid #000;
	padding-left: 230px;
}
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#000;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }
	  

.oneColFixCtrHdr #Content {
	padding: 0px 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 10px 0px 0 0;
	width: 920px;
}

#Table_ {
	background: url(images/sidebartable_02.jpg) repeat-y;
}
.boxside {
	padding: 0px 20px 20px;
	text-align: center;
	font-weight: bold;
	color: #000;
}

.center {
	text-align: center;
	font-weight: normal;
}
.white {
	color: #FFF;
}




.box {
	width: 533px;
	padding-right: 20px;
	padding-left: 20px;
}
.border {
	border: 2px solid #000;
}
.bold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link {
	color: #000;
	text-decoration: none;
}
a {
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #900;
}

a:active {
	text-decoration: none;
	color: #FFF;
}
