html { 
	min-width: 800px;
}

img	{
	border: 0;
}

p.access	{
	display: none;
}

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background:  #FCFECC url(images/background.gif) top center repeat-y;
	color: #808066;
	font: 12px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	scrollbar-base-color: #FFFFCC; 
	scrollbar-face-color: #FFFFCC; 
	scrollbar-track-color: #808066; 
	scrollbar-arrow-color: #808066;
	scrollbar-highlight-color: #E0E0B4; 
	scrollbar-3dlight-color: #808066; 
	scrollbar-shadow-color: #BFBF99;
	scrollbar-darkshadow-color: #808066;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	background:  url(images/bgHeader.gif);
}

#header a{
	width: 800px;
	height:81px;
	display: block;	
	text-indent: -9999px;
}

#header a:hover{
	background:  url(images/bgHeaderH.gif);
}

#sidebar 	{
	text-align: center;
	background:  url(images/bgLeft.gif) no-repeat top left;
	float: left;
	width: 180px;
	padding: 0 5px 0 5px;
	border: 0;
	margin: 0;
}

#sidebar ul {
	text-align: left;
	margin:0;
	padding:0;
	margin-bottom: 20px;
	margin-top: 150px;
}

#sidebar li {
	margin-bottom: 1px;
	text-indent: 5px;
	list-style: none;
	text-align: center;
	background: #808066;
	border: 1px solid #808066;
	border-right:0;
	border-left:0;
	color: white;
}

#sidebar li a {
	display: block;
	text-align: left;
	text-decoration: none;
	background: #808066;
	border-right: 1px solid #808066;
	border-left: 1px solid #808066;
	color: white;
}

#sidebar li a:hover {
	background: #BFBFAC;
}

#sidebar ul ul{
	margin:0;
	background:#FFFFE5;
}

#sidebar ul ul li {
	margin:0;
	text-align: center;
	list-style: none;
	background:#FFFFE5;
	border:0;
	border-bottom: 1px solid #808066;
	color: #404033;
}

#sidebar ul ul li a {
	display: block;
	text-align: center;
	border:0;
	background: #E0E0B4;
	color: #808066;
}

#sidebar ul ul li a:hover {
	background:#FFFFE5;
}

#content	{
	margin: 10px 10px 10px 190px;
	padding: 0;
	width: auto;
	border: 0;
	border-left: 1px solid #808066;
	padding: 0 0 20px 10px;
}

#content p {
	text-indent: 20px;
	margin:0;
	margin-bottom: 10px;
	line-height:15px;
}

#content p.quote {
	text-indent: 0;
	text-align: center;
	font-size: 16px;
	line-height:17px;
	font-weight: bold;
	font-style: italic;
}

#content p.source {
	margin-bottom: 0;
	margin-top: 0;
	text-align: right;
	margin-right: 20px;
	font-size: 11px;
	font-style: italic;
}

#content p.test {
	margin: 0;
}

#content p.testsource {
	margin-bottom: 20px;
	margin-top: 0;
	text-align: right;
	margin-right: 20px;
	font-size: 11px;
	font-weight: bold;
}

#content h2 {
	text-indent: 0;
	text-align: center;
	font-family: "Bauhaus 93", "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 36px;
	margin: 5px;
}

#content h3 {
	text-indent: 0;
	text-align: left;
	font-size: 18px;
	margin:0;
	margin-top:15px;
}

#content a{
	color: #808066;
	font-weight: bold;
	text-decoration:underline;
}

#content a:hover {
	font-weight: bold;
}

#content ul {
	margin:0;
	list-style-image: url(images/bullet.gif);
	margin-left:20px;
	margin-bottom: 10px;
	padding:0;
}

#content ul ul{
	margin-bottom: 0;
}

#content img {
	border: 2px solid #808066;
}

#footer	{
	clear: both;
	border: 0;
	width: 742px;
	padding: 0;
	margin: 0;
}
