/* Global Styles */

body,html {
	height: 100%;
}

body {
	background: #000066;
	font-family: Tahoma;
}

#outercontainer {
	background: transparent url(/images/site/body-bg.png) repeat-y center top;
	width: 824px;
	margin: 0 auto 0;
	min-height: 100%;
}

#container {
	min-height: 634px;
	width: 824px;
	background: transparent url(/images/site/container-bg.png) no-repeat -6px top;
}

#branding {
	background: #ffffff url(/images/site/branding-bg.png) no-repeat left top;
	height: 256px;
	width: 550px;
	margin: 0 auto;
	position: relative;
}
#branding a {
	position: absolute;
	left: 40px;
	top: 80px;
	height: 170px;
	width: 480px;
	text-indent: -9999px;
}

#content {
	margin: 20px 155px 0;
	line-height: 1.5;
	font-size: 1.2em;
	overflow: auto;
	padding-bottom: 20px;
}

#content-main {
	float: left;
	width: 312px;
}
#content-supp {
	float: left;
	width: 164px;
	margin-top: 5em;
	margin-left: 18px;
	font-size: 0.95em;
	background: #eee;
	padding: 10px;
}

#content h1 {
	font-weight: normal;
	color: #000066;
	margin-bottom: 0.5em;
	font-size: 2.4em;
}
#content h2 {
	font-size: 1.5em;
	color: #000066;
	font-weight: normal;
}

#content p {
	margin-bottom: 1em;
	color: #333;
}

a {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#siteinfo {
	text-align: center;
	padding: 20px;
	color: #666;
	line-height: 1.4;
	clear: left;
}

/* Misc Styles */

hr { display: none; }