/* Sunstar Layout Stylesheet */
/* First we have the body/header/columns definitions */

body{
  /* font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", verdana, sans-serif; */
  font-family: Verdana, Helvetica, Arial, sans-serif;
  /* font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; */
  margin: 0px;
  padding:4px;
  border: 0px;
  background:white;
  color: #333333;
}	 
	 
#hdr{		/* The  header section containing the club logo */
  height: 93px;
  overflow: hidden;
  margin-top: 2px;
  width:100%; 
  background:white;
  color: blue; 
  border-style: solid;
  border-color: blue;
  border-width: 3px 0px;
  padding: 0px 4px;
  vertical-align: baseline;
}

#hdr img {
  border:  0px;
  padding: 0;
  margin: 0;
}

#hdr h1 {		/* For the page headers */
  display:    block;
  text-align: right;
  line-height: 95px;
}

#navigation{
 position:absolute;
 top:   110px;
 padding-left: 4px;
 left:   4px;
 width:112px;
 z-index:3;
 background:#D1FAFF;
 color: #333333;
}

#navigation img {
  border:  0;
  padding: 0;
  margin:  0;
}

#navigation p {
 padding-left:   8px;
 padding-bottom: 0px;
 margin-top:     0px;
 margin-bottom:  0px;
 font-size:     10pt;
}


#rh-col {
 position:absolute;
 top:  110px;
 right:  0px;
 width:170px;
 z-index: 2;
 margin:  0px;
 padding: 0px;
 border:  0px;
 background:#FFFFD0;
 color: black;
}

#rh-col p.head {	/* heading in a RH column */
  text-align: center;
  background: black;
  color:      white;
  font-size:   14pt;
  font-weight: bold;
  padding:      4px;
}

#rh-col p.subhead {
  font-size:   14pt;
  font-weight: bold;
}

#rh-col p {
  font-size:   11pt;
  padding-left: 5px;
}

#rh-col img {
  border:  0px;
  padding: 0px;
  margin:  0px;
}

#c-block { /* main display column  */
 width:100%;
 z-index:1;
 background:white;
 color: #333333;
 height:80%;}

#c3-col{	/* Has left & right  margins */
 margin-left:  122px;
 margin-right: 175px;
 margin-top:    20px;
 position:relative;
 background:white;
 color: black;
 z-index:5;
 }

#c2-col{	/* has left margin only */
 margin-left: 122px;
 padding:       5px;
 margin-right:  0px;
 margin-top:   20px;
 position:relative;
 background:white;
 color: black;
 z-index:5;
 }

#Borders
{
Border: 3pt solid Black;
Padding: 10pt;
}

h1 {
  color: blue;
  text-align: left;
}

h1.center{		/* Centered version */
  text-align: center;
}

h2.bars {	/* H2 with HRs above and below */
 border-style: solid;
 border-width: 2px 0px;
}

p.mtg {
  color: blue;
  font-size: larger;
  font-style: italic;
  line-height: 50%;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
UL {margin-left:0.1in;}
h2.center {text-align: center}

.indentbox {
	background-color: #CCFFFF;
	margin: 20px;
	padding: 20px;
	border: medium double #003399;
}

.indent {
  margin-left:  2em;
  margin-right: 2em;
}

.indentb {
  margin-left:  4em;
  margin-right: 2em;
  color:	    blue;
}

.subhead {
	font-size: 150%;
	color: red;
}

img.none {		/* Don't know what is happening here */
border-style: none;
border:  0px;
padding: 0px;
position: relative;
}

img.show {		/* Don't know what is happening here */
border-style: none;
padding: 4px;
position: relative;
}
