body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #fff url(/assets/Image/Layout/bgnd_tile_light.jpg) left top;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 0.80em;
	height: 100%;
}

h1, h2, h3 { margin:0.3em 0 1.3em 0; color:#000 }
h1 { font-size:150% }
h2 { font-size:125% }
h3 { font-size:100% }

a:link { color: #ee3e36; }
a:visited { color: #8e2520; }
a img { border: none; text-decoration: none }
p { margin: 0.3em 0 1em 0 }

th { text-align: left }
form, textarea, input, select { font-family: Tahoma, Helvetica, sans-serif; font-size: 100%; }
form { display:inline }

.textfield, textarea { border:1px inset #ccc }

/* form error messages */
div.error-formfield { color:#ef3e34; font-weight:bold; display:none }
input.error-formfield, textarea.error-formfield, select.error-formfield {  border:1px inset #ccc; background-color:#fee897 }

/* Layout */
div#top { position:absolute; top:0; left:0; width:100%; background: url(/assets/Image/Layout/bgnd_tile_dark.jpg); height:236px; border-bottom:8px solid #eb6000; }
div#divider { position:absolute; top:244px; left:0; width:100%; height:8px; background:#00a030; }
div#logo { position:absolute; bottom:-8px; left:0; }
div#content-bgnd {
	position:absolute;
	top:0px;
	left:221px;
	width:725px;
	min-height:100%;
	padding:0px 10px;
	z-index:1;
	background: url(/assets/Image/Layout/content_bgnd.gif) center top repeat-y;
}
div#content {
	position:relative;
	top:-70px;
	padding:0 2em;
}
div#topnav {
	position: absolute;
	top:119px;
	left:241px;
	z-index:4;
	width:705px;
	background: #ffe97f
}
div#topnav div {
	float: right;
	background: #fff6cc;
	padding: 0 1em;
}
div#topnav a {
	float: left;
	text-align: center;
	margin: 0 1em;
	line-height:22px;
	color:#474540;
	text-decoration:none;
}
div#topnav a.active {
	background: url(/assets/Image/Layout/bgnd_active_nav.png) repeat-x left bottom;
}
div#leftspace {
	position:absolute;
	left:0;
	top:267px;
	z-index:5;
}
div#rightspace {
	position:absolute;
	left:946px;
	top:65px;
	z-index:5;
}