body {
	background-color: #FFFFFF;
	background-image: url(images/side_background.gif);
	background-repeat: repeat-y;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;

	margin: 0px;
}

a img {border-style: none;}

#page_top {
	background-image: url(images/top_background.gif);
	background-repeat: repeat-x;

	height: 172px;
	text-align: center;
}

#page_content {
	margin-left: 175px;
	margin-right: 10px;
	z-index: 3;
}

#page_side {
	position: absolute;
	top: 172px;
	z-index: 2;
}

#page_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#navigation {
	margin-bottom: 20px;
}

#navigation a {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

	display: block;
	margin-left: 20px;
}

#navigation a:hover, #navigation a:active {
	color: #FFCC33;
}

.large {
	font-size: 16pt;
	font-weight: bold;
}
