@charset "UTF-8";
/* CSS Document */

 html
{
	height: 100%;
}

body
{
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
	position: relative;
}

#header 
{
	height: 120px;
	background-image: url(images/GolfTile.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #CBCBCB;
	position: relative;
}

.headerImage
{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

#content
{
	padding-bottom: 90px; /*for the footer*/
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

#contentLeftColumn
{
	width: 30%;
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 50px;
	text-align: right;
	padding-right: 10px;
	float: left;
	}

.menuItem
{
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #E7E7E7;
}

.menuItem a
{
	text-decoration: none;
	color: #068204;
	font-weight: bolder;
	letter-spacing: -0.04em;
}

#contentRightColumn
{
	width: 64%;
	margin-top: 15px;
	margin-bottom: 2em;
	text-align: left;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c9c9c9;
	position: relative;
	margin-left: 208px;
	padding-bottom: 20px;
	padding-right: 5px;
	}
	
#contentTextOnly 
{
	width: 95%;
	}

.imageRight
{
	float: right;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 15px;
}

.imageLeft
{
	float: left;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-left: 7px;
}

#footer
{
	height: 100px;
	margin-top: -100px;
	background-image: url(images/FooterGradient.jpg);
	background-repeat: repeat-x;
}

.footerInfo
{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.footerLink
{
	width: 20%;
	float: left;
	text-align: center;
}

.footerCopyright
{
	margin-left: auto;
	martin-right: auto;
	text-align: center;
}

.footerItem
{
	text-decoration: none;
	color: #fff;
    font-size: 11px;
}



/* general definitions*/

h1
{
	font-size: 18px;
	font-weight: bold;
	color:#333333;
	}
    
h1a
{
	font-size: 18px;
	font-weight: bold;
    font-style: italic;
	color:#068204;
	}
	
h2
{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	}
	
h3
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color:#333333;
	margin-bottom: -10px;
	}

h4
{
	font-size: 12px;
	font-weight: bold;
	color:#068204;
	}
    
h5
{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	}
td {
	height: 100px;
	text-align: center;
}
