body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.hightlight {
	color: #009999;
	font-style: italic;
	font-weight:bold;
}
div#menu ul {
	list-style-type: none;
}
div#menu li {
	display: inline;
	margin-left: 40px;
	margin-right: 0px;	
	font-weight:bold;
}

a {text-decoration:none;}
a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {
	text-decoration:underline;
	color:#009999;
}
a: active {color:#000000}

div#logo {
	position:absolute; 
	left:80px; 
	top:16px; 
	width:299px; 
	height:93px; 
	z-index:1; 
}

div#menu {
	position:absolute;
	left:350px;
	top:79px;
	width:435px;
	height:30px;
	z-index:2;
	text-align: right;
}

div#main {
	position:absolute; 
	left:80px; 
	top:140px; 
	width:710px; 
	height:490px; 
	z-index:3;
	background-repeat:no-repeat;
}

div#rhs {
	position:absolute; 
	left:640px; 
	top:150px; 
	width:150px; 
	height:600px; 
	z-index:4;
	text-align:center;
}

td {
	border-bottom-style:dashed;
	border-bottom-width:1px;
	padding-bottom: 20px;
	padding-top: 20px;
	vertical-align:top;
}

li { list-style-type:disc;}

h1 {font-size: large;}
h2 {font-size:small;}

