@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6, html, body, ul, li, dl , dd, dt, label, input, select, form, img, fieldset, legend {margin:0; padding:0; line-height:1.1em; }
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	font-size:.8em;	
	}
#wrapper {
	margin:20px;
	}
a { color:#000000; text-decoration:none; }
a:hover { text-decoration:underline; }
#leftcol {
	width:130px;
	}

#mainmenu ul {
	list-style-type: none;
	margin-top:1em;
	}
#mainmenu ul ul {
	margin-left:10px;
	margin-bottom:2em;
	}
#rightcol {
	position:absolute;
	left:160px;
	top:45px;
	}
