.hidendiv {
display:none;
width:100%;
font-size: 14px;
text-align:left;
}
.unhidediv {
width:100%;
font-size: 14px;
text-align:left;
display:inline;
}
body,td,th {
	color: #000000;
}
body {

	background-color: #000000;
}
#bg {
	width:100%;
	height: 201px; /* height of bg! */
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
	background: transparent url(../images/layouts/headers/hammyback1.jpg) no-repeat;
	overflow: hidden;
}
#oldscroll {
	width:100%;
	height: 201px; /* height of bg! */
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
	background: transparent url(../images/layouts/headers/hammyback1.jpg) no-repeat;
	overflow: hidden;

}
#search {
width: 265px;
height: 16px;
right: 0;
top:0;
position:absolute;

}
#vtop {
background: transparent url(../images/layouts/headers/verytop.jpg) no-repeat;
top: 0;
left: 0;
right: 0;
position:absolute;
height: 22px;
}
#iron {
	top: 223px;
	position:absolute;
	background-repeat:repeat-x;
	height: 15px;
	z-index: 3;
	background: transparent url(../images/layouts/headers/iron-bg.jpg) repeat-x;
	table-layout:fixed;
	width:100%;
	left:0;
	margin-left: 0;
	margin-right: 0;
	margin: 0;
	padding-left:0;
	padding-right:0;
	overflow: hidden;
}
#iron2 {
	top: 22px;
	position:absolute;
	background-repeat:repeat-x;
	height: 15px;
	z-index: 3;
	background: transparent url(../images/layouts/headers/iron-bg.jpg) repeat-x;
	table-layout:fixed;
	width:100%;
	left:0;
	margin-left: 0;
	margin-right: 0;
	margin: 0;
	padding-left:0;
	padding-right:0;
	overflow: hidden;
}
#mendiv{
top:238px;

}
#border-top {
	position: absolute;
	top: 57px;
	left: 73px;
	background: transparent url(../images/layouts/logos/hwlogo2.gif) no-repeat;
	z-index: 3;
	width: 334px;
	height: 148px;
}
#content {
	z-index: 3;
	top: 80px;
	position:absolute;
	left: 0;
	width: 100%;
}
#paper {
	width: 100%;
	position:relative;
	left: 0;
}
#mainscroll {
table-layout:auto;
width: 100%;
border: 0px;
padding: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}
#scrollcont-topleft {
height: 7px; background: url(../images/layouts/paper/cnt-paper-topleft.jpg) no-repeat top left;
}
#scrollcont-top {
height: 7px; background:url(../images/layouts/paper/cnt-paper-top.jpg) repeat-x top left;
}
#scrollcont-topright {
height: 7px; background:url(../images/layouts/paper/cnt-paper-topright.jpg) no-repeat top right;
}
#scrollcont-left {
width:7px; background:url(../images/layouts/paper/cnt-paper-left.jpg) repeat-y top left;
}
#scrollcont {
background: url(../images/layouts/paper/cnt-paper-mid.jpg) repeat 0 0;
}
#scrollcont-right {
background:url(../images/layouts/paper/cnt-paper-right.jpg) repeat-y top right;
}
#scrollcont-botleft {
height: 7px; background:url(../images/layouts/paper/cnt-paper-botleft.jpg) no-repeat 0 100%;
}
#scrollcont-bot {
height: 7px; background:url(../images/layouts/paper/cnt-paper-bot.jpg) repeat-x bottom left; font-size: 1px;
}
#scrollcont-botright {
height: 7px; background:url(../images/layouts/paper/cnt-paper-botright.jpg) no-repeat bottom right;
}
/*<![CDATA[*/

/* page styling, unimportant for the menu. only makes the page looks nicer */

/* - - - ADxMenu: BASIC styles - - - */

.menu {
	width: 10em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 100000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: 0 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #eee;
	background: #234;
}

.menu {
	width: 8em;
}

.menu ul {
	width: 11em;
}

.menu a {
	text-decoration: none;
	background:url(../images/layouts/menu/mainbg.jpg);
	padding: .4em 1em;
	display: block;
	color: #EBCC1B;
}

.menu a:hover, .menu li:hover>a {
	background:url(../images/layouts/menu/mainbg_over.jpg);
	color: #EBCC1B;
}

.menu li {	/* create borders around each item */
	border: 1px dashed #330066;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}


.texthide, a.texthide:link, a.texthide:hover, a.texthide:visited {
	font-size: 14px;
	text-align:left;
	text-decoration:none;
	color:#000000;

}


/*]]>*/
