
body {
	padding: 0px;
	margin: 0px;
	background: #bbbcbf;
	color: #505050;
	font-family: "Trebuchet MS", "DejaVu Sans", "Verdana", sans-serif;
	font-size: 8pt;
}

#page-holder {
	width: 870px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
}

h2 {
	font-weight: normal;
	color: #000;
	border-bottom: 2px solid #f7c73b;
	font-size: 3ex;
}

h3 {
	font-weight: bold;
	color: #000;
	font-size: 2ex;
}

a {
	color: #FFC20E;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

#page-layout-box--page-- {
	background: #fff right repeat-y url(layout/shadow-right.png);
}
	#page-layout-box-inner--page-- {
		padding: 0px 20px 0px 0px;
		color: #444;
	}

	#page-layout-box--page--header-- {
		background: #fff top repeat-x url(layout/cont-bg.png);
	}
	#page-layout-box-inner--page--header-- {
		padding: 0px 3px 0px 5ex;
		background: transparent top right no-repeat url(layout/leaf-top-right.png);
	}

		#page-layout-box-inner--page--header-- h1 {
			margin: 0px;
			padding: 1ex 0ex 0ex 0ex;
			background: top left no-repeat url(layout/logo.gif);
		}

			#page-layout-box-inner--page--header-- h1 a {
				display: block;
				height: 110px;
				width: 285px;
			}
				#page-layout-box-inner--page--header-- h1 a span {
					display: none;
				}

		#main-menu {
			padding: 2ex 0ex 1ex 0ex;
		} 
			#main-menu a em {
				border-bottom: 3px solid #f7c73b;
				font-style: normal;
				font-size: 10pt;
				font-weight: normal;
			}

			#main-menu a,
			#main-menu a span {
				color: #000;
							font-size: 10pt;
				font-variant: small-caps;
				text-decoration: none;
			}


	#page-layout-box-inner--page--top-- {
		background: top no-repeat url(layout/top.png);
		height: 135px;
		padding: 0px;
	}

	#page-layout-box--page--content-- {
		background: #fff top repeat-x url(layout/cont-bg.png);
	}
		#page-layout-box-inner--page--content-- {
			background: bottom left no-repeat url(layout/leaf-bottom-left.png);
		}

		#page-layout-box-inner--page--content--left-- {
			padding: 2ex 1.5ex 4ex 5ex;
		}
		#page-layout-box-inner--page--content--main-- {
			padding: 2ex 3ex 4ex 1.5ex;
		}


	#page-layout-box--footer-- {
		background: top repeat-x url(layout/shadow-bottom.png);
		font-size: 80%;
		text-align: right;
		color: #eee;
	}

		#page-layout-box-inner--footer-- {
			background: top right no-repeat url(layout/shadow-bottom-corners.gif);
			padding: 5px 25px 35px 25px;
		}

		#page-layout-box--footer-- a {
			color: #fff;
			text-decoration: none;
		}

#dms-download-form input.textentry {
	color: #000;
	background: #fff;
	border: 1px solid #888;
}

#dms-download-form input.submit {
	color: #000;
	background: #ffc200;
	border: 1px solid #888;
}

