/* Tags */

body {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #669999;
	text-align: justify;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #006633;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #990000;
}
/* Layout DIV's */

#page {
	background-color: #FFFFCC;
	border: 3px solid #000000;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 25px;
}

/* Image DIV's */

#floatL {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
#golf {
	float: left;
	padding-left: 35px;
	padding-top: 10px;
}

/* Text Styles */

.subHeader {
	font-size: larger;
	font-weight: bold;
}
.eventHeader {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.sectionHeader {
	font-size: 36px;
	color: #003333;
	font-weight: bold;
	text-align: center;
}

/* Link Styles */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #669900;
	text-decoration: underline;
}
.boldItal {
	font-style: italic;
	font-weight: bold;
}
#clear {
	clear: both;
}
