body {
	background: #ececec url(/style/images/pagoda_piece.jpg) top right no-repeat;
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #475178;
}

img {
	border: none;
}

.spacer {
	clear: both;
}

div#head {
	background: #4e566e url(/style/images/head_main.jpg) no-repeat;
	height: 180px;
	min-width: 1060px;
}
a#logo {
	display: block;
	position: absolute;
	background: url(/style/images/logo.png) no-repeat;
	left: 117px;
	top: 27px;
	width: 279px;
	height: 114px;
}
div#headContent {
	height: 136px;
	margin-left: 575px;
}
div#headBar {
	background: url(/style/images/head_bar_repeat.png);
	height: 44px;
	margin-left: 800px;
}
div#headBarFade {
	background: url(/style/images/head_bar_fade.png);
	float: right;
	width: 262px;
	height: 44px;
}

div#foot {
	background-color: black;
	text-align: center;
	font-family: Garamond;
	color: white;
	padding: 20px 10px 20px 0;
}

div#wrapper {
	background: url(/style/images/pagoda_piece.jpg) repeat-y;
	background-position: 0px 630px;
	float: left;
	min-width: 800px;
	max-width: 1300px;
}

div#pagoda {
	position: absolute;
	background: url(/style/images/pagoda_top.jpg) no-repeat;
	float: left;
	left: 0px;
	top: 180px;
	width: 233px;
	height: 441px;
}

div#contentDSRepeat {
	background: #e6e6e6 url(/style/images/content_ds_repeat.jpg) repeat-y;
	background-position: top right;
	margin: 0 0 0 163px;
	padding-right: 194px;
}
div#contentFadeRepeat {
	background: url(/style/images/content_fade_repeat.jpg) repeat-x;
}
div#contentContainer {
	background: url(/style/images/content_ring.jpg) no-repeat;
}

div#content {
	background: url(/style/images/content_ds_right.jpg) no-repeat;
	background-position: top right;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: sans-serif;
	font-size: .9em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.3em;
	padding: 5px 30px 30px 35px;

}

p.pageTitle {
	padding-top: 20px;
	font-weight: normal;
	font-size: 26px;
}

div#globalNav {
	background: url(/style/images/globalNav_ds.jpg) no-repeat;
	background-position: bottom left;
	float: right;
	right: 35px;
	top: 170px;
	margin-top: 20px;
	width: 180px;
	height: 0;
	font-family: Garamond;
}

div#globalNav ul {
	background: url(/style/images/globalNav_fade_repeat.jpg) repeat-y;
	background-position: 5px 0px;
	list-style: none;
	line-height: normal;
	margin: 0 0 8px 0;
	padding: 0px;
}
div#globalNav li {
	margin-bottom: 0em;
}
div#globalNav ul li a {
	background-color: #333;
	display: block;
	color: LightGray;
	padding: 10px;
	border-top: 1px solid #a4a4a4;
}
div#globalNav ul li a.selected {
	color: green;
}
div#globalNav ul li a:hover {
	background-color: LightGray;
	color: black;
}
div#globalNav ul li ul.subMenu {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
div#globalNav ul li ul.subMenu li {
	font-size: 13px;
	border: none;
	padding-left: 10px;
}
div#globalNav ul li ul.subMenu li a {
	background: none;
	color: #595959;
	margin: 0px;
	padding: 0px;
	border: none;
}
div#globalNav ul li ul.subMenu li a:hover {
	color: #333333;
	margin-left: 2px;
}

h5.subMenuTitle {
	font-weight: normal;
	padding-left: 18px;
	margin: 0px;
}

.portlet {
	border: none;
	margin: 0 0 .5em;
	padding: 0;
	float: none;
	width: 11.6em;
	overflow: hidden;
}
.portlet h4 {
	font-size: 95%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h5 {
	background: transparent;
	padding: 0 1em 0 .5em;
	display: inline;
	height: 1em;
	text-transform: lowercase;
	font-size: 91%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h6 {
	background: #ffae2e;
	border: 1px solid #2f6fab;
	border-style: solid solid none solid;
	padding: 0 1em 0 1em;
	text-transform: lowercase;
	display: block;
	font-size: 1em;
	height: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}
.pBody {
	font-size: 95%;
	color: black;
	padding: 0 .8em .3em .5em;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
	margin: 0;
	padding: 0;
}
.portlet ul {
	list-style-type: square;
	list-style-image: url(bullet.gif);
	font-size: 95%;
}
.portlet li {
	padding: 0;
	margin: 0;
}