body {
    font-family: Verdana, Helvetica, sans-serif;
    color: #666666;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    }
a {
	color: #0081B3; /* sky blue */
	}
a:hover {
	color:#C6DC6A;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
    color: #2485AE;
	font-weight:bold;
	font-size:20px;
	margin-bottom:40px;
    }
h2 {
    color: #2485AE;
	font-weight:bold;
	font-size:11px;
	padding-top:6px;
	margin-bottom:8px;
    }

#navbar {
	z-index:10;
	position:absolute;
	top:203px;
	left:0px;
	width:218px;
	padding:0px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:239px;
	}
/* Again, "be nice to Opera 5". */
body>#navbar {width:239px;}

#moduletable {
	width: 158px;
	padding: 0px;
	margin-left: 30px;
	font-size:14px;
	line-height:24px;
	font-family: Arial, Helvetica, sans-serif;
	}
#moduletable a {
	font-weight:normal;
	text-decoration:none;
	}
#moduletable a:hover, #moduletable td hover {
	font-weight:bold;
	color: #0081B3;
	}
#moduletable td {
	border-bottom:1px solid #C6DC6A;
	}
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	max-width:500px;
	font-size:12px;
	line-height:24px;
	/* top right bottom left */
	margin:7px 325px 0px 218px;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
.content form, .content td {
	font-size:12px;
	line-height:24px;
	margin:0px;
	padding:0px;
}
#rightside, #rightside_nophoto {
	position:absolute;
	width:200px;
	top:80px;
	right:105px;
	z-index:1;
	font-size:11px;
	line-height:18px;
	voice-family:inherit;
	width:180px;
	}
/* Again, "be nice to Opera 5". */
body>#rightside {width:180px;}

#rightside_nophoto{
	top:203px;
	}
#footer {
	color: #999999;
    font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-left: 30px;
	margin-top: 50px;
	margin-bottom: 15px;
	}
#footer a:link, #footer a:visited {
	color: #0081B3;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
