﻿html, body
{
	font: 8pt Arial;
	line-height: 1.5em;
	color: #505050;
	height: 100%;
	margin:0;
	padding:0;
}

h1
{
	font-size:20px;
	margin-bottom:10px;
	margin-top:10px;
}

a img {border:none;}

a
{
	color:Gray;
	text-decoration:none;
	border-bottom:1px solid #234380;
}

a:hover
{
	color:#234380;
	text-decoration:none;
	border-bottom:1.5px solid gray;
}

#container
{
	min-height: 100%;
	position: relative;
}

#header
{
	height:130px;
}

#content
{
	padding: 10px 0px 0px 0px;
	padding-bottom: 46px; /* Height of the footer */
	width:100%;
}

#footer
{
	position: absolute;
	bottom: 0;
	height: 46px;
	width: 100%;
	padding:0;
}

#footer a
{
	color:White;
	border:0;
}
