body {
	margin: 0;    
}
#header {
	background: #f0f0f0;
	padding: 12pt 12pt 12pt 48pt;
	margin-top: 18pt;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	border-top: #d2d2d2 solid 1px;
	border-bottom: #d2d2d2 solid 1px;
	top: 0;
	left: 0;
	right: 0;
}

#title {
    color: #747474;
    text-decoration: none;
    font: bold 32pt/36pt sans-serif;
    display: inline;
}

#title a { text-decoration: none; }
#title a:hover {
    text-decoration: none; 
}

#title1 { color: #00AAEE; }
#title2 { color: #FFAF00; }

#title a:hover #title1 {
    color: #FFAF00;
}
#title a:hover #title2 {
    color: #00AAEE;
}

#menu {
}

#menu a {
	 display: block;
    font: bold 16pt/18pt sans-serif;
    text-decoration: none;
    color: #808080;
    padding: 3pt 4.5pt;
}

#menu a:visited {
    color: #808080;
}

#menu a:hover {
	 color: #FFAF00;
	 background-color: #00AAEE;
}

#maincolumn {
   padding: 30px 30px 10px 30px;
   margin: 0 0 0 216px;
   border-left: solid 1px #d2d2d2;
}

#sidebar{
	width: 180px;
	position: absolute;
	left: 0;
	margin:0px 0px 0px 0px;
	padding: 20px 18px 0 18px;
	text-align:left;
}

h1, h2, h3 {
	font-family: sans-serif;
	font-style: bold;
}

h1 {
	color: #FFAF00;
	font-size: 160%;
}

h2 {
	color: #00719E;
	font-size: 135%;
}

h3 {
	color: #A0A0A0;
	font-size: 115%;
}

h1 a {
	color: inherit;
}

div.sidepicture { clear:right; border:none; padding:10pt; float:right; text-align:center; font-size:x-small; }
div.sidepicture * img { }
div.sidepicture p { max-width: 100%; }
