html, body {
    height: 100%;
}

BODY {
	font-family: Verdana, Arial,sans-serif;
	background-color: #ccc;
	color: #000000;
	margin: 0px 10px;
	padding: 0px;
}

TD {
	font-size: 12px;
}

body>.page,
body>.page>.content {
    min-height: 100%;
    height: auto;
}

.page {
	width: 100%;
	max-width: 700px;
	height: 100%;
	border-left: 1px solid #445E78;
	border-right: 1px solid #445E78;
	background-color: #fff;
	text-align: left;
	float: left;
}

.header {
	padding: 10px 0px 10px 20px;
	background-color: #fff;
	color: #000;
}

.footer {
	border-top: 1px solid #eee;
	font-size: 10px;
	color: #999;
	padding: 10px;
	margin-top: 50px;
	text-align: center;
}

.content {
	height: 100%;
	margin: 0px 0px 0px 0px;
}

.content_block {
	margin: 6px 20px;
	font-size: 13px;
	color: #444;
}

.content_header {
	margin: 10px 10px 10px 10px;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 6px 3px 6px;;
	color: #333;
	border-bottom: 1px solid #ccc;
}

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 25px;
	margin: 5px 0px 5px 0px;
	letter-spacing: 2px;
}

H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	margin: 5px 0px 5px 10px;
}

.content H1 {
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0px;
	margin: 3px 0px;
	
	border-bottom: 1px solid #ddd;
	padding: 2px 2px 2px 2px;
}

.content H2 {
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-size: 13px;
	letter-spacing: 0px;
	margin: 2px 0px;
}

.content H3 {
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0px;
	margin: 2px 0px;
	margin-top: 8px;
}

.content PRE {
	padding: 5px;
	margin: 7px 3px;
	border: 1px solid #eeeeee;
	background-color: #f9f9f9;
}

A:link,
A:active,
A:visited {
	color: #445E78;
	text-decoration: none;
	border-bottom: 1px dashed #ddd;
}

.anoline:link,
.anoline:active,
.anoline:visited {
	border-bottom: 0px;
}

A:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

LI {
	margin: 0px 0px 3px 0px;
}

UL {
	padding: 0px 25px;
	margin: 0px;
}

body>.page>.menu {
	padding: 1%;
}

.nav {
	float: right;
	width: 420px;
	text-align: right;
	padding-top: 5px;
}

.nav UL {
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

.nav LI {
	list-style: none;
	display: inline;
}

.nav A:link,
.nav A:visited {
	display: block;
	float: left;
	color: #888;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 3px solid #F2F2F2;
	padding: 5px 10px;
	width: 80px;
	text-align: center;
}

.nav A:hover {
	border-bottom: 3px solid #F26522;
}

.nav A:active {
	border-bottom: 3px solid #F3D7B7;
}

.navactive A:link,
.navactive A:active,
.navactive A:visited {
	border-bottom: 3px solid #F3D7B7;
}

.ads {
	float: left;
	padding: 5px;
}