body {
	background: #DCDCEA;
	margin: 0px;
	padding: 0px;
}

#page_container  { margin: 0px; padding: 8px }

#container_750 {
	width: 728px;
	height: auto;
	background-image: url('../images/main_bg.gif');
	margin: 0px;
	padding: 0px;
}

#header {
	width: inherit;
	height: 99px;
	background-image: url('../images/header.jpg');
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana;
}

#logo_link {
	display: inline;
}

#logo_link a {
	display: block;
	position: relative;
	top: 27px;
	left: 43px;
	width: 55px;
	height: 70px;
	text-decoration: none;
}

#nav_bar {
	width: 152px;
	background-image: url('../images/nav_bg.gif');
	font-family: arial, verdana;
	font-size: 10px;
	color: light blue;
	line-height: 185%;
	text-align: left;
	float: left;
	clear: left;
	margin: 0px;
	padding: 10px 0 0 0px;
}

#nav_bar a {
	text-decoration: none;
	font-size: 10px;
	color: #A9A4CB;
}

#nav_bar a:hover {
	color: white;
}

ul#nav_links {
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0px;
}

.subsection {
	margin: 0 0 0 10px;
	padding: 0px;
	display: none;
}

.supersubsection {
	margin: 0 0 0 10px;
	padding: 0px;
	display: none;
}

#content {
	width: 550px;
	height: auto;
	font-family: georgia, arial, verdana;
	font-size: 12px;
	color: #0F1272;
	text-align: left;
	float: left;
	clear: right;
	margin: 0px;
	padding: 4px;
}

#footer {
	width: 728px;
	vertical-align: bottom;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: arial, verdana;
	font-size: 9px;
	clear: both;
	vertical-align: middle;
	padding: 20px 0;
	margin: 0px;
}

#footer a {
	color: #464993;
	text-decoration: none;
}

#footer a:hover {
	color: #20237D;
}