body {
	border : 0;
	width:760px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background-color:white;
}

p {
		font-size : 9pt;
}

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

#top {
	position : absolute;
	top : 20px;
	left : 200px;
	width:520px;
}
#top img {
	margin-left:60px;
}


ul {
	padding: 0px;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:0px;
}

li {
	list-style:square;
}

#left {
	position : absolute;
	top  : 210px;
	left : 10px;
	border-width: 2px;
	border-style: dashed;
	background-color: #99CCFF;
	padding:15px;
	font-size : 8pt;
	line-height : 20px;
	width:170px;
}

#center {
	position : absolute;
	top : 210px;
	left : 190px;
	width:720px;
	border:1px black dashed;
	background-color:white;
	padding:10px;
	font-size : 10pt;
}



#homeimage {
	float : right;
	padding-bottom : 10px;
	padding-left : 10px;
}

a:hover {
	text-decoration : underline;	
}

a {
	color:#336699;
	text-decoration : none;	
}

#left a:hover {
	text-decoration : underline;	
}

#left a {
	font-weight:bold;
	color:#336699;
	text-decoration : none;	
}


