/*************************************************/
/* ID-based styles                               */
#center_area {
	text-align: center;
	width: 100%;
}
#page_area {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
	position: relative;
}
/**************** Container-related ****************/
#container_top {
	float: left;
	height: 90px;
	width: 964px;
	background: url(/header/container_top_bg.gif) no-repeat;
}
#container_left {
	float: left;
	clear: left;
	width: 964px;
	background: url(/header/container_left_bg.gif) left repeat-y;
}
#container_left_ruler {
	float: left;
	width: 964px;
	background: url(/header/container_left_ruler_bg.gif) top left repeat-y;
}
#container_right {
	float: left;
	width: 964px;
	background: url(/header/container_right_bg.gif) right repeat-y;
}
#container_center {
	margin-left: 57px;
	float: left;
	width: 898px;
	background-color: white;
	padding-bottom: 20px;
}
#container_bottom {
	float: left;
	clear: both;
	width: 964px;
	height: 48px;
	padding-left: 57px;
	background: url(/header/container_bottom_bg.gif) no-repeat;
}

/**************** Footer-related ****************/
#footer_pane {
	width: 898px;
	font-family: Garamond, serif;
	font-size: 10pt;
	text-align: center;
	color: #777777;
}
#footer_pane a {
	color: #990000;
	font-weight: bold;
}

/**************** Header-related ****************/
#header_pane {
	width: 898px;
	height: 150px;	
	position: relative;
}
#header_logo {
	position: absolute;
	left: 10px;
	top: -30px;
}
#header_links_linktabs {
	clear: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 182px;
	top: 90px;
	color: black;
	border-right: 1px solid #9fbbde;
}
#header_links_linktabs li {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 109px !important;
	height: 22px;
	float: left;
	background: url(/header/links_bg_hover.gif);
}
#header_links_linktabs a {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(/header/links_bg.gif) repeat-x;
	line-height: 22px;
	color: black;
}
#header_links_linktabs a:hover {
	background-image: none;
	text-decoration: none;
}
#header_links_linktabs li.on {
	background: url(/header/links_bg_on.gif);
	padding: 0px 0px 0px 5px;
	width: 105px !important;
	line-height: 22px;
}

/**************** Content-related ****************/
#content_pane {
	width: 898px;
}