/*<STYLE type="text/css">*/

html, body
	{
	background: #000033 url("../images/bgmain.jpg") left top repeat-x;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}

html
	{
	overflow: -moz-scrollbars-vertical;
	}


A.menu:link, A.menu:visited, A.menu:active
	{
	color: #FFFFFF;
	font-weight: bold;
	}

A.menu:hover
	{
	color: #FFFFFF;                        
	font-weight: bold;
	text-decoration: underline;	
	}

A.menu_selected:link,A.menu_selected:visited,A.menu_selected:active
	{
	color: #000033;                        
	font-weight: bold;
	}


A.menu_selected:hover
	{
	color: #000033;                        
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	}

#main
	{
	position: absolute;
	top: 20px;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center top;	
	width: 860px;
	left:50%;
	margin-left:-430px;
	height: 97%;
	margin-bottom: auto;
	}

.header
	{
	background: url(/images/background.jpg) no-repeat center top; 
	position: relative;
	top: 0px;
	height:137px;
	width:780px;
	}

#bghome
	{
	background: url(/images/golf.png) no-repeat center top; 
	position: absolute;
	top: 137px;
	width:780px;
	height:100%;
	}


#top
	{
	background:url(/images/bgtop.png) no-repeat center top; 
	height: 20px; 
	left:50%;
	width:860px;
	margin-left:-430px;
	margin-bottom: auto;
	position:absolute;
	}



.home
	{
	background: url(/images/bghome.png) no-repeat center top; 
	position: absolute;
	top: 237px;
	width:780px;
	}

.footer 
	{
	color: #000033;
	font-size: 10px;
	}

.content
	{
	color: #000033;
	padding: 5px;
	}

}

.content td {
    color: #000033;
}

p.heading
	{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	}


h1
	{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 8px;
	}

h2
	{
	color: #000033;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 3px;
	}

h3
	{
	color: #FF0000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 1px;
	}

h4	{
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	margin-top: 3px;
	}

/*</STYLE>*/