body { 
	background-color:white;
	margin: 10px 0 10px 0; padding: 0; font-family: verdana;
}
#container { width:880px; }
div { font-family: verdana; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
	
img { border:0; }
#header { 
	text-align: left; 
	margin: 4px 0 0 0;
	}
#main {
	float:left;
	margin: 0 0 0 0;
}
#rightcol {
	float: right;
	width: 162px;
	margin: 0 0 0 0;
}
#centercol {
	float: left;
	width: 576px;
	text-align: left; 
	padding: 2px;
	margin: 0 10px 0 10px;
	background-color: #fff;
}
#whizzooForm { width:90% }
#leftcol {
	float: left;
	width: 110px;
	margin: 180px 0 0 0;
	
}

#footer {
	clear: both; 
	text-align: center;
	margin: 0 0 2px 0;
}
.link_box {
	border-top:1px solid #336699; font-family: arial; font-weight:bold; color: #336699; font-size: 11pt;	
	padding: 3px; /* background-color: #DEEBF7; */
	overflow: hidden;
	}
.title {
	font-size: 40pt; 
	font-weight:bold;
	color: #336699;
	}
.textfield { border:1px solid blue; font-family: arial; font-weight:bold; color: #336699; background-color: #DEEBF7; font-size: 18pt; }
ul { list-style: none; }
#footer li { display: inline; padding: 0 0 0 5px; }
#footer li.first { content: ''; padding-right: 0; }
#smart_box { z-index:99; width:560px; overflow: hidden; border: #000 1px solid; background-color: #FFfF99; color: #333399; }
#smart_box a:hover { background-color: #DEEBF7; color: #336699; }

/* auto selecter */
.autocompleter
{
	border: 1px solid #6FBEFF;
	width: 250px;
	background-color: #EFF8FF;
}
.autocompleter ul li
{
	padding: 2px 10px;
	white-space: nowrap;
	font-size: 11px;
}
.selectAutocompleter
{
	background-color: #d2fb8f;
}
