body {
	background: #000a48 url(images/background.png) repeat-x;
}
.clear {
	clear: both;
}
#holder {
	width: 1020px;
	height: auto;
	margin: 10px auto;
	overflow: hidden;
}
#holder a {
	text-decoration: none;
	border: none;
}
#holder img {
	text-decoration: none;
	border: none;
}
#holder_top {
	background: transparent url(images/holder_gray_top.png) no-repeat;
	width: 1020px;
	height: 15px;
	overflow: hidden;
}
#holder_middle {
	background: transparent url(images/holder_gray_middle.png) repeat-y;
	width: 1020px;
	height: auto;
	overflow: hidden;
	z-index: 0;
	position: relative;
}
#holder_bottom {
	background: transparent url(images/holder_gray_bottom.png) no-repeat;
	width: 1020px;
	height: 20px;
	overflow: hidden;
}
#content_top {
	background: #e7cc61 url(images/background_yellow.png) repeat-x;
	width: 950px;
	height: 92px;
	margin: 10px auto 0;
	overflow: hidden;
}
.nav_link {
	width: 158px;
	height: 38px;
	float: left;
	overflow: hidden;
}
#content_slide {
	background: #e7cc61;
	width: 950px;
	height: 300px;
	margin: 40px auto 0;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#content_slide_bottom {
	background: #e7cc61;
	width: 930px;
	height: 21px;
	margin: 0px auto;
	padding: 4px 10px 0;
	overflow: hidden;
}
#content_holder {
	background: #f0ebd7;
	width: 950px;
	height: auto;
	padding-bottom: 10px;
	margin: 0px auto 13px;
	overflow: hidden;
}
#content_holder hr {
	margin-top: -20px;
}
#content_left {
	background: #E7CC61;
	width: 230px;
	height: auto;
	float: left;
	padding: 0px 10px 10000px;
	margin-bottom: -10000px;
	border-right: #dcdcdc solid 2px;
	overflow: hidden;
}
#content_left .pagepanelnav hr{
	margin:4px 0 0;
}
#content_right {
	width: 670px;
	height: auto;
	float: right;
	padding: 0px 14px;
	overflow: hidden;
}
#content_right a {
	text-decoration: underline;
}
#page_title {
	background: transparent;
	width: 500px;
	height: 92px;
	float: right;
	margin-right: 3px;
	text-align: right;
	overflow: hidden;
	padding-right:2px;
	font-family:"Monotype Corsiva", Verdana, Arial, sans-serif;
	font-size:18px;
}
#page_title a:link{
	color:#021d77;
	text-decoration:none;
}
#page_title a:visited{
	color:#021d77;
	text-decoration:none;
}
#page_title a:hover{
	color:#3f466d;
	text-decoration:none;
}
#page_title a:active{
	color:#3f466d;
	text-decoration:none;
}
#footer {
	font-size: 9pt;
	text-align: center;
	margin-top: -7px;
}
#ui-toolbar {
	display: none;
}
#navcont {
	display: none;
}
#docpane {
	height: 100%;
	top: 0px;
}
