body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.content {
	position: absolute;
	left: 200px;
	top: 120px;
}

.sectionHeader {
	font-weight: bold;
	color: #3333FF;
}

.sectionText {
	font-weight: normal;
	color: #333333;
	margin-left: 20px;
}

.sectionTextBold {
	font-weight: bold;
	color: #333333;
}

.note {
	color: #333366;
	font-style: italic;
}

.footer {
	color: #AAAAAA;
	text-align: center;
}

.text {
	color: #333333;
	font-size: x-small;
}

div#links {
	display: block;
	padding-top: 5px;
}
div#links a {
	text-align: center;
	font-weight: bold; 
  padding: 5px 5px 5px;
	border-width: 0; 
  text-decoration: none;
	color: #333333;
	background: #DDDDDD;
  border-bottom: 5px solid #DDDDDD;
}

div#links a:hover {
	color: #3333FF;
	background: #DDDDDD;
  border-bottom: 5px solid #3333FF;
}

div#menu {
	position: absolute;
	left: 10px;
	top: 120px;
	width: 180px;
}

div#menu img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

div#menu a {
	display: block;
	text-align: center;
	font-weight: bold; 
  padding: 5px 10px;
	margin: 0;
	border-width: 0; 
  text-decoration: none;
	color: #333333;
	background: #DDDDDD;
  border-left: 5px solid #DDDDDD;
  border-right: 5px solid #DDDDDD;
}

div#menu a:hover {
	color: #3333FF;
	background: #DDDDDD;
  border-left: 5px solid #3333FF;
  border-right: 5px solid #3333FF;
}