body {
	margin: 0;
	padding: 0;
	background: url(/images/bg.jpg) repeat-x top;
	text-align: center;
}


body, td, th {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #757575;
}

a {
	color: #012873;
}

#contentArea {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: url(/images/contentareabg.gif) repeat-y;
}

#header {
	width: 975px;
	margin: 0 auto;
	text-align: left;
	background: url(/images/header.jpg) no-repeat;
	height: 129px;
	margin-bottom: 44px;
}

#nav {
	width: 166px;
	float: left;
	margin-right: 11px;
}
.lhsTop {
	background: url(/images/navtop.jpg) no-repeat;
	width: 166px;
	height: 4px;
	overflow: hidden;
}
.lhsBottom {
	background: url(/images/navbottom.jpg) no-repeat;
	width: 166px;
	height: 18px;
	overflow: hidden;
}
#nav li, #nav ul, #subNav ul, #subNav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#nav li a {
	text-decoration: none;
	color: #757575;
	display: block;
	background: url(/images/navbg.jpg) repeat-x;
	width: 164px;
	height: 34px;
	margin-left: 1px;
	line-height: 32px;
	text-indent: 10px;
	font-size: 9pt;
}
#nav li a:hover {
	color: #012873;
}
#subNav ul {
	border-top: 4px solid #67be00;
}
#subNav li a {
	color: #9ea4a6;
	background: #f3f3f3;
	text-indent: 11px;
	border-bottom: 1px solid #e0e0e0;
}
.lhsMiddle {
	background: url(/images/navmiddlebg.gif) repeat-y;
}

#content {
	width: 592px;
	float: left;
}

#homepageImage {
	background: url(/images/homecourse.jpg) no-repeat;
	width: 592px;
	height: 349px;
	margin-bottom: 11px;
}

h1 {
	background: url(/images/navbg.jpg) repeat-x bottom;
	border-bottom: 4px solid #67be00;
	color: #67be00;
	font-size: 15pt;
	padding: 11px 0;
	margin: 0 0 0 1px;
	width: 590px;
	text-indent: 18px;
}
.firstWord {
	color: #012873;
}

h2 {
	color: #67be00;
	font-size: 11pt;
	margin: 0 0 1em 0;
}

.contentBox {
	width: 592px;
	border-bottom: 1px solid #dbdbdb;
}
.contentBoxTop {
	background: url(/images/contenttop.jpg) no-repeat;
	width: 592px;
	height: 4px;
	overflow: hidden;
}
.contentBoxMiddle, .contentBoxMiddleHome {
	background: url(/images/contentbg.gif) repeat-y;
}
.contentBoxMiddle {
	height: auto !important;
	height: 400px;
	min-height: 400px;
}
.contentBoxText {
	padding: 10px 20px;
}

.clearer {
	clear: both;
}

#footer {
	background: url(/images/footer.jpg) repeat-x;
	height: 86px;
	clear: both;
	margin-top: 11px;
	font-size: 9pt;
}
#footerInner {
	width: 770px;
	margin: 0 auto;
	color: #012873;
	text-align: center;
	padding-top: 9px;
}
#footerLinks {
	float: right;
}
#footerLinks a {
	text-decoration: none;
}
#copyright {
	padding-left: 60px;
}

#map {
	margin-left: 25px;
}

label {
	float: left;
	display: block;
	width: 150px;
	font-weight: bold;
}

.button {
	background: url(/images/btnbg.gif) repeat-x;
	height: 35px;
	font-weight: bold;
	color: #012873;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #dbdbdb;
	cursor: pointer;
}

.registerColumn {
	float: left;
	width: 310px;
	margin-right: 12px;
}
.loginColumn {
	float: left;
	width: 230px;
}
.registerColumn .formInput {
	width: 150px;
}
.loginColumn .formInput {
	width: 120px;
}
.loginColumn label {
	width: 90px;
}

.formInput {
	border: 1px solid #dbdbdb;
	width: 180px;
}

.eventInfo {
	border-top: 1px solid #dbdbdb;
	padding: 1em 0;
}
.eventTitle {
	font-weight: bold;
}
.viewTeeTimes {
	text-align: right;
}

.warning {
	font-weight: bold;
	color: #900;
}

hr {
	height: 1px;
	border-top: 1px dashed #67be00;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.dataTable {
	border-collapse: collapse;
	border: 1px solid #bbb;
	width: 400px;
}
.dataTable th {
	background: url(/images/navbg.jpg) repeat-x;
	height: 34px;
	border-bottom: 1px solid #bbb;
	padding: 0 8px;
}
.dataTable td {
	padding: 6px 8px;
}
.rowLight td {
	background: #fff;
}
.rowDark td {
	background: #f3f3f3;
}

#teeTimeTable {
	border-collapse: collapse;
}
#teeTimeTable td {
	border-bottom: 1px solid #ccc;
	padding: 4px 10px;
	vertical-align: top;
}