body {
	margin: 0 0 10px 0;
	background: #b6b6b6;
	font-family: verdana, arial, sans-serif;
	color: #6e3896;
	/*background: url('/?asset=assets%2fdefault%2fpng%2fbg.png');*/
}

#wrapper {
	margin:     0 auto;
	text-align: left;
	background: #ffffff;
	width:      900px;

}

#header {
	height: 280px;
	
	text-align: center;
	border-bottom: 2px solid #6e3896;
	/*background:  #f6f4c9 url('/?asset=assets%2fdefault%2fjpg%2fheader.jpg') no-repeat 0px 50%;*/
	background:  #ffffff url('/?asset=assets%2fdefault%2fpng%2fheader.png') no-repeat 0px 50%;
}

#header h1, #seo {
	display: none;
}
h1#title {
	font-size: 12pt;
	font-weight: normal;
	border-bottom: 1px solid #7f8e1c;
	color: #bb4604;
	padding: 5px;

}

#nav {
	padding:    5px;
	position: absolute;
	width:      190px;
	top: 290px;
	left: 50%;
	margin-left: -440px;
	color: #56610e;
	background: #efdaff;

}

#outer {
	width: 900px;
	margin: 0 auto;
	background: #efdaff;
	/*background: url('/?asset=assets%2fdefault%2fpng%2finner-bg.png');*/
	border: none;
	border-top: none;
}

#inner h2 {
	font-size: 10pt;
	margin-left: 10px;
	padding-bottom: 5px;
	font-weight:   normal;


}

#inner {
	padding-bottom: 0px;
	margin-left: 220px;
	
	min-height: 455px;
	background: #fff;
	border-left: 1px solid #6e3896;
	padding-top: 30px;

}

#helpbox {
	margin-left: 162px;
	line-height: 1em;
	border: 2px solid #b11;
}

#helpbox em {
	font-size: 0.8em;
}

#inner p {
	font-size: 10pt;
	line-height: 1.5em;
	margin-left: 10px;
	padding-right: 10px;
	text-align: justify;
	background-color: #ffffff;

	
}

#inner p a {
	background-color: #ffd;
	text-decoration: underline;
}

#inner div.clear {
	height: 10px;
	font-size: 1px;
}

#footer {
	clear: both;
}

#footer div {
	width: 880px;
	height: 40px;
	margin: 0 auto;
	font-size: 8pt;
	padding-right: 20px;
	line-height: 40px;
	text-align: right;
	background: #efdaff;
	border-top: 1px solid #6e3896;
	/*background: url('/?asset=assets%2fdefault%2fpng%2ffooter.png');*/
}

#footer a {
	/*color: white;*/
}

#notebox, #nullnav {
	border: 1px solid #000;
	background: #eee;
}

#notebox h3 { border-bottom: 1px solid #aaa; padding-bottom: 4px; }
/*#notebox h3.first { border-top: none; }*/

#nav div       { padding: 1px 0 1px 0; }
#nav div.out   { /*padding: 6px 0 6px 0;*/ }
#nav div.first { padding-top: 0; }
#nav div.last  { padding-bottom: 0; }
#nav div.nolinks { color: #888; }

#nav h3 {
	color:         #ffffff;
	background:    #6e3896;
	padding:       5px;
	font-weight:   normal;
	font-size:     8pt;
	cursor:        pointer;
	border:        1px solid #efdaff;

}

/*.nav0 h3 { background: #f66; }
.nav1 h3 { background: #6e6; }
.nav2 h3 { background: #66e; }
.nav3 h3 { background: #e6e; }
.nav4 h3 { background: #6dd; }*/

#nav ul {
	display: none;
	border: 1px solid #efdaff;
}

#nav li {
	height: 1%;
}

#nav li div,
#nav li a {
	height: 1%;
	padding: 5px;
	display: block;
	border-bottom: 1px solid #efdaff;
}

#nav li.last a,
#nav li.last div {
	border-bottom: none;
}

#nav a {
	color: #000;
}

#nav a:hover {
	background: #ec2c91;
	text-decoration: none;

}

#nav li.active div {
	background: #febc28;
	font-weight: bold;
	color:         #ffffff;
}

#nav div.out h3 {
	font-weight: bold;
	border-bottom: none;
}

#nav div.out ul {
	display: block;
	background: #fff;
	border-top: none;
}

#nav div.out li {
	list-style: none;
}