/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
   background-color: #006400;
	color: #fff;
	padding: 20px;
	margin: 0;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #006400;	
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
		
}
h1
{
text-align: center;
}


#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn
{
	float: right;
	width: 200px;
}
#contentColumn
{
	width: auto;
	margin-left: 199px;
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerRightColumn, #innerFooter
{
	padding: 10px;
}
#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#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 */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #000;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn
{
	border: solid 0px #000;
}
#footer
{
	background-color: #228B22;
	border-style: solid;
	border-width: 1px 0;	/* border for bottom of layout and top of 
				   footer area */
	color: #fff;
	position: relative;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size:90%;		/* arial looks better with a smaller size */
}



#masthead
{
	border-bottom-width: 1px;
}
#innerLeftColumn
{
	border-right-width: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;		/* arial looks better with a smaller size */
}
#innerContentColumn
{
	border-right-width: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;		/* arial looks better with a smaller size */
}
#contentColumn
{
	border-left-width: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size:90%;		/* arial looks better with a smaller size */
}

/*---- Visual Elements ----*/
body
{
	background-color #006400;
	color: #000;
	padding: 20px;
	margin: 0;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 500px;
}

