* {
    padding: 0px;
    margin: 0px;
	color: white;
}

html, body {
	height: 100%;
}
body {
    background: black;
	font-size: x-small;
	font-family: Verdana, Arial, Tahoma, "Eras Demi ITC", "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: center;
}
html>body {
	font-size: small;
}

#page {
	width: 753px;
	background: #041B33;
	margin: auto;
	text-align: left;
	min-height: 100%;
	height: 100%;
	position: relative;
}
body > #page {
	height: auto;
}

#header {
	background: #06233D;
	height: 88px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: 173px 0;
}
#header #logo {
	width: 204px;
	height: 30px;
	position: absolute;
	margin-left: 18px;
	margin-top: 22px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	/*
	cursor: pointer;
	cursor: hand;
	*/
}
#header #logo .topic {
	display: none;
}
#header #menu {
	padding-top: 72px;
	font-size: 12px;
	font-weight: bold;
}
#header #menu li {
    list-style: none;
    display: inline;
}
#header #menu a {
	text-decoration: none;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 4px;
	
	padding: 0px;
	margin-left: 10px;
}
#header #menu a:hover, #header #menu a#current {
	color: #6A7B8B;
	/* border-bottom: 0.3em solid #6A7B8B; */
}
#content {
	padding: 40px 25px 60px 25px;
}
#content p {
	padding-bottom: 20px;
	line-height: 200%;
	letter-spacing: 1.1;
}

#footer, #footer a {
	color: #687685;
	text-decoration: none;
}
#footer {
	width: 100%;
	height: 20px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 10px;
	font-size: 90%;
}

#content #homeTxt td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #6196B1;
	padding-right: 7px;
	vertical-align: top;
}
#content #homeTxt div {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #6196B1;
	float: left;
	margin-right: 6px;
}
