body
{
	font-family: Georgia, Garamond, serif;
	font-size: 0.9em;
	background-color: #fff;
}
#top
{
	position: absolute; left: 5px; top: 10px; width: 940px;
	/* background-color: #fff; */
	/* padding: 3px;  */
	/*  color: #000000;	*/
	font-size: 12px;
	vertical-align: text-bottom;
}
#top img
{
	border: none; float: center;
	position: relative;
}
#top h1		{ margin-top: 10px; }
#top a:link		{ color: #FFFFFF; background-color: transparent; text-decoration: none; }
#top a:visited	{ color: #FFFFFF; background-color: transparent; text-decoration: none; }
#top a:active	{ color: #ff9; background-color: transparent; text-decoration: none; }
#top a:hover	{ color: #ff9; background-color: transparent; text-decoration: none; }
#top p       	{ color: #FFFFFF; }

#main	{ position: absolute; left: 220px; top: 210px; width: 470px; }

.mainbox
{
	position: relative;
	text-align: left;
	border-width: 1px; border-style: solid; border-color: #663;	padding: 5px;
	color: #000;
	background-color: #fff;
	background-image: none;
	margin: 0px 0px 20px 0px;
}

#col1
{
	position: absolute; left: 5px; top: 210px; width: 180px;
	font-size: 12px;
	padding: 5px;	
}

#col1 ul
{
    margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#col1 a
{
    display: block;
	text-decoration: none;
	/* background: #036; */
	background: #006633;
	color: #fff;
	padding: .2em .5em;
	border-bottom: 1px solid #fff;
	width: 15em;
}

#col1 a:hover
{
    background: #FFFF66;
	color: #000;
}

#col1 a:active
{
    background: #69C;
	color: #000;
}

#col1 li
{
    display: inline;
}

#col1 img
{
	border: none; float: none;
	margin: 0px 6px 3px 0px;
	position: relative;
}

#col3
{
	position: absolute; left: 700px; top: 210px; width: 230px;
	border-width: 1px; border-style: solid; border-color: #663;
	background-color: #fff;
	padding: 5px;
}

#col3 h3
{
	background-color:  #FFFF66;
	color: #000000;
	padding: 5px;
	margin-top: 0px;
}

.breadcrumbs
{
	position: relative;
	text-align: left;
	border-width: 1px; border-style: solid; border-color: #996;	padding: 5px;
	font-weight: 600;
	color: #000;
	/* background-color: #80FFFF; */
	background-color: #fff;
	background-image: none;
	margin: 0px 0px 20px 0px;
}

.footer
{
	text-align: center;
	color: #000;
	background-color: #fff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #80FFFF;
	padding: 2px;
	font-size: 0.9em;
	margin: 50px 0px 0px 0px;
}

th
{
	font-size: 0.9em;
	font-weight: 600;
	background-color: transparent;
	padding: 3px;
	border-width: 0px 0px 1px 0px;
	border-color: #666;
	border-style: solid;
}
tr
{
	font-size: 0.9em;
	border-width: 1px 1px 1px 1px; border-style: solid; border-color: #363;
}
td
{
	padding: 3px;
	font-size: 0.9em;
	vertical-align: top;
	border-width: 0px 0px 0px 0px; border-color: #ccc; border-style: solid;
}