div.header {
	margin: auto;
	width: 750px;
	height: 104px;
	background-image: url('/common/images/interface/header.gif');
	background-repeat: no-repeat;
}

div.home_link {
	float: left;
	position: relative;
	top: 15px;
	left: 20px;
}

div.home_link a {
	text-decoration: none;
	display: block;
	width: 260px;
	height: 75px;
}

div.tertiary_nav {
	padding-top: 66px;
	padding-right: 15px;
	text-align: right;
}

div.tertiary_nav a {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

div.tertiary_nav a:hover,
div.tertiary_nav a:active,
div.tertiary_nav a.active {
	color: #000;
}

div.container {
	background-image: url('/common/images/interface/bg-content_area.gif');
	width: 750px;
	margin: auto;
	padding-bottom: 5px;
}

div.navigation_column {
	width: 250px;
	background-image: url('/common/images/interface/nav-bg.gif');
	background-repeat: repeat-y;
	float: left;
}

div.navigation_top {
	background-image: url('/common/images/interface/nav-top.jpg');
	background-repeat: no-repeat;
	height: 57px;
}

div.navigation_bottom {
	background-image: url('/common/images/interface/nav-bottom.gif');
	background-repeat: no-repeat;
	height: 72px;
}

div.content_column {
	float: left;
	margin-left: 4px;
	width: 494px;
}

div.content {
	padding-left: 10px;
	padding-right: 30px;
}

div.footer {
	margin: auto;
	width: 750px;
	height: 38px;
	background-image: url('/common/images/interface/footer.gif');
	text-align: right;
	background-repeat: no-repeat;
}

div.footer_nav {
	padding-top: 10px;
	padding-right: 20px;
	color: #858585;
}

div.footer_nav a {
	color: #858585;
	font-size: 7.5pt;
	text-decoration: underline;
	font-weight: bold;
}

div.footer_nav a:hover,
div.footer_nav a:active,
div.footer_nav a.active {
    color: #000;
}
