/* Print Style Sheet */

body {
  margin: 0;
  text-align: center;
	font: normal 10pt Arial, Helvetica, sans-serif;
  }

#container {
  margin: 0 auto;
  width: 100%;
  position: relative;
  text-align: left;
  }


/************ Sections ************/
	
#topbar {
  display: none;
}

#banner {
  display: none;
}

#navigation-1 {
	display: none;
	}

#content {
	margin: 0;
	padding: 5px 10px;
	clear: both;
}

#sidemenu {
  display: none;
	}
	
/* #text */

#footer {
	clear: both;
  margin: 20px 0px 0px 0px;
	width: 100%;
	text-align:center;
	font-size: 10pt;
	border-top: 1px solid #000000;
	}
	
#webmaster {
	display: none;
	}

/************ Main Page Bottom Section ************/

#btmsection {
	clear: both;
	margin: 5px; 
	padding-top: 10px;
	border-top: 5px double #990000;
	text-align: center;
	}
	
#quicklinks {
	width: 280px;
	margin: 0;
	padding-left: 30px;
	text-align: left;
	vertical-align:top;
	line-height: 1.5em;
}

#strongkids {
	width: 180px;
	text-align: center;
	vertical-align: top;
}

#newsbox {
	width: 280px;
	margin: 0;
	padding-left: 25px;
	vertical-align: top;
	text-align: left;
	line-height: 1.5em;
}

/************ Hyperlinks ************/

#footer, 
a:link, 
a:visited, 
a:hover, 
a:active {
	color: #000000;
}

#content 
a:link, 
a:visited, 
a:hover, 
a:active {
	color: #000000;
	text-decoration: none;
}

/************ Misc ************/

h2, h3 {
	color: #990000;
	}
	
#slideshow {
	display:none;
	}

.red {
	color: #FF0000; 
	font-weight: bold; 
	}

.divider {
	width: 100%;
	height: 1px;
	}
	
.noprint {
	display:none;
	}
	
.imgl { /* for left aligned images */
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
    }	

.imgr { /* for right aligned images */
	float: right;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	}

.regbtn {
	display: none;
	}