body {
	font-family: Arial;
	font-size: 10px;
	color: #fff;
	background-color: #000;
}
a {
	color: #fff;
	text-decoration: none;
}
img {
	border: none;
}
p {
	line-height: 1.4em;
}
#wrapper {
	margin: 0 auto;
	width: 920px;
}
#logos {
	float: left;
	padding: 35px 50px;
}
#logos a {
	margin-right: 50px;
}
#logos a img {
	vertical-align: middle;
}
#nav {
	float: right;
	padding: 50px 50px;
	font-size: 18px;
}
#nav a {
	padding: 10px;
	line-height: 25px;
}
#nav a:hover {
	color: #3399cc;
}
#nav img {
	vertical-align: middle;
}
#intro {
	clear: both;
	margin: 25px 0 0 0;
	padding: 25px 25px 0 25px;
	background: url(/images/intro.gif) center top no-repeat;
}
#intro p {
	font-size: 12px;
}
#calendar {
	clear: both;
}
#content {
	clear: both;
	width: 814px;
	margin: 0 auto;
}
#content h1 {
	font-size: 24px;
	color: #fff;
	margin: 5px 0 15px 0;
}
#content p {
	font-size: 12px;
	color: #fff;
	margin: 5px 0 15px 0;
}
#content a {
	text-decoration: underline;
}
#content a:hover {
	color: #3399cc;
}
#footer {
	margin: 25px;
	padding: 25px;
	background: url(/images/footer.gif) center top no-repeat;
}
#footer p {
	color: #333;
	text-align: center;
}
#footer p a {
	color: #333;
	text-decoration: underline;
}
#footer p a:hover {
	color: #3399cc;
}
.popup {
	background: #FFFFFF;
	padding: 10px;
}
.popup .close {
	position: absolute;
	top: -10px;
	right: -12px;
	width: 28px;
	height: 28px;
	background: url(/images/close.gif) top left no-repeat;
}
.popup h1 {
	font-size: 20px;
	color: #000;
	margin: 10px 0;
}
.popup p {
	font-size: 12px;
	color: #606069;
}
.popup .title {
	float: left;
}
.popup .share {
	margin: 5px 0;
	font-size: 10px;
	line-height: 30px;
	float: right;
}
.popup .share img {
	padding: 0 0 0 10px;
	vertical-align: middle;
	cursor: pointer;
}
.popup .share a {
	display: inline;
	padding: 0 0 0 10px;
	vertical-align: middle;
	cursor: pointer;
}
.popup .description {
	clear: both;
	margin-bottom: 10px;
}
.popup .links {
	letter-spacing: -0.2px;
}
.popup .links a {
	color: #0000cc;
}
.popup .links a.selected {
	text-decoration: underline;
}
.popup .form label {
	font-size: 12px;
	color: #606069;
	float: left;
	text-align: right;
	width: 165px;
	line-height: 25px;
}
.popup .form input {
	font-size: 12px;
	color: #606069;
	margin: 5px 5px 5px 175px;
	display: block;
	width: 285px;
	height: 18px;
}
.popup .form label input {
	margin: 0 5px 0 0;
	display: inline;
	width: auto;
	height: auto;
}
.popup .form .agree {
	font-size: 12px;
	color: #606069;
	margin: 5px 5px 5px 175px;
	float: none;
	display: block;
	width: auto;
	height: auto;
	text-align: left;
}
.popup .form .button {
	width: auto;
	height: auto;
	margin: 10px auto;
}
.popup .error {
	font-weight: bold;
	color: #aa0000;
	text-align: center;
}
.popup .link {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #606069;
}