/*************************************************************/
/* CSS Controls the layout and appearance of the page.
/* Defaults to standard CSS only, tableless layout 
/*************************************************************/
html
{
	font-size:100%;
}

body
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: white;
	border: 1px solid rgb(0,51,0);
	padding: 0;
	margin:0;
	color: #666666;
}

a
{
	color: rgb(0,75,0);
	text-decoration: none;
}

a:visited
{
	color: rgb(75,75,75);
}

a:hover
{
	color: rgb(0,125,0);
 	text-decoration: underline;
}

#header
{
	border-bottom: 1px solid rgb(0,51,0);
	background-color: #4B9632;
	color: white;
	text-align: center;
	font-weight: bold;
	height: 15px;
}



#header a
{
	text-decoration: none; color: white;
}

#container
{
	overflow-y: auto;
	padding-right: 5px;
}

#container ul
{
	background-color: white;
	font-size: .9em;
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 20px;
}

#container ul li
{
	margin-bottom: 3px;
}

#footer
{
	border-bottom: 1px solid rgb(0,51,0);
	background-color: rgb(0,51,0);
	color: white;
	text-align: center;
	height:15px;
}

#footer a
{
	text-decoration: none; color: white;
}
