/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
}
#oldbrowser
{
	text-align: center;
}

#top, #bodyWrapper, #topNav, #footer
{
	position:relative;
	width:770px;
	margin-left:auto;
	margin-right:auto;
}

#bodyWrapper{
	margin-top:15px;
	margin-bottom:25px;
}

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

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


#contentColumn
{
	width: auto;
	padding-top:5px;
	margin-left: 199px;
	margin-right:10px;
	margin-top:0px;
	voice-family:"\"}\"";
	voice-family:inherit;
	padding-top:5px;
}
#innerLeftColumn
{
	padding: 0 15px 0 15px;
}

#innerContentColumn{
	margin: 0px 10px 0px 0px;
	padding: 0px 40px 0px 0px;
	voice-family:"\"}\"";
	voice-family:inherit;
	margin: 0px 0px 0px 0px;
	padding: 10px 40px 0px 0px;
}

#footer
{
	clear: both;
}
#innerFooter
{
	text-align: left;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
/*	margin-right: 200px;*/
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#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 */
}
#footer
{
	z-index: 10;
}

#menuLvl1 LI
{
	float:left;
	margin:5px;
}