/* CSS Document */

html, body {
height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 80%;
	background-image: url(images/site_back.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}

#wrapper {
	background-image: url(images/wrapper_back.png);
	width: 818px;
	margin: 0px auto 0px auto;
	text-align: left;
	min-height: 100%;
}

* html #wrapper {
height: 100%;
}

#header {
	position: relative;
	width: 800px;
	margin-left: 9px;
	height: 305px;
	background-image: url(images/header_back.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#number {
	color: #7399C6;
	font-size: 120%;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 20px;
}

#topimage {
	position: absolute;
	height: 217px;
	width: 800px;
	top:88px;
	left: 0px;
}

.darktext {
	color: #003366;
}

#mainpage {
	position: relative;
	width: 800px;
	margin-left: 9px;
}

#leftcolumn {
	float: left;
	width: 200px;
	margin-right: 30px;
	text-align: right;
	margin-top: 20px;
}

#leftcolumn ul {
	margin: 0px;
	padding: 0px;
}

#leftcolumn li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#leftcolumn a:link, #leftcolumn a:visited {
	display: block;
	margin-bottom: 6px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

#leftcolumn a:hover {
	color: #7399C6;
}

#rightcolumn {
	float: right;
	width: 520px;
	color: #666666;
	margin-top: 10px;
	margin-right: 40px;
}

h1, h2, h3 {
	color: #7399C6;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}

a:link, a:visited {
	color: #003366;
}

a:hover {
	color: #7399C6;
}

#undercol {
	clear: both;
}

