/* Golf site : CSS by Nadia - PerreLink 2004 not to be copied or distributed  */
/* http://www.dreamweaverresources.com */

/* standard link styles */
a:link a:active{
color:#000099;
text-decoration:underline;
}
a:visited{
color:#CC6600;
text-decoration:underline;
}
a:hover{
	color: #FF9900;
	text-decoration: underline;
}
body{
padding:0;
margin:0;
color:#666666;
background: #FFFFFF;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 76%;
}
fieldset{ padding: 10px; margin-bottom: 10px; }
/*styles for the contact form*/
/*declaring a margin of 0 will not give you unwanted white space underneath the end of the form*/
/*styles the 'contact form' text at top of contact form*/
form{
margin:0;
}
/*standard heading tags*/
h1{
color: #336600;
font-size:1.4em;
}
h2{
color: #339933;
font-size:1.3em;
}
h3{
color: #669900;
font-size:1.2em;
}
h4{
color: #99CC66;
font-size:1em;
}
input,textarea{
background-color: #C2D8AD;
border: 1px solid #336600;
padding: 2px;
}
/*styles the input fields*/
/*styles the form fields*/
label{
color: black;
font-weight:normal;
}
label,span.spacer{
width:100px;
}
legend{
padding:10px;/*gives a bit of padding between the border and the text*/
color: #336600;

font-weight: bold;
margin-top: 0px;
}


/*styles the comments box*/
/* class for the login form on entry page we have named it form2 so it doesn't clash with the styles of the contact form */
.form2{
padding:6px;
margin-bottom:10px;
}
/* a class for the header table,so that we can add a left border to match the main table */
.headertable{
background:#FFFFFF url("../headerpics/headerback.jpg") repeat-x;
}
.imgleft{
float:left;
padding-right:10px;
}
.imgright{
float:right;
padding-left:10px;
}
/* style for the main table content area */
.maintable{
width:100%;
color:#666666;
background:#FFFFFF;

border-bottom: 1px solid #004801;
}
/* styles the main table links */
.maintable a:link{
color: #339900;

text-decoration:none;
}
.maintable a:visited{
color: #669933;

text-decoration:underline;
}
.maintable a:hover{
color: #669900;

text-decoration:underline;
}
.maintable a:active{
color: #336600;

text-decoration:underline;
}
.maintd{
padding:20px 30px 10px 30px;
background:#FFFFFF;
}
.maintd td{
background:#FFFFFF;
}
/* styles the menu table inside the flyout div*/
.menu{
border-top: 1px solid #336600;
border-left: 1px solid #336600;
width:150px;
color: #336600;
background: #98BA72;

}
.menu a{
display:block;
color:#000033;
background: #98BA72;

text-decoration:none;
}
.menu a:link{
border-right:1px solid #336600;
border-bottom:1px solid #336600;
border-left:1px solid #336600;
padding:2px 2px 2px 2px;
color:#336600;
background: #98BA72;

text-decoration:none;
}
.menu a:visited{
border-right:1px solid #336600;
border-bottom:1px solid #336600;
border-left:1px solid #336600;
padding:2px 2px 2px 2px;
color: #333333;
background: #98BA72;

text-decoration:none;
}
.menu a:hover{
border-right:#336600 1px solid;
border-bottom:#336600 1px solid;
border-left:#336600 1px solid;
padding:2px 2px 2px 2px;
background: #BAD1A3;
color:#336699;

text-decoration:none;
}
.menu a:active{
border-right:1px solid #336600;
border-bottom:1px solid #336600;
border-left:1px solid #336600;
padding:2px 2px 2px 2px;
color:#333333;
background:#BAD1A3;

text-decoration:none;
}
/* set the position of the nav bar table from the top */
/* if you change this you will need to adjust the flyout div positions to correspond */
.navtable{
margin-top:20px;
}
/*style for the left side bar area behind the menu buttons*/
.sidebarlft{
padding-left:5px;
width:160px;
background: #98BA72 url(../sidebarpics/sidebar_back.gif) repeat-y;
}

/* styles the right news sidebar */
.sidebarright{
padding:11px;
width:200px;
color:#336600;
/*background:#B8D09D url("../sidebarpics/rightsidebar.gif") repeat-y;*/
border-left: 1px solid #336600;
}
.sidebarright a:link{
color: #009900;
/*font:11px Verdana,Geneva,Arial,Helvetica,sans-serif;
*/text-decoration:underline;
}
.sidebarright a:hover{
color: #006600;
/*font:11px Verdana,Geneva,Arial,Helvetica,sans-serif;
*/text-decoration:none;
}

#tabpanels h2 { display: none; }

