/* begin Page */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000666;
	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: #000000;
}
/* begin Header */
div.Header
{
  margin: 0 auto;
  position: relative;
  z-index:0;
  width: 894px;
  height: 150px;
  background-image: url(newversion/images/Header.gif);
  background-repeat: no-repeat;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: black;}

.logo
{
  display : block;
  position: absolute;
  left: 10px;
  top: 66px;
  width: 426px;
}
.logopix{position:absolute;
left:448px;
top:10px;
}

.logo-text, .logo-text a
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  padding:0;
  margin:0;
  color: #000000 !important;
}

#nav {
height:38px;
width:894px;
background-color:#000;
/*border: 1px solid #000000;*/
	}

#container { 
	position:relative;
	width: 894px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background-color:#ffcc99;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#sidebar1 {
	background-color:white;
	float: left;
	border-right:thin;
	border-right-color:#333333;
	border-right-style:solid;
	position:relative;
	margin:8px auto;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:auto;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	}

 #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#ffcc99;
	height:inherit;
	min-height:1000px;
	
} 
/* rounded corner text box*/
.bl {background: url(newversion/images/bl.gif) 0 100% no-repeat #ffcc99; width: 12em}
.br {background: url(newversion/images/br.gif) 100% 100% no-repeat}
.tl {background: url(newversion/images/tl.gif) 0 0 no-repeat}
.tr {background: url(newversion/images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 

#footer  {
	height:inherit;
	width:894px;
	background-color:#FF9900;
	border: 1px solid #000000;
	text-align: center;
	}
#sidebar-left {
	text-align: left;
}

