/*
* {
	padding: 0px;
	margin: 0px;
}
HTML {
	height: 100%;
	margin-bottom: 1px;
}
BODY {
	background-color: #ffffff;
}
#page-main {
	width: 100%;
}
#page-align {
	width: 800px;
	margin-left: 3px;
	margin-top: 4px;
	margin: auto;
	background: url("../img/bg_page.gif") repeat-y;
}
#header {
	height: 80px;
}
#header-image-left {
	float: left;
	margin-right: 7px;
}
#header-image-right {
	float: right;
	margin-left: 7px;
}
#navigation-breadcrumb-box {
	height: 23px;
}
#navigation-breadcrumb {
	height: 18px;
	background-color: #f5f5f5;
	border-bottom: solid 1px #000000;
	width: 742px;
	float: right;
	font-size: 11px;
	font-family: verdana,arial,helvetica,sans-serif;
	line-height: 17px;
}
#subheader-box {
	height: 30px;
}
#subheader {
	height: 18px;
	float: right;
	font-size: 11px;
	font-family: verdana,arial,helvetica,sans-serif;
}
#subheader #searchbox {
	float: right;
	border: solid 1px #000000;
}
#navigation-top {
	float: right;
}
#pagetitle-box {
	height: 18px;
}
#pagetitle {
	margin-left: 200px;
	display: block;
	color: #291b61;
	font-size: 16px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
}
#left {
	float: left;
	width: 198px;
}
#right {
	float: right;
	width: 1px;
}
#middle {
	width: 595px;
	margin-left: 200px;
}
#navigation-main, #border, #content {
	position: relative;
}
#border {
}
#content {
	width: 590px;
	padding-top: 20px;
	overflow: hidden;
}
.clearfix {
	display: block;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0pt;
	visibility: hidden;
}
#ie_clearing {
	display:none;
}
#footer {
	clear: both;
	margin-top: 50px;
	margin-left: 49px;
	height: 24px;
	border-top: solid 1px #bfbbd0;
	font-size: 10px;
	font-family: verdana,arial,helvetica,sans-serif;
}
#footer A {
	text-decoration: none;
	color: #bfbbd0;
	color: #291b61;
	font-weight: bold;
}
#footer A:hover {
	color: #695f90;
	text-decoration: underline;
}
#footer-left {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	float: left;
	display: block;
}
#footer-right {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 10px;
	float: right;
	display: block;
}
#print-link IMG {
	margin-left: 4px;
	vertical-align: bottom;
}
*/