html {
overflow: auto;
}

a img {
	border: none;
	margin-top: 0.5em;
	}

a {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
p {
	font-family:Helvetica, Arial, sans-serif;
	display: block;
	margin: 1em;
	font-size:11px;
	line-height:2;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	font-weight:bold;
	margin-top:2.5em;
	margin-bottom:0.4em;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#555555;
font-weight:normal;
margin:0;
}

#main img {
margin:0.9em;
}

#rightcolumn {
width:187.7px;
float:right;
padding-left:4.5px;
color:#222222;
border-left:thin dashed #CCCCCC; 
}

#sponlogo img {
margin:2em auto;
display:block;
opacity:0.4;
filter:alpha(opacity=40);
-moz-opacity:0.4;
}

#sponlogo img:hover {
opacity:1;
filter:alpha(opacity=100);
-moz-opacity:1;
}

.progress {
font-size:12px;
font-weight:bold;
text-align:center;
line-height:1;
margin-top:0.4em;
margin-bottom:1.2em;
}

.sidenote {
	font-size: 9px;
	line-height: 1.5em;
	margin: 0px;
	vertical-align: sub;
}

.leadin {
font-size:16px;
color:#666666;
font-weight:bold;
}