/* Style sheet for the SWFSA web page */

/*
**
**	The overall look of the page is defined in the body style
**
*/

.pbody {
	/* background-color: #AABADD; prweb: #DEDEDE  swfsa: #E7E2CD */
	background-image: url(swfsa_bkgnd.gif);   /* display a background image */
	color: navy;		/* text color */
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	text-align:left;
}



/*
**
**	This is the style for the page header
**
*/

#header {
	text-align: center;
	font-family: serif;
	font-size: 2.3em;
	font-weight: bold;
	color: red;
	}

.header2 {				/* positions the address block */
	margin-top: -1em;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
}


/*
**
**	this defines the style for the navigation division of the page 
**
*/

/*	ID definition for the navigation pane... use ONLY ONCE! */
#navpane {
	position: fixed;
    top: 0em;
    width: 135px;
    left: 5px;
    border-style: solid;
    border-color: grey;
    border-width: 1px;
    }
    
    
/*
**
**	This defines the style of the actual buttons in the navigation division 
**
*/
 /* second gen button layout... boxed buttons */
  
.pbtns {
    font-family: arial, helvetica, sans-serif;
    font-size: .8em;
    font-weight: bold;
    color: blue;
    cursor: pointer;
    }  

/*
**
** pcontent is the definition of placement of the content frame within the body of 
	the page.  It uses absolute positioning for no surprises 
**
*/


#pcontent {
	margin-top: 1em;
    }

#scrollpage {
    margin-left: 140px;
    }



/* class to center text... strict (x)html is complaining */
.becentered {
    text-align: center;
    font-weight: bold;
    }
    
/* class to underline sections of text (with the span tag) */
.punderline {
    text-decoration: underline;
}

.pbold {
	font-size: 1.0em;
	font-weight: bold;
	}
	
.phighlight {
	text-align: center;
	font-size: 1.4em;
	color: red;
}

.prangerules {
	text-align: justify;
	font-size: 1.0em;
	font-weight: normal;
	}	
	
.pform {
	font-size: 1.0em;
	font-weight:normal;
	font-family: arial, helvetica, sans-serif;
	line-height: 130%
	}
	
.pnorm {
      font-size: 1.0em;
      font-weight: normal;
     font-family: arial, helvetica, sans-serif;
     }
      

/* adds text enhancement to an anchor tag... in this 
   case larger font and different color */
a:hover {
	 font-size: 1.0em;
    background-color: #000000;
    color: #f8f400;
    } 
    
    
    
      
    /* .phphotos is a class selector not an id selector.  Can reuse class
     			selectors as needed, unlike id selectors that are single use.*/
     
.phphotos{
	position: static;
	height: 192px;
	width: 335px;
	padding: 10px;
	margin: 10px;
	background: #ECECEC;
	border: 3px solid #636363;
	}

.pvphotos{
	position: static;
	height: 335px;
	width: 192px;
	padding: 10px;
	margin: 10px;
	background: #ECECEC;
	border: 3px solid #636363;
	}

.pofficers{
	position: static;
	height: 150px;
	width: 250px;
	padding: 10px;
	margin: 10px;
	background: #ECECEC;
	border: 3px solid #636363;
	}

/*
**
** defines the layout for the footer line at the bottom of each page 
**
**
*/

#pfooter {
   clear: both;
   margin: 1px;
	}
	
	/* used to layout 2 sections on the footer line */
.pfootleft {
	position: static;
	float: left;
	width: 48%;
	top: auto;
	text-align: left;
	font-size: .8em;
	font-weight: bold;
}

.pfootright {
	position: static;
	float: right;
	width: 48%;
	top: auto;
	text-align: right;
	font-size: .8em;
	font-weight: bold;
}
   	

/* used to define two columns of content in the pcontent division */

/* This works for the Officers page and the Sponsors page */

.column1 {
 	position: static;
	float: left;
	width: 48%;
	height: auto;
	text-align: center;
}

.column2 {
	position: static;
	float: right;
	width: 48%;
	height: auto;
	text-align: center;
}


/*redefine the paragraph headings for this site. */



h1 {
	text-align: center;
	color: #E7573B;
	font-size: 2.2em;
	font-style: italic;
}

h2 {
	text-align: center;
	font-size: 1.4em;
}

h3 {
    text-align: center;
    font-height: .5em;
    font-size: 1.0em;
}

h4 {
	text-align: left;
	font-size: 1.0em;
}



/* new styles from CSS Book  2/1/07 */

P+P {
	text-indent: 2em;
	}

