/*********************************************/
/* WHOLE PAGE */
/*********************************************/
body {
	font-size: 9pt;
}
div#wrap {
	border-style: none;
}
/*********************************************/
/* NAVIGATION */
/*********************************************/
div#header {
	border-bottom: 1px black dashed;
}
div#nav
{
	font-size:9pt;
}
div#nav ul
{
	padding:0;
	margin:0;
	margin-top:11px;
}
div#nav li
{
	list-style-type:none;
	display:inline;	
}
div#nav li a
{
	text-decoration:underline;
}
div#nav li a:hover
{
	text-decoration:underline;
}
div#nav li.currentitem
{
	font-weight: bold;
}
div#title
{
	font-weight: bold;
}
/* ---------------- */
/* CONTENT & SUBNAV */
/* ---------------- */
div#content a
{
	font-weight: bold;
	text-decoration:none;
}
div#content a:hover
{
	text-decoration:underline;
}
div#content h1, div#content h2
{
	margin:0;
	padding:0;
}
/*--------------------------------*/
/* SUBNAV*/
/*--------------------------------*/
div#subnav
{
	font-size:9pt;
	border-bottom: 1px black dashed;
}
div#subnav ul
{
	padding:0;
	margin:0;
	display:inline;
}
div#subnav li
{
	list-style-type:none;
	display:inline;	
}
div#subnav li a
{
	text-decoration:underline;
	font-weight:normal;
}
div#subnav li a:hover
{
	text-decoration:underline;
	font-weight:normal;
}
div#subnav li.currentitem
{
	font-weight: bold;
}

/*********************************************/
/* CONTENT */
/*********************************************/
div#contentleft {
	margin:10px;
}
div#contentright
{
/*	padding-left: 10px;*/
	padding-right: 10px;
}
div#contentright h2
{
	font-size: 14pt;
	margin-bottom: 0;
}
div#contentright p
{
	margin-top:0;
}
div#contentleftright
{
	margin:10px;
}
/*********************************************/
/* FOOTER BALK */
/*********************************************/
div#footer {
	clear:both;
/*	text-align: center;*/
}
div#footer p {
/*	text-align:right;*/
	margin-top:0;
	padding-top:0;
	padding-right:0px;
}
.aardwormlink
{
    text-decoration: none;
}


