body {
	margin: 0 auto;
	padding: 0;
	font: 92%  Calibri,Verdana,Sans serif;
	color:#333300;
	}



/* ---------------------------------------------------------------------------
	Main classes
--------------------------------------------------------------------------- */
h1, h2, h3 {
	color: #333300;
	font-family: Cambria,Times New Roman, Times, Serif;
	padding-bottom:0.4em;
	letter-spacing:0.1em;
	margin-bottom:0;
	}


a {
	color: #808000;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {color:#808000}
a:hover {	text-decoration: underline; color:#808000;}
a.cancel {margin-left:2em;}




/* ---------------------------------------------------------------------------
	Layout
--------------------------------------------------------------------------- */
div#container{
	width:812px;margin:0 auto 0 auto;
	background-color:#fff;
	}

div#banner {margin:0 auto 0 auto;}
div#mainarea {
	width:600px;float:right;
	margin:1px 0 0 0;padding: 2px 6px 0 6px;
	min-height:400px;
	_height:400px;		/* standards compliant browsers can't understand this */
	line-height:120%;
	word-spacing:0;
	}

div#leftnav {
	width:176px;float:left;
	padding:0 3px 0 6px;
	min-height:400px;
	_height:400px;		/* standards compliant browsers can't understand this */
	}
div#footer{margin:1em 0 0.5em 0; clear:both;}

.articlepreview {margin-bottom:0;}



/* ---------------------------------------------------------------------------
	Sidebar
--------------------------------------------------------------------------- */
#leftnav h1
{
	font-size: 120%;
	font-weight: normal;
	padding: 3px 0 2px 9px;
	margin: 0 0 0 -4px;
	background-image:url(../images/artwork/menudivider.png);
	background-repeat:no-repeat;
	color:#000;
}

ul.sidebarlist {
	list-style:none;
	padding-bottom:0.2em;
	margin:0;
	}

.sidebarlist li {padding:0.3em 0.1em 0.3em 0em; margin:0; }

.sidebarlist li a {font-weight:normal }









ul.infolist {
	list-style-type:square;
	margin-left: 8px;
	padding-bottom: 1px;
}
ul.infolist    li {
	padding:0;
	margin-bottom:2px;
}
