@charset "UTF-8";
body {
	font: 12px Arial, Verdana;
	background: #FFF;
	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: #FFF;
}
a:link {
	color: #FC0;
	text-decoration: none;
}
a:visited {
	color: #FC0;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	height: 180px;
	background: #000 url(images/layout_01.jpg) no-repeat;
}
.oneColFixCtrHdr #mainContent {
	background: #000 url(images/layout_02.jpg) no-repeat;
	margin: 0px;
	padding: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(images/layout_03.jpg);
	height: 105px;
}
.oneColFixCtrHdr #footer p {
	margin: 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 */
}
.centeralign {
	text-align: center;
	background: url(images/layout_02.jpg);
	width: 1000px;
}
#maincontent {
	width: 800px;
	height: 100%;
}
 #tabs6 {
	float:right;
	width:805px;
	font-size:11px;
	line-height:normal;
	border-bottom:0px solid #000;
	margin-top: 125px;
	padding-right: 20px;
      }
#mainbox {
	width: 800px;
	padding-right: 80px;
	padding-left: 90px;
	height: 100%;
	margin-top: -10px;
	padding-top: 0px;
}
.justify {
	text-align: justify;
}
.font {
	font: italic 13px/23px arial;
}
    #tabs6 ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      float:left;
      background:url("images/tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url("images/tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }
.oneColFixCtrHdr #container #footer {
	text-align: center;
}
#flashcontent {
	width: 895px;
	padding-left: 3px;
}
.center {
	text-align: center;
}
