/*************************************************************************/
/**************************** general ************************************/

html, body {
	height:100%;
	margin:0;
	padding:0;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#3D4032;
}

.noPrint, img, #footer, #sideNav, #topNav{
	display:none;
}

/*************************************************************************/
/***************************** content ***********************************/

.mainContent, .mainContent1{
	width:100%;
}
.greenFeeHeader, .greenFee1, .greenFee2{
	font-weight:bold;
}
.greenFee1{
	background-color:#ddddc1;
	font-weight:normal;
}
.greenFee2{
	font-weight:normal;
}

/*************************************************************************/
/**************************** copy styles ********************************/

h1, h2, h3{
	margin:0;
	padding:0 0 5px 0;
	font-size:20px;
	font-weight:normal;
	color:#A94F01;
}
strong{
	font-size:12px;
}
p{
	margin:0;
	padding:10px 0 10px 0;
}
.floatLeft{
	float:left;
	padding:0 10px 0 0;
}
.floatRight{
	float:right;
	margin:12px 0 5px 10px;
}
