body {
	font-family: Tahoma, Arial;
	font-size: small;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/BG.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin: 0px;
}
#shell {
	width: 885px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#banner {
	background-image: url(images/banner.png);
	height: 225px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 885px;
}
#content {
	padding-left: 170px;
	padding-right: 150px;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 150%;
}
#nav {
	width: 550px;
	margin-left: 170px;
	padding-top: 140px;
}
#nav a {
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 15px;
	text-decoration: none;
}
#nav a:hover {
	color: #9427B8;
}
#dressCode {
	float: right;
	width: 200px;
}

a {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
}
strong {
	color: #8424A4;
}

h1 {
	font-size: xx-large;
	font-weight: normal;
	color: #8424A4;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.pdf li {
	list-style-image: url(images/icon_acrobat.gif);
	padding-bottom: 10px;
}
