html, body {
	background: #9babfc url(/images/background.gif) repeat-x 0 0;
	color: #123181;
	font-size: 12pt;
}

body {
	padding: 20px 0;
}

#container {
	background: white url(/images/header.gif) repeat-x 0 0;
	position: absolute;
	left: 0px;
	width: 1000px;
	margin: 0 auto;
	padding-top: 0px;
	border: black solid 1px;
}

strong#logo {
}

strong#logo a {
	text-decoration: none;
	font-size: 24px;
	line-height: 60px;
	vertical-align: bottom;
	margin-left: 40px;
}

strong#logo a:hover {
	text-decoration: underline;
}


#header {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 14pt;
	height: 100%;
	width: 120px;

}

#header ul {
	position: absolute;
	top: 40px;
	left: 0px;
	margin: 0;
	padding: 0;
	
}

#header ul li {
	display: inline;
	padding: 0 0.4em 0 0;
}

#header a, #header a:link, #header a:visited {
	color: #123181;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#content {
	padding: 0 40px 40px 240px;
	margin-bottom: 0px
}

h1 {
	font-size: 16pt;
	margin-top: 1em;

}

h1.title {
	margin-top: 0;
}

h2 {
	font-size: 14pt;
	margin-top: 1.5em;
}

h3 {
	font-size: 13pt;
	margin-top: 1.3em;
}

p {
	margin-top: 1em;
}

a, a:link, a:visited, a:active {
	color: #123181;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#content a {
	font-weight: bold;
}

#footer {
	margin: 2em 40px;
	padding: 10px 16px;
	height: 60px;
	border-top: 1px solid #7f8d75;
	font-size: 10pt;
	color: #7f8d75;
}

#footer ul {
	list-style: square;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	padding: 0 0.6em 0 0;
}

#footer a, #footer a:link, #footer a:visited {
	color: #7f8d75;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer p {
	margin-bottom: 0.5em;
}

ul {
	margin-top: 0;
}

a img {
	border: 0;
}

.hi {
	display: none;
}