body {
	background:url('/images/home_bg.jpg') repeat-y center #79888F;
	font-size:62.5%;
	line-height:1.7em;
}

a img {
	border: none;
	text-decoration: none;
}

a:hover img {
	border: none;
	text-decoration: none;
}

li a {
	text-decoration: none;
	border-bottom: 1px #888 dotted;
	display: block;
	margin: 3px 0px 6px 5px;
}

li a:hover {
	text-decoration: none;
	border-bottom: 3px #333 solid;
	margin: 3px 0px 4px 5px;
	display:block;
}

h1 {
	width: 100%;
	display: block;
	border-bottom: 1px #333 solid;
	font-family: "Georgia", "Times", serif;
	font-size: 1.5em;
	color: #880000;
}

h2 {
	width: 100%;
	display: block;
	border-bottom: 1px #333 solid;
	font-family: "Georgia", "Times", serif;
	font-size: 1.3em;
	color: #880000;
}

.textareas {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.2em;
}

.leftcolumn {
/*	background-color: #DDD;*/
	padding: 4px;
	float:left;
/*	width: 36%;*/
	width: 260px;
	margin: 0px 5px;
}

.rightcolumn {
/*	background-color: #DDD;*/
	padding: 4px;
	float: right;
	width: 400px;
	margin: 0px 5px;
}