body {
	text-align:			center; /*center hack*/
	background-color:	#F0F0F0;
	font-size:			10.5pt;
}

a:link {
	color:				#AB0000;
	text-decoration:	none
}

a:active {
	color:				#FFFFFF;
	text-decoration:	none
}

a:visited {
	color:				#AB0000;
	text-decoration:	none
}

a:hover {
	color:				#000000;
	text-decoration:	none
}

#page {
	width:				900px; /*center hack*/
	margin:				50px auto 0 auto; /*center hack*/
	padding:			0;
	text-align:			left;
	overflow:			hidden;
	background-color:	#F0F0F0;
}


/* ==== header ==== */
#header {
	height:				60px;
	text-align:			left;
	padding:			0;
	background:			url('logo.jpg') no-repeat #456073;
}


/* ==== content ==== */
#content {
	float:				left;
	margin:				20px 0 20px 40px;
	width:				600px;
	overflow:			visible;
	background-color:	#F0F0F0;
}

#content h1 {
	font:				1em Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
	line-height:		1.42857em;
	border-bottom:		2px solid #456073;
	margin:				1.2em 0 0.3em 0;
	padding:			0 0 0.15em 0;
}

#content sub {
	font:				0.8em Georgia, Times, serif;
	line-height:		0.1em;
}

#content p {
	font:				1em Georgia, Times, serif;
	line-height:		1.42857em;
	margin:				0 0 0.5em 0;
}

#content ul {
	font:				1em Georgia, Times, serif;
	line-height:		1.42857em;
	margin:				0 0 0.5em 0;
	padding:			0 0 0 1.9em;
}

#content td {
	font:				1em Georgia, Times, serif;
	line-height:		1.42857em;
	margin:				0 0 0.5em 0;
}


/* ==== footer ==== */
#footer {
	clear:				both;
	overflow:			visible;
	margin-top:			10px;
	border-top:			2px solid #456073;
}

#footer p {
	margin:				0;
	padding:			0.5em;
	font:				0.761905em Verdana, Arial, Helvetica, sans-serif;
	color:				#456073;
	text-align:			center;
}


/* ==== navigation ==== */
#navigation {
	float:				left;
	width:				200px;
	overflow:			hidden;
	background-color:	#456073;
	padding:			0;
}

#navigation ul {
	width:				9em;
	margin:				100px 0 120px 0;
	padding:			0px;
}

#navigation ul li {
	list-style-type:	none;
	text-decoration:	none;
	font:				1em Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
	color:				#F0F0F0;
}

#navigation ul li a {
	display:			block;
	margin:				0.4em 0 0.4em 0;
	padding:			7px 10px 5px 25px;
	text-decoration:	none;
	width:				200px;
	color:				#F0F0F0;
}

#navigation ul li a:active {
	color:				black;
}

#navigation ul li a:visited {
	color:				#F0F0F0;
}

#navigation ul li a:hover {
	background-color:	#F0F0F0;
	color:				#456073;
}

#navigation ul li.current a {
	background-color:	#F0F0F0;
	color:				#456073;
}

img.at_image {
	vertical-align: middle;
}