body {
	margin-left:10px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	width: 800px;
	background-image: url("../images/logo2.gif");
	background-attachment: fixed;
	background-position: 45% 50%;
  	background-repeat: no-repeat;
	background-color: white;
	}
hr
{
	height:1px;
	color: black;
}
.top-menu
{
	text-align: right;
}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size: x-large;
	line-height:28px;
	font-weight: bold;
	color:#999;
	}
p,li {
	font:small verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	text-align: justify;
	}

a {
	color:#09c;
	font-size:small;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align: left;
	}
a:link {
	color:#09c;
	}
a:visited {
	color:#07a;
	}
a:hover {
	background-color:#CCFFCC;
	}
#Header {
	margin:10px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	border: 1px solid black;
	line-height:11px;
	background-color:#CCFFCC;
	text-align: center;
	height:33px; /* 14px + 17px + 2px = 33px */
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	}
#Content {
	margin:0px 0px 50px 200px;
	padding:10px;
	}
#Menu {
	position:absolute;
	top:160px;
	left:10px;
	width:180px;
	padding:10px;
	background-color: white;
	border-right: 1px solid black;
	line-height:17px;
	}
body>#Menu {
	width:180px; /* So that Opera renders the menu properly". */
	}
.image-left
{
	padding: 10px;
	float: left;
	}
.image-right
{
	padding: 10px;
	float: right;
	}
.copyright
{
	font: x-small verdana, arial, helvetica, sans-serif;
	text-align: center;
	background-color:#CCFFCC;
	border: 1px solid #000000;
	background-image: url("..//images/footer.jpg");
	}
a.copy
{
	font: x-small verdana, arial, helvetica, sans-serif;
	}
.note
{
	font: x-small verdana, arial, helvetica, sans-serif;
	text-align: center;
	background-color:#eeeeee;
	width: 800px;
	border: 2px solid #cccccc;
}