/*---- Layout ----*/
#oldbrowser
{
	text-align: center;
}
#masthead h1
{
}
#masthead
{
	line-height:70%;
	padding: 20px 20px 20px 20px;
}
#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 */
}
#contentColumn
{
	width: auto;
	margin-left: 199px;
}
#innerContentColumn, #innerFooter
{
	padding: 20px;
}
#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 */
}
#masthead, #footer
{
	background-color: #006600;
	z-index: 10;
}

/*---- Borders ----*/
#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{
	border: solid 0px #000;
}
#footer
{
	border-top-width: 1px;
}
#masthead, .hnav
{
	border-bottom-width: 1px;
}
#innerLeftColumn
{
	background-color: #66CC99;
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
	background-color: #FFFFFF;
}

/*---- Visual Elements ----*/
body
{
	background-color: #CCCC99;
	color: #000;
	padding: 20px;
	margin: 0;
}
#pageFrame
{
	background-color: #66CC99;
	color: #000;
	min-width: 500px;
	border: solid 1px #000;
}
.hide
{
	display: none;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav
{
	white-space: nowrap;
	margin: 0;
	color: #FFFFFF;
	background-color: #339966;
}
.hnav
{
	padding: 10px 0 10px 0;
}
.hnav a 
{
	color:#FFFFFF;
}
.hnav a:visited
{
	color:#FFFFFF;
}
.hnav a:hover
{
	color:#CCCC99;
	background-color:#339966;
}
.hnav a.selected {
	color:#CCCC99;
}
.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #006600;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: Georgia, "Times New Roman", serif;
}
#innerContentColumn h3
{
	color: #006600;
}

/*** Masthead ***/
#masthead h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 36px;
}
#masthead h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30%;
}

/*** Footer ***/
#innerFooter
{
	font-family: Georgia, "Times New Roman", serif;
	color: #FFFFFF;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 180%;
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}

a {
	color:#006600;
	}
a :visited{
	color:#006600;
	}
	
.vnav a {
	color:#000000;
	text-decoration: none;
	}
.vnav a :visited{
	color:#000000;
	text-decoration: none;
	}
.vnav .link {
	color:#000000;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #66CC99;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#innerLeftColumn .navbody {
	padding:10px;
}
