body {
	background-image: url('/common/images/interface/bg-outside-page.jpg');
	background-repeat:repeat-x;
	background-color:#1E252D;
}

div.container {
	margin: auto;
	width: 780px;
	border: solid white 1px;
}

div.header div.header_left {
	background-image: url('/common/images/interface/header-content_logo.gif');
	width: 329px;
	height: 70px;
	float: left;
}

div.header div.header_right {
	background-image: url('/common/images/interface/header-content_right.jpg');
	width: 451px;
	height: 70px;
	float: right;
}

div.header div.header_right table.links {
	width: 100%;
	height: 60px;
	border: none;
	margin-top: 5px;
	font-size:1.0em;

}

div.header div.header_right table.links tr td {
	vertical-align: middle;
	color: #eeeeee;
}

div.header div.header_right table.links tr td.links {
	text-align: right;
	width: 100%;

}

div.header div.header_right table.links tr td.date {
	text-align: left;
	white-space: nowrap;
	padding-left: 15px;
	padding-right: 10px;
}

div.header div.header_right table.links tr td a {
	color: #eeeeee;

}

div.header div.header_left a {
	display: block;
	text-decoration: none;
	width: 140px;
	height: 50px;
	margin-top: 10px;
	margin-left: 8px;
}

div.top_nav {
	background-image: url('/common/images/interface/bg-nav.jpg');
	background-repeat: repeat-x;
	height: 34px;
	padding-left: 15px;
	width: 765px;
}

div.navigation {
	float: left;
	width: 180px;
	height: 120px;
	padding-right: 5px;
	background-image: url('/common/images/interface/bg-sub_nav_area.jpg');
	color: #dddddd;
}

div.navigation a {
	font-size: 7.5pt;
}

div.navigation table {
	width: 100%;
	height: 100%;
	border: none;
}

div.navigation table tr td {
	text-align: right;
	vertical-align: middle;
}

div.navigation a {
	color: #dddddd;
	font-weight: bold;
	line-height: 175%;
}

div.navigation span {
	font-weight: bold;
	font-size: 5pt;
}

div.banner {
	float: left;
	width: 595px;
	height: 120px;
}

div.divider {
	background-image: url('/common/images/interface/bg-divider_middle_thick.gif');
	background-repeat: repeat-x;
	height: 33px;
}

div.divider div.left {
	background-image: url('/common/images/interface/divider-subpage_left.gif');
	width: 277px;
	height: 33px;
	float: left;
}

div.divider div.right {
	float: right;
	width: 503px;
}

div.divider div.right div.squares {
	background-image: url('/common/images/interface/divider-middle_thick_square.gif');
	background-repeat: no-repeat;
	width: 25px;
	height: 5px;
	margin-top: 5px;
	margin-left: 468px;
}

div.divider div.right div.breadcrumb {
	margin-top: 5px;
	margin-right: 9px;
	text-align:right;
	
}

* html div.divider div.right div.breadcrumb {
	margin-top: 0px;
}

div.main {
	background-repeat: no-repeat;
	background-position: top left;
	background-color: white;
}

div.content_pane {
	margin-left: 308px;
	width: 455px;
}

div.content_pane div.title img {
	margin-top: 5px;
	margin-bottom: -3px;
	background-color: #DDE7F3;
}

div.content_pane div.content {
	background-color: #DDE7F3;
	padding-top: 14px;
	padding-left: 28px;
	padding-right: 30px;
	padding-bottom: 14px;
	width: 397px;
	font-size:1.0em;
}

div.footer {
	height: 23px;
	color: #dddddd;
	background-color: #2f3d40;
}

div.footer div.links {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

div.footer div.links a {
	color: #dddddd;
	text-decoration: underline;
}

div.footer div.copy {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
div.partner {
	margin-top:10px;
	overflow:auto;
	clear:both;
}
