/***********************************************/
/* screen.css                                  */
/***********************************************/



/***********************************************/
/* ID SELECTOR STYLES - Layout Divs            */
/***********************************************/
/* Used for layout divisions in the page       */
/* Used by the printer.css to hide elements    */
/***********************************************/

/* ID SELECTOR STYLE LAYOUT                    */
/* The overall div at the top of the page      */
#pagecell1{
	position:absolute;
	left: 20px;
	right: 2%;
	width:900px;
	background-color: #FFFFCC;
	visibility: visible;
	top: 0px;
}

/* ID SELECTOR STYLE LAYOUT                    */
#masthead{
	position: relative;
	visibility: visible;
}

/* ID SELECTOR STYLE LAYOUT                    */
/*** pageName styles below***/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	visibility: visible;
}

/* ID SELECTOR STYLE LAYOUT                    */
#pageNav{
	float: left;
	width:200px;
	background-color: #CCFF99;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}


/* ID SELECTOR STYLE LAYOUT                    */
#content{
	border-left: 1px solid #ccd2d2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 202px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}

/* ID SELECTOR STYLE LAYOUT                    */
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}


/*********************************************/
/************* MASTHEAD STYLES ***************/
/*********************************************/

/* ID SELECTOR STYLE COMPONENT               */
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	background-color: #006600;
	width: 900px;
	color: #FFFF99;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;	
}

/* ID SELECTOR STYLE LAYOUT                  */
#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 27px;
	color: #CCFF33;
	background-image: url(graphics/glbnav_background.gif);
	vertical-align: middle;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	outline-color: #660000;
	border-color: #660000;
	background-color: #33FF00;
	font-size: 11pt;
}

/*********************************************/
/************* PAGENAME STYLES ***************/
/*********************************************/
#pageName h2{
	color: #660000;
	margin:0px;
	font-family: Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}

/*#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	visibility: visible;
}*/


/*********************************************/
/************* PAGENAV STYLES ****************/
/*********************************************/

#pageNav h3{
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#pageNav a{
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
}


/*********************************************/
/************* CONTENT STYLES ****************/
/*********************************************/
#story {
	white-space: normal;
	font-family: "Times New Roman", Times, serif;
	padding-left:1pc;
	padding-right: 0pc;
	vertical-align: top;
	position: relative;
}

#schedule {
	white-space: normal;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:1pc;
	padding-right: 0pc;
	padding-top:1pc;
	position: relative;
	font-size:12px;
}

#scheduleText{
	padding-left: 1pc;
}

#byLaws {
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:1pc;
	padding-right: 1pc;
	vertical-align: top;
	position: relative;
	font-size: 12pt;
	padding-top: 0px;
}

#newsletter {
	white-space: normal;
	font-family: "Comic Sans MS";
	font-size: 14px;
	padding-left:1pc;
	padding-right: 1pc;
	vertical-align: top;
	position: relative;
}

/*********************************************/
/************* SITEINFO STYLES ***************/
/*********************************************/
/*#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}*/


/*********************************************/
/************* globalNav styles **************/
/*********************************************/
#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
	visibility: visible;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
	visibility: visible;
}

/*#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	visibility: visible;

}*/

/*#globalNav td{
	padding-left:1pc;
	padding-right:1pc;
	padding-top:1pc;
	vertical-align: top;
}*/

#globalNav a:link, a:visited{

}

#globalNav a:visited{
	font-weight:bold;
}


/*********************************************/
/************* story styles **************/
/*********************************************/

#story h1{
	font-size: 15pt;
	color: #660000;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: 0pc;
	text-align: left;
}

#story h2{
	font-size: 2pc;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0pc;
	text-align: center;
}

#story h3{
	font-size: 14pt;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0pc;
	text-align: center;
}

#story h4{
	font-size: 14pt;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0pc;
	text-align: left;
}

#story td{
	padding-left:1pc;
	padding-right:0pc;
	padding-top:0pc;
	vertical-align: top;
	padding-bottom: 1pc;
}

#story a:link{

}

#story a:visited{

}

/*********************************************/
/************* byLaws styles **************/
/*********************************************/

#byLaws h1{
	font-size: 15pt;
	color: #660000;
	font-weight: bold;
	text-align: center;
}

#byLaws p{
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 1pc;
	padding-left: 1pc;
}

/*********************************************/
/************* schedule styles **************/
/*********************************************/

#schedule a:link{
	font-weight:bold;
}

#schedule a:visited{
	font-weight:bold;
}



/*********************************************/
/************* newsletter styles **************/
/*********************************************/

#newsletter td{
	padding-left:1pc;
	padding-right:1pc;
	padding-top:0pc;
	vertical-align: top;
	padding-bottom: 0pc;
}


#newsletter a:link{
	font-weight:bold;
}

#newsletter a:visited{
	font-weight:bold;
}

/*************** search styles *****************/

/*#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
	visibility: visible;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}*/


/************* breadCrumb styles ***************/

/*#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}
*/

/************** feature styles *****************/

/*.feature{
	font-size: 12pt;
	min-height: 200px;
	height: 200px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 1pc;
	padding-bottom: 10px;
	padding-left: 1pc;
}
html>body .feature {
	height: auto;
	float: left;
	width: auto;
}

.feature h3{
	color: #003300;
	font-family: "Times New Roman", Times, serif;
	font-size: 30pt;
	font-weight: bold;
	padding-top: 1pc;
	padding-right: .5pc;
	padding-bottom: 6pt;
	padding-left: 0px;
}

.feature img{
	float: left;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 1pc;
}*/

/*************** STYLES *************/

.colorwhite{
	background:#FFF;
}
.colororange{
	background:#D39F7E;
}
.colorgray{
	background:#BBB;
}
.colorpink{
	background:#F9F;
}
.colorblue{
	background:#70BCDF;
}
.coloryellow{
	background:#FF6;
}
.colorgreen{
	background:#85B75C;
}

.sectionDivider{
	color: #360;
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

.posted {
	color: #000066;
	font-weight: bold;
}

.noRecord {
	color:#F00;
	font-weight: bold;
	font-style:italic;
}

.dollarTable{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding: 0px;
	width: 100%;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	font-weight: normal;
}

.scheduleHeader{
	text-align:center;
	font-weight: bold;
}

.scheduleDateTime {
	text-align:center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #000;
	font-weight: bold;
}

.scheduleDetails {
	text-align:left;
	vertical-align: middle;
	margin: 0px;
	padding-left:5px;
	padding-top: 3px;
}

.byLawsIntro{
	font-style:italic;
	padding-top: 1pc;
}

.byLawsSubheading{
	font-size: 12pt;
	color: #660000;
	font-weight: bold;
	text-align: left;
	padding-left: 0pc;
	padding-bottom: 0pc;
}

/*.story a.capsule{
	color: #660000;
	display:block;
	padding-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	padding-left: 0pc;
}

.story a.capsule:hover{
	text-decoration: underline;
	padding-left: .5px;
}*/


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}


.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-weight:bold;
}

.relatedLinks a{
	display: block;
}

/**************** span styles *****************/
.simpleList{
	font-size:14px;
	font-weight:bold;
	padding-left: 10px;
}

.byLine{
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}

.indent {
	text-indent: 25px;
}

/***********************************************/
/* HTML TAG STYLES                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: normal;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	background-attachment: fixed;
	background-color: #006600;
	top: 0.5pc;
	bottom: auto;
	left: 0.5pc;
	right: auto;
	padding-top: 0.5pc;
	padding-right: 0.5pc;
	padding-bottom: 0.5pc;
	padding-left: 0.5pc;
	height: auto;
	width: auto;
	margin-top: 0.5pc;
	margin-right: 0.5pc;
	margin-bottom: 0.5pc;
	margin-left: 0.5pc;
}

a:link{
	text-decoration: none;
	color: #039;
}
a:visited{
	text-decoration: none;
}


a:hover{
	text-decoration: underline;
}

h1{
	color:  #003333;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	text-align:center;
}

h2{
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}

h3{
	color: #003333;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: bold;
}

h4{
	color: #006699;
	font-family: Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6{
 font: 100% Arial,sans-serif;
 color:#000;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
	padding-left:15px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}
/********************* end **********************/

