div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	background-color: white;	/* border/edge of the layout color */
	color: #000;
	padding: 0%; /*change this to 1% for small border effect */
	margin: 0;
}
body h1
{
	background-color: #006331;
	text-align:center;
	color: white;
	margin:0px;
}
#pageframe
{
	margin: 0px;
	background: #fff;
	border:0px solid black;
}
#header
{
	border-bottom: 1px solid #006331;
	margin:0px;
}
#header h1
{
	padding: 15px 0px;
	text-align:center;
	font-family: Georgia, "Times New Roman", serif;
}
#menu
{
		/*border:1px solid black;
		padding:5px;*/
		font-family: verdana, helvetica, sans-serif;
		font-weight: bold;
		font-size: 70%;
		line-height: 180%;
}
#footer
{
	text-align:center;
	padding:5px;
	border-top: 1px solid #006331;
	font-family: Georgia, "Times New Roman", serif;
}

#content
{
	border-left:0px solid black;
	padding: 10px;
	font-family: Georgia, "Times New Roman", serif;
}

#header, #footer
{
	background-color: #fff;
	color: #000;
}

a img, #menu p a img
{
	border-width: 0;	/* remove the border around linked images. <img border="0" ..../> is invalid in XHTML 1.1 */
}


/***************** NAV *******************/
#menu ul, #menu ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#menu ul
{
	border: solid 1px #000;
	border-bottom-width: 0;
}
#menu ul li
{
	border-bottom: solid 1px #000;
}
#menu ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}
/* Hide from IE-mac \*/
* html #menu ul li a/* hide from IE 5.0 */ {height: 1%;}
/* End hide */

#menu ul li a
{
	color: #336;
	background-color: #cc9;
}
#menu ul li a:hover
{
	background-color: #006331; /* #336; */
	color: #fff;
}
/******************************************/


/******************************/
/* ALTERATIONS FROM BASIC CSS */
/******************************/
.invisible, li.invisible, #menu ul li.invisible
{
	display:none;
}
#menu h1
{
	color: white;
	background: #006331;
	font-size:105%;
	margin:0px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #000;
}
#menu_column
{
	 width: 20%;
	 padding:10px; 
	 background-color: #fff;
}
#intro p
{
	font-family: Georgia, "Times New Roman", serif;
	margin: 10px 10px;
	color: #000;
	background-color: #FFF;
}

.indent 
{
	margin-left:35px;
}

/* ************************ */
/* images  **************** */
/* ************************ */
.imgright {float:right;}
.imgleft {float:left;}
