html, body {
	height: 100%;
}

body {
	background: #3b9ba8 url('../images/background-main.gif') repeat-y top left;
}

div#Content {
	background-color: #fff;
	width: 648px;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.9em;
	position: absolute;
	top: 0;
	left: 300px;
}

div#Sidebar {
	float: left;
	width: 290px;
}

h1#Logo {
	margin: 0 auto;	
}

#MainNav_container {
	width: 225px;
	margin: 2em auto 0 auto;
}
.MainNav_box {
	background: url('../images/nav-tl.png') no-repeat top left;
}
.MainNav_top {
	background: url('../images/nav-tr.png') no-repeat top right;
}
.MainNav_bottom {
	background: url('../images/nav-bl.png') no-repeat bottom left;
}
.MainNav_bottom div {
	background: url('../images/nav-br.png') no-repeat bottom right;
}
.MainNav_content {
	background: url('../images/nav-r.png') top right repeat-y;
}

.MainNav_top div,.MainNav_top,
.MainNav_bottom div, .MainNav_bottom {
	width: 225px;
	height: 15px;
	font-size: 1px;
}
.MainNav_content { padding: 0 15px; }

ul#MainNav li {
	padding: 0.3em 0.8em;
	line-height: 1.8em;
	font-size: 1.2em;
	border-top: 1px dotted #33838d;
}

ul#MainNav li#FirstNavItem {
	border-top: 0;
}

ul#MainNav li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

ul#MainNav li a:hover {
	background-color: #33838d;
}

ul#FooterNav {
	margin: 5em auto !important;
	text-align: center;
	list-style-type: none !important;
}

ul#FooterNav li {
	border-left: 1px solid #ddd;
	padding: 0 1em;
	display: inline;
}

ul#FooterNav li#FirstFooterNavItem {
	border-left: 0;
}

div#Content hr {
	color: #f0f0f0;
	background-color: #f0f0f0;
	width: 65%;
	margin: 0 0 1.75em 0;
	text-align: left;
	clear: none;
}

h2 {
	width: 70%;
	margin: 1.25em 0 0.5em 0;
	padding-bottom: 0.15em;
	text-align: left;
	font-size: 2.5em;
	border-bottom: 1px solid #f0f0f0;
}

h3 {
	padding: 0;
}

.InfoBox, .Alert, .Error {
	margin: 1em 0;
}

/* Print
--------------------------------------------------
*/

@media print {
	body {
		min-width: 10px !important;
		background-color: #fff;
		background-image: none;
	}

	ul#MainNav {
		display: none;
	}

	div#Sidebar {
		float: none;
		width: 100%;
	}

	div#Content {
		position: relative;
		left: 0;
		width: 100%;
	}
}