html, body {
	margin: 0px;
	padding: 0px;
	background-color:#f6f4e5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4a4a4a;
}
.col {
	float:left;
	padding:0;
	margin:10px 0 10px 0;
}
.w220{
	width:220px;	
}
.w227{
	width:220px;
}
.divider{
	border-right:1px solid #b99a80;
}
ul{
	margin:0 0 0 13px;
	padding:0;
	list-style-type:none;	
}
li{
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 .3em;
	padding:0 10px 0 8px;
}
li.dash{
	background-image:url(../img/bullet_l2.gif);
	background-repeat:no-repeat;
	background-position:0 .4em;
	padding:0 10px 0 8px;
}
li.nobullet{
	background-image:none;
	padding:0 10px 0 0px;
}
ul ul.indent {
	border:none;
	margin:0 0 0 8px;
}
ul.indent li{
	background-image:url(../img/bullet_l2.gif);
	background-repeat:no-repeat;
	background-position:0 .4em;
	padding:0 10px 0 6px;
}
.imagecontainter{
	height:476px; 
	margin:0;
}
.note{
	text-align:center;
	height:40px;
	padding:8px 0 5px 0;
	margin:0px 40px 0px 40px;
}
a, a:visited{
	color:#3366cc;
	text-decoration:none;
}
a:hover, a:active {
	color:#3399ff;
	text-decoration:underline;
}
