/*---- Layout ----*/
body, table, div, span, p, h1, h2, h3, h4, form{
	/*div -  this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}

#oldbrowser{
	text-align: center;
}

#head h1{
	display:inline;
}

#leftcolumn{
	margin-right: -273px;	/* IE 4 fix */
}

#leftColumn{
	float: left;
	width: 274px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}

#contentColumn{
	width: auto;
	margin-left: 274px;
}

#footer{
	clear: left;
}

#innerFooter{
	text-align: center;
}

#innerContentColumn{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}

#contentColumn>#innerContentColumn{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}

#innercontentcolumn{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#head, #footer{
	z-index: 10;
}


/*---- Visual Elements ----*/
body{
	padding: 0px;
	margin: 0;
}

.hide{
	display: none;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav, #innerFooter{
	white-space: nowrap;
	margin: 0;
	color: #000;
} 

.hnav{
	padding: 3px 0 4px 0;
}

.hnav ul, #innerFooter ul{
	text-align: left;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 5px 0 0 0;
}

.hnav ul li, #innerFooter ul li{
	display: inline;
	white-space: nowrap;
	padding:0px 10px;
	/*/*/ /*/display: none;/*  */
}

#innerFooter ul li{
	padding:0px 5px;
}

#innerContentColumn{
	float:left;
}

