* {
	padding: 0;
	margin: 0;
}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	behavior: url("/css/csshover3.htc"); 
	padding: 15px 0 0 15px;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
h1 {
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: bold;
	line-height: 20px;
}
a {
	color: #777;
	text-decoration: none;
}
a:hover, a.current {
	color: black;
	text-decoration: none;
}

#head {
	float: left;
	width: 700px;
}
#columnleft, #columnright {
	width: 345px;
	float: left;
}
#columnleft {
	margin-right: 15px;
}
.smallfont {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}


