@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../images/design01-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6BA10F;
}
img {
	display: block;
}
strong {
	font-size: 16px;
	color: #0066AA;
}
a:link, a:visited {
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}




h2 {
	color: #FFFFFF;
}



.wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #d6dffa;

}
.contactbar {
	background-image: url(../images/topbar.gif);
	background-repeat: no-repeat;
	height: 29px;
	text-align: right;
	padding-right: 20px;
	padding-top: 6px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.contactbar a:link, .contactbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.contactbar a:hover {
	text-decoration: underline;
}
.colcontainer {
	background-image: url(../images/bg-grad.gif);
	background-repeat: repeat-x;
}
.col-left {
	float: left;
	background-image: url(../images/golfer-left.jpg);
	background-repeat: no-repeat;
	width: 449px;
	height: 815px;
}
.col-right {
	float: left;
	width: 551px;
}

.navcontainer {
	text-align: right;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #0067a6;
}
.navcontainer  a:link, .navcontainer a:visited {
	color: #0067a6;
	text-decoration: none;
	padding: 5px;
}
.navcontainer a:hover {
	color: #FFFFFF;
	background-color: #0069AD;
}
.content {
	padding: 0px 20px;
	font-size: 13px;
}
.content p {
	margin: 0px 0px 10px 0px;
	text-align: justify;
}
#sched-list   li, #sched-list  ul {
	margin: 0px;
}
.sched-time {
	float: left;
	width: 100px;
}
.sched-desc {
	float: left;
	padding-left: 15px;
}
.formcol {
	width: 165px;
	float: left;
	padding: 3px;
}
.formcol input {
	font-size: 10px;
}


.footer {
	background-color: #0067a6;
	padding: 10px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
.footer a:link, .footer a:visited {
	color: #f8991c;
	font-weight: bold;
}
.clear {
	clear: both;
}

