body {
	font-family: "Lucida Sans Unicode", Lucida Sans, Tahoma, "Franklin Gothic Medium", Andale Mono, Bitstream Vera Sans, Geneva, OptimaRegular, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
#Header {
	text-align: center;
}
#Header p {
	font-size: 110%;
	display: inline;
}
#Header li {
	display: inline;
	margin: 0 1ex;
}
#Header ul {
	list-style-type: none;
	margin: 0;
}
#col1 {
	margin: 5ex 15%;
}
h1 {
	font-size:200%;
	color: #666666;
	font-weight: normal;
	margin: 0 auto;
}
h2 {
	font-size: 140%;
	color: #666666;
	font-weight: normal;
}
h3 {
	font-size: 90%;
	color: #666666;
	font-weight: bold;
}
#main {
	margin-left: 12%;
	margin-right: 12%;
}
p {
	color: #666666;
	font-size: 80%;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul.nobullet {
	list-style-type: none;
	margin-left: 0ex;
	padding-left: 0ex;
}
ul {
	padding-top: 2ex;
	color: #666666;
}
li {
	padding-bottom: 2ex;
}
li p {
	margin: 0ex;
	padding: 0ex;
}
img {
	border: none;
}
#Footer {
	margin-left: 15%;
	margin-right: 15%;
	border-top: thin solid #666666;
	padding-top: 2ex;
	margin-top: 2ex;
}
#Footer p {
	font-size: 80%;
}
.larger {
	font-size: 120%;
}
