
html
{
	padding: 0;
	color: black;
	position:relative;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFF99;
}

body
{
	position:relative;
	background-color:#FFFF99;	
	height:100%;
	min-height:100%;

}
#wrapper
{
	margin:0 auto;
	height:100%;
	min-height:100%;

}
#leftcol
{
	position:relative;
	float:left;
}
#foot
{
	position:relative;
	font-size:90%;
	left: 205px;
}
#foot img
{
	padding-right: 50px;
}

#header img
{
	
}

#main
{	
	font-size:100%;
	width:600px;
	position:absolute;
	left: 205px;
	padding-top:8px;	
	padding-left:8px;
	border-left: 1px black solid;	
	border-top: 1px black solid;
}
#crumb
{
	font-size:90%;
	position:relative;
	left: 200px;
}
#leftcol
{
	width:175px;
}
#leftcol ul li
{
	font-size:100%;
	list-style:none;
	line-height:20px;
	margin-top: 4px;
	border-bottom: dotted 1px #666666;
	vertical-align: center;
}
a
{
	color:#0033FF;
	text-decoration:none;
}
a:link
{
	color:#0033FF;
	text-decoration:none;
}
a:hover
{
	color:#FF0000;
	text-decoration:underline;
}
a:active
{
	color:#0033FF;
	text-decoration:none;
}
a:visited
{
	color:#0033FF;
	text-decoration:none;
}
