/* css */

body{
    margin: 0;
    padding: 0;
    color: #000033;
    font: 12px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
    background: #000011 url(../images/bodyback.jpg) no-repeat 0px 0px;
    /*text-align: center;*/
}

a{
    color: #307082;
}

a:hover{
    color: #D60808;
}

acronym{
    border: none;
}

#container{
	margin-top: 90px;
	margin-left: 10px;
	width: 600px;
	position: relative;
	padding: 0px 0px 10px;
	text-align: left;
	/*border: ridge #CCCCCC;*/
	min-height: 400px;
	background: #000011  no-repeat;
	background-position: 0px 80px;
	min-height: 400px;
url(../images/container-background3.jpg)
}
* html #container{
height: 400px;
}

#container #intro #pageheader{
	top: 0px;
	left: 0px;
	background: url("../images/golfheader.jpg") no-repeat;
	height: 80px;
	overflow: hidden;
	margin: 0;
	width: 755px;
	border-bottom-style: double;
	border-left-color: #CCCCCC;
	display: none;
}

#container #intro #pageheader h1 span, #container #intro #pageheader h2 span{
	display: none;
}

#container #intro #summary{
	position: absolute;
	top: 47px;
	left: 635px;
	width: 200px;
    display: none;
    margin: 0;
	background: #eeeeee;
}

#container #intro #summary span{
    font: 12px/130% Trebuchet MS;
	color: #006666;
}


#supportingtext {
    position: relative;
    top: 0px;
    left: 200px;
    width: 390px;
    margin: 10px 10px 10px 10px;
}

#supportingtext div#mainbody{
    float:right;
	#background-color: #FFE6CC;
	background-color: #EEEEEE;
	border-style: double;
	border-color: #999999;
	width: 100%;

}

#supportingtext div#pagetitle {
	font-size: 14px;
	font-weight: bold;
	text-align: center ;
	color: #CCCCCC;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	margin-left: 5px;
	/*background: url(../images/st-header.png) bottom center no-repeat;*/
	height: 40px;
	padding: 5px 0px 0px;
	line-height: 40px;

}

#supportingtext div#st-footer {
}

#supportingtext #mainbody h1 {
	font-size: 14px;	
	margin: 10px 0 0 5px;
}

#supportingtext #mainbody p {
	margin: 0 0 5px 5px;
}

#linklist {
    
    position: absolute;
    top: 10px;
    left: 10px;
    width: 200px;

}

#linklist #linklist2 #menu-header{
    position: relative;
    background: url(../images/menu-header.jpg) top left no-repeat;
    height: 45px;
}

#linklist #linklist2 #menu{
/*    background-color: #006200;
    border-style: double;
    border-color: #333333;
*/
}


#menu p{
    margin-left: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	
    letter-spacing: .1em;
	line-height: 5px;

}
#menu p a, #menu p a:visited{
    text-decoration: none;
    color: #CCCCCC;
	padding-left: 15px;
    background: url(../images/but1-no.png) left no-repeat;
}
#menu p a:hover {
    text-decoration: none;
    color: #FF9900;
	padding-left: 15px;
    background: url(../images/but1-act.png) left no-repeat;
}




#pagefooter{
	height: 48px;
	text-align: center;
	padding: 10px 10px 0 0;
	line-height: 15px;
	font-size: 10px;
	color: #009900;
	display:none;

}

#pagefooter a{
    color: #FFFF33;
    text-decoration: none;
}

#pagefooter a:hover{
    text-decoration: underline;
}

#pagefooter #copyright{
	margin: 0 0 0 0;
	line-height: 5px;
}
#extraDiv1  {
	position: absolute;
	top: 300px;
	left: 620px;
	width: 100px;
	height: 500px;
	background: transparent url(../images/moonextra.png) no-repeat;
	}
