body {
	margin:0;
	padding:0;
	color:#504e53;
	background:#dfe6f2 url(/img/page_bgnd.png) repeat-y center top;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:0.70em;
}

h1 { font-size:125%; color:#072e78 }
h2 { font-size:112%; color:#072e78 }
h3 { font-size:100%; color:#072e78 }

a:link { color:#748EC4 }
a:visited { color:#072e78 }
a img { border: none; text-decoration: none }

/* Layout */
div#container {
	position:relative;
	width:814px;
	margin:0 auto;
}
div#header {
	height:126px;
	background:url(/img/header_bgnd.jpg) no-repeat;
	color:#fff;
	padding:3px 0 0 13px;
	font-size:13px;
}
#header p { margin:0 0 11px 0; }
div#header-continued {
	position:relative;
	height:277px;
	width:814px;
	background:url(/img/header_lower_part.png) no-repeat;
}
div#logo {
	position:absolute;
	left:637px;
	top:63px;
}
div#leftcol {
	position:relative;
	margin-top:-220px;
	float:left;
	width:232px;
	padding-left:15px;
	height:auto;
}
#leftcol a:link,
#leftcol a:active,
#leftcol a:visited,
#leftcol a:hover {
	display:block;
	width:219px;
	padding:12px 0;
	color:#504e53;
	text-decoration:none;
	background:url(/img/leftnav_lower_edge.png) repeat-x center bottom;
	line-height:1em;
}
#leftcol a:hover	{ text-decoration:underline; color:#092f78; }
#leftcol a:focus	{ outline:none }
#leftcol a.sublink{
	position:relative;
	left:25px;
	width:194px;
}
div#leftbox			{ background:url(/img/leftbox_bgnd.png) repeat-y left top; margin-top:42px; }
#leftbox div		{ padding:0 22px 0 9px; text-align:center; color:#d0dff9; }
#leftbox div h1		{ color:#fff; }


div#content {
	position:relative;
	margin-top:-240px;
	float:right;
	width:475px;
	padding-right:48px;
	line-height:150%;
	height:auto;
}
