html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	font-size: 12px;
	font-family: arial;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

table {
	border-collapse: collapse;
	padding: 0px;
	font-size: 12px;
}

a {
	color: #47646c;
}

h2 {
	color: #47646c;
	margin: 10px 0px 5px 0px;
}

h3 {
	margin: 10px 0px 3px 0px;
}

hr {
	height: 1px;
	background-color: #c3c3c3;
	border-width: 0px;
}

div.container {
	position: absolute;
	width: 100%;
	min-height: 100%;
}

div.topmenu {
	width: 900px;
	margin: 0px auto;
	clear: both;
	text-align: left;
	z-index:99;
}

div.header {
	height: 200px;
	margin: 0px auto;
	clear: both;
	text-align: center;
	background-color: #1c4863;
	background-position: center;
	background-repeat: no-repeat;
}

div.sidebar a {
	text-decoration: none;
	font-size: 11px;
}

div.content {
	width: 900px;
	margin: 0px auto 150px auto;
	clear: both;
	text-align: left;
}

div.article img {
	padding: 5px;
}

div.footer {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0px;
	margin: 0px auto;
	padding: 20px 0px;
	clear: both;
	font-size: 11px;
	text-align: center;
	background-color: #e3e3e3;
}

div.footer h5 {
	margin: 0px;
	color: #212121;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
}

div.footer a {
	color: #295670;
}

div.footercontent {
	width: 0px;
	margin: 0px auto;
	clear: both;
	text-align: left;
}

div.footercontent a {
	text-decoration: none;
}

a.hoverunderline:hover {
	text-decoration: underline;
}
