body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 1em;
}

div#head
{
	display: block;
	background-color: #FFFFFF;
	vertical-align: middle;
	padding: 0.5em 0em 0.5em 0em;
	text-align: center;
}

div#leftsidebar
{
	width: 216px;
	height: 100%;
	display: block;
	float: left;
	padding: 0px;
}

div#rightsidebar { }

div#content
{
	display: block;
	background-color: #FFF;
	padding: 0px 0px 0px 10px;
	margin-left: 216px;
}

div#footer
{
	background-color: #FFF;
	width: 100%;
	color: #666;
	font-size: x-small;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 1px;
	height: 6em;
	padding-top: 3em;
	border-top: 1px #999 dotted;
}

.smaller { font-size: 85%; }
.larger { font-size: 115%; }
li, dt, dd { padding-bottom: 6px; }

ul
{
	list-style-type: square;
	list-style-position: outside;
}

.sub { list-style-type: circle; }



/*** FORMS ***/
div#statement
{
	padding: 1em 2em 1em 2em;
	color: #666;
	font-size: small;
	text-align: left;
	vertical-align: middle;
	border: 1px #666 dotted;
	background-color: #DFD;
	width: 90%;
}

div#footer2
{
	background-color: #FFF;
	width: 100%;
	color: #666;
	font-size: x-small;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 1px;
	height: 6em;
	padding-top: 3em;
}

#errorusa, #errorcan, #errorau
{
	font-size: 85%;
	padding-top: 3px;
}

.element { 0em; }

.scp
{
	padding: 1em;
}

.left
{
	width: 100px;
	float: left;
	text-align: right;
	margin: 0px;
	vertical-align: bottom;
	padding-top: 3px;
	padding-right: 2px;
}

.right
{
	margin: 0px;
}

/*** LINKS ***/
a { text-decoration: none; }
a:link { color: #039; }
a:visited { color: #36C; }
a:hover { color: #39F; }
a:active { color: #039; }

a.menu { text-decoration: none; }
a.menu:link { color: #063; }
a.menu:visited { color: #063; }
a.menu:hover { color: #6C6; }
a.menu:active { color: #063; }

.mitem
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px #360 dotted;
	padding: 10px 6px 10px 6px;
}
