/* CSS Document */
body {
	background-color: #D5E4FB;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #4F2107;
}
#wrapper {
 margin-left: auto;
  margin-right: auto;
  border: 5px solid #ffffff;
  width: 1000px;
  }
a {
	font-size: 14px;
	color: #000000;
}
a:visited {
	color: #006666;
}
a:hover {
	color: #006666;
}
a:active {
	color: #000000;
}
h1 {
	font-size: 24px;
	padding-left: 15px;
}
h2 {
	font-size: 18px;
}
.picleft {
	float: left;
}
.picright {
	float: right;
}
p {
	padding-left: 15px;
	padding-right: 15px;
}
