/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px 0px 10px 0px;
	margin: 0;
	background:#598935 url('../gfx/bg1.jpg');
	font-family: Arial, Verdana, Sans-serif; 
	font-size: 75%;
	color:#1D1F1F;
}

#oldbrowser
{
	text-align: center;
}

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

#top
{
	padding-top:9px;
	background:url('../gfx/c_top1.gif') no-repeat;
}

	#innerTop
	{
		background:#FFFFFF url('../gfx/bg_top1.jpg') no-repeat; 
		height:83px;
		padding:0px 0px 0px 0px;
	}

#topFlash
{
	background:#FFFFFF;
}

	#innerTopFlash
	{
		margin:0px;
		padding-bottom:1px;
		text-align:center;
	}

#bodyWrapper{
	background:#FFFFFF;
	background:url('../gfx/c_contentTop.jpg') no-repeat;
	padding-top:58px;
}

	#innerBodyWrapper
	{
		background:#FFFFFF url('../gfx/bg_watermark.jpg') no-repeat;
		padding-bottom:15px;
	}


#introBodyWrapper{
	border-top:1px solid #5F9536;
	background:#FFFFFF;
}

	#introInnerBodyWrapper
	{
		border-top:1px solid #BFD5AF;
		margin-top:1px;
	}

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

#leftColumn
{
	float: left;
	width: 220px;
	position:relative;
}


#contentColumn
{
	width: auto;
	margin-left: 220px;
	margin-right:0px;
	margin-top:0px;
}

#innerLeftColumn
{
	padding: 30px 15px 0 20px;
}

#innerContentColumn{
	margin: 0px 10px 0px 0px;
	padding: 30px 10px 0px 0px;
	min-height:230px;
	border-bottom:1px solid white;
}

* html body div#innerContentColumn	
{
	height:230px;
}


#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
{
	font-size:90%;
	padding-bottom:9px;
	background:url('../gfx/c_btm1.gif') bottom no-repeat;
	border-top:1px solid #5F9536;
}

	#innerFooter
	{
		background:#FFFFFF url('../gfx/bg_footer.gif') repeat-x; 
		padding:10px 10px 2px 20px;
	}
