body {
	font-family: Helvetica, sans-serif;
	text-align: center;
	background-color: white;
	color: #505050;
}

a:link, a:visited {
	color: #505050;
	text-decoration: none;
}

a:active, a:hover {
	color: blue;
	text-decoration: none;
}

h1 a:link, h1 a:visited, h1 a:active {
	color: #b0b0b0;
}

h1 a:hover {
	color: blue;
}

h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	text-decoration: none;
}

.page {
	text-align: center;
	width: 750px;
	border: 2px solid #b0b0b0;
	margin: auto;
}

.innerpage {
	margin-top: 50px;
}

.leftframe {
	width: 450px;
	float:left;
}

.leftcolumn {
	margin-top: 20px;
	margin-bottom: 25px;
	margin-left: 50px;
	width: auto;
}

.leftcolumn a:active, .leftcolumn a:visited, .leftcolumn a:hover, .leftcolumn a:link {
	text-decoration: underline;
}

.linktable a:active, .linktable a:visited, .linktable a:hover, .linktable a:link {
	text-decoration: none;
}

.rightframe {
	margin-bottom: 25px;
	width: 200px;
	background-color: white;
	border: 1px solid #e0e0e0;
	float: right;
	/*margin-right: 50px;*/
	position: relative;
	left: -50px;
}

.rightvertspace {
	margin-right: 25px;
	height: 20px;
	width: 150px;
	float: right;
}

.boxtitle {
	font-weight: bold;
}

.rightboxtext {
	text-align: center;
	margin:15px;
	width: auto;
	font-size: 0.75em;
}

.linktable {
	text-align: center;
	width: 400px;
}

.description  {
	text-align: justify;
}

.fineprint {
	text-align: justify;
	font-size: xx-small;
}

div.spacer {
	clear: both;
}