@charset "UTF-8";
/* CSS Document */

#page {
	width: 750px;
	margin-left: -375px;
	position: absolute;
	left: 50%;
}
#header {
	height: 150px;
	padding-top: 60px;
	width: 750px;
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #00456B;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1em;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #00456B;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #999999;
	margin: 0px;
	padding: 0px;
	background-image: url(pix/bgrnd.jpg);
	background-repeat: repeat-x;
}
a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
#content {
	width: 450px;
	color: #666666;
}
#content li {
	padding-bottom: 0.5em;
}

#rightcontent {
	float: right;
	width: 240px;
	position: relative;
	font-size: 0.83em;
}
#rightcontent p {
	padding-top: 0px;
}

#rightcontent h1 {
	font-size: 1em;
	color: #00456B;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#image {
	background-image: url(pix/ThomasWinkler.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 177px;
	width: 180px;
	right: 62px;
	top: 33px;
}
#subnav {
	height: 10px;
}
