body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #010838;
	color: #FFF;
	font: 10pt Trebuchet MS;
	}

h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: bold;
	font: 16pt Trebuchet MS;
	text-decoration: underline;
	}

h2	{
	right: 10px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font: 12pt Trebuchet MS;
	font-weight: bold;
	border-bottom: 2px solid white;
	margin-bottom: 5px;
	margin-top: 10px;
	}

#site {
	width: 800px;
	border: 1px solid #FFF;
	background-image: url("background.png");
	display: block;
	}

#header {
	position: relative;
	margin: 14px 0px 5px 3px;
	width: 794px;
	height: 143px;
	}
	
#navigation {
	position: relative;
	display: block;
	margin-top: 4px;
	float: right;
	right: 30px;
	border-right: 1px solid white;
	}

#navigation a {
	font: 10pt Trebuchet MS bold;
	color: #FFF;
	padding: 0px 10px;
	display: block;
	text-align: center;
	float: left;
	border-left: 1px solid white;
	}

#navigation a:link, #navigation a:active, #navigation a:visited {
	text-decoration: none;
	}

#navigation a:hover {
	text-decoration: none;
	color: #008;
	background: white;
	}

#content {
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
	padding-bottom: 15px;
	}

#content img {
	margin: 0px 10px 10px 0px;
	border: 2px solid white;
	}

#content a:link, #content a:active, #content a:visited, #copyright a:link, #copyright a:active, #copyright a:visited {
	text-decoration: underline;
	color: #FFF;
	background: transparent:
	}

#content a:hover, #copyright a:hover {
	text-decoration: none;
	}

#copyright {
	text-align: center;
	font: 8pt Trebuchet MS;
	font-weight: bold;
	padding: 5px;
	}
	
li {
	margin-left: 6px;
	}
	
table {
	margin: 0px;
	padding: 0px;
	font: 10pt Trebuchet MS;
	width: 90%;
	border-collapse: collapse;
	}
	
table th {
	text-align: left;
	font: 10pt Trebuchet MS;
	font-weight: bold;
	border-bottom: 1px solid white;
	padding: 1px;
	}
	
table tr td {
	vertical-align: top;
	margin: 0px;
	padding: 2px;
	}
	
.clr {
	clear: both;
}