body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #a28ec3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/new-skin/bg.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center top;
}
a:link { 
	font-family: Arial, Helvetica, sans-serif;
	color:#7136BA;
	font-style:normal;
	text-decoration:underline;
}
a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	color:#8D50CF;
	font-style:normal;
	text-decoration:none;
} 
a:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-style:normal; 
	text-decoration:underline; 
} 
#graphics {
	height: 800px;
	width: 950px;
	background-image: url(HBC-BGImage.png);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: -1;
	width: 950px;
	position: absolute;
	left: 185px;
}
#menubar {
	background-image: url(HBC-MenuSlice-02.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 950px;
}
#menutext {
	padding: 0 0 10px 0;
}
#lmenu {
	background-repeat: no-repeat;
	height: 218px;
	background-position: bottom right;
	background-image: url(HBC-LMenu-02.png);
	width: 80px;
	position: absolute;
	margin-left: -80px;
}
#rmenu {
	background-image: url(HBC-RMenu-02.png);
	width: 85px;
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 192px;
	position: absolute;
	left: 950px;
}
#logo {
	background-image: url(HBC-Logo-02.png);
	width: 420px;
	height: 134px;
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	left: 136px;
}
#PTIx {
	width: 180px;
	height: 98px;
	left: 750px;
	top: 35px;
	position: absolute;
}
#sidebar {
	width: 190px;
	top: 250px;
	float: left;
}

#main {
	width: 950px;
	margin: 0px auto 0px auto;
	z-index: 50;
}

#header {
	height: 142px;
	background-image: url(/new-skin/header-bg.png);
	text-align: right;
	padding: 10px 0px 0px 0px;
}

#mainnav {
	height: 65px;
	padding: 0px;
}

#mainnav ul{
	padding:0;
	margin:0;
}

#mainnav li{
	float:left;
	position:relative;
	z-index:50;
	list-style-type:none;
}

#mainnav a {
	color: #000;
	text-decoration: none;
	padding: 3px 0px 0px 0px;
	display: block;
	float: left;
	width: 135px;
	text-align: center;
	height: 37px;
	line-height: 18px;
	font-weight: bold;
}

#mainnav a:hover{
	color: #FFF;
}

#mainnav li ul li a {
	display:block;
	font-size:10px;
	width:160px;
	padding:0px 15px;
	color:#363636;
	text-decoration:none;
	margin-right:1px;
	text-align:left;
	height:25px;
	line-height:25px;
	background-color: #B7A7CB;
}

#mainnav li ul li a:hover{
	color:#363636;
	background-color: #E5DC7D;
}

#mainnav ul ul {
	visibility:hidden;
	position:absolute;
	width:160px;
	height:0px;
	margin:40px 0px 0px 0px;
	left: 0px;
}

#mainnav ul li:hover ul,
#mainnav ul a:hover ul{
	visibility:visible;
}

#contentarea {
	padding: 0px;
	overflow: hidden;
}

#content {
	float: right;
	width: 734px;
}

#footer {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
img, div { behavior: url(/iepngfix.htc) }
