#container	{
	position: relative;
	margin: 0;
	}

a:link	{
	text-decoration: none;
	color: #00c;
	background: transparent;
	}

a:visited {
	color: #339;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	background-color: #669;
	text-decoration: none;
	}

a:active {
	color: #000;
	text-decoration: none;
	}

#left_col	{
	float: left;
	width: 10%;
	text-align: left;
	font-size: 80%;
	font-weight:bold;
	overflow: hidden;
	}

.caption	{
	font-size: 80%;
	font-style:italic;
	}

#left_col ul	{
	margin: 0 .25em;
	padding: 0 .25em;
	text-decoration: none;
	}

#left_col li	{
	list-style-type: none;
	margin: 3px 0;
	padding: .5em;
	}


#content	{
	width: 70%;
	float: left;
	}

#right_col	{
	}

#footer	{
	border-top: thin #000000 solid;
	margin: 20px 0 5px 0;
	padding: 5px 10%;
	text-align: center;
	font-size: 60%;
	clear: both
	}	
				


body {
	background-color: #c0c0c0;
	margin: 0;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1, h3	{
	color: #424;
	}

h1, h2	{
	font-size: 200%;
	text-align: center;
	}

h3, h4	{
	font-size: 150%;
	text-align: center;
	}

h5, h6	{
	font-size: 120%;
	margin: 1em 0 0 0;
	}


ul, ol	{
	margin: 0 1em;
/*	text-decoration: none; */
	}

li	{
/*	list-style-type: none; */
	margin: 0 1em;
	padding: .5em 0 0 0;
	}


