body { /* misc body attributes, background */
    padding: 0;
    border: 0;
    margin: 0;
    background-color: #fefefeff; 
	font-family: arial,helvetica,sans-serif;
}

table {
	font-size: 8pt;
}

td {
	vertical-align: top;
}

a{
    color: black;
    text-decoration: underline;
}

a:hover {
    color: red;
}


#page {
	width: 100%;
	position: absolute; 
	text-align: center;
	padding-top: 10px;
}

#canvas {
	width: 790px;
	position: relative;
}

#background {
	z-index: -99;
	width: 100%;
	text-align: center; 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#menu {
	position: absolute;
	top: 185px;
	left: 10px;
	z-index: 99;
	font-size: 12px;
	word-spacing: 20px;
}

#menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #ccccdd;
	text-decoration: underline;
}

#menubottom {
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    font-size: 12px;
    word-spacing: 20px;
}

#menubottom a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

#menubottom a:hover {
    color: #aaaabb;
    text-decoration: underline;
}

#content {
	position: absolute;
	width: 500px;
	height: 560px;
    top: 220px;
    left: 20px;
	font-size: 12px;
	text-align: left;
}

#content h1 {
	text-align: center;
	font-size: 14px;
}

#content h2 {
	text-align: left;
	font-size: 13px;
	text-decoration: underline;
	margin-bottom: 15px;
}

#highlights {
	position: absolute;
    width: 170px;
    height: 560px;
    top: 220px;
    right: 20px;
    font-size: 12px;
    text-align: justify;
}

#highlights h1 {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000080;
	margin-bottom: 10px;
}

#highlights h2 {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 2px;
}

#copyright {
	position: absolute;
	bottom: 35px;
	left: 10px;
	font-size: 11px;
	color: #eeeeff;
}

#copyright a {
	color: #ccccee;
	text-decoration: none;
}

