* {
	margin: 0;
	padding: 0;
}

* :focus {
	outline: 0;	/* Get rid of that annoying outline on anchors */
}

img {
	border: none;
}

body {
	width: 900px;
	padding: 25px;
	background-color: #fdba17;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #077a43;
}

div.hr {
	border-bottom: 1px solid #aaa;
	margin: 15px 0;
}

div#navigation {
	background-color: black;
	height: 104px;	/* Have to force the height because we're floating the logo */
}

div#navigation #logo {
	float: left;
	height: 104px;	/* Have to force the height because...otherwise we force the real content top border to the right */
}

div#navigation ul {
	list-style-type: none;
	padding-top: 65px;
}

div#navigation li.first {
	margin-left: 20px;
}

div#navigation li {
	display: inline;
	margin-right: 14px;
}

div#navdropshadow {
	float: right;
}

div.clearFloats {
	clear: both;
}

.errorMessage {
	color: red;
	font-weight: bold;
}

.successMessage {
	color: blue;
	font-weight: bold;
}

.infoMessage {
	color: green;
	font-weight: bold;
}

#invisiblePixel {
	border: none;
}

#realContent {
	background-image: url(../images/realcontentbackground.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	color: #077a43;
	padding: 15px 45px 10px 45px;
}

#realContent p, p.tagline {
	font-family: Arial;
	font-size: 12px;
}

#realContent h2, #realContent .h2, .blogger-post-title, #realContent p.navInfo, h3, h4 {
	font-family: Georgia, Times, "Times New Roman";
}

#realContent h2, #realContent .h2, .blogger-post-title, #realContent p.navInfo {
	font-size: 21px;
	font-weight: bold;
}

#realContent p.navInfo, p.tagline {
	color: black;
}

#realContent p.navInfo a, p.calendarNavigator a, p.archivelink a {
	color: #077a43;
	text-decoration: none;
}

p.archivelink {
	font-weight: bold;
}

p.tagline {
	font-weight: bold;
	margin: 15px auto;
}

p.calendarNavigator {
	margin-bottom: 15px;
}

#sponsorHead {
	background-image: url(../images/sponsorheadbackground.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	color: white;
	font-family: Arial;
	font-size: 21px;
	padding: 5px 0;
}

#sponsorHead p {
	margin-left: 25px;
}

div#sponsorBody {
	background-image: url(../images/sponsorbodybackground.jpg);
	width: 900px;
	height: 150px;
}

div#sponsorBody table {
	margin-left: 10px;
	padding-top: 25px;
}

div#sponsorBody td {
	padding-right: 10px;
}

div.eventDiv {
	display: none;
	position: absolute;
	cursor: pointer;
}

#bigLeftColumn {
	float: left;
	width: 375px;
	color: gray;
}

#bigLeftColumn p {
	font-family: Georgia, Times, "Times New Roman";
	margin-bottom: 15px;
}

#bigRightColumn {
	float: right;
	width: 375px;
	color: black;
}

div.optional {
	background-color: white;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	z-index: 99;
	display: none;
	cursor: move;
	border: 3px solid #077a43;
	padding: 5px;
}
