/* PRINT
 */
 @media print 
 {
	
	HTML {  font-family: Verdana, Helvetica, Arial, Sans;}
#nav { display:none; }

#topNav {
display:none;
height: 0px;
}

#header {
	display:none;
	height: 0px;
	/*background-image: url(../images/HeaderBG.gif);
	background-repeat: no-repeat;*/
}

#flash 
{
	display:none;
}

#content02 {
	display:none;
}

#pageheader 
{
	display:none;
	width: 710px;
	height: 0px;
	padding: 20px 0px 0px 0px;
	background-image:none;
}

#pageheadermembers
{
	width: 710px;
	height: 76px;
	padding: 20px 0px 0px 0px;
	background-image: none;
}

#pageheaderEvents
{
	width: 710px;
	height: 76px;
	padding: 20px 0px 0px 50px;
	background-image: none;
}

#pageheaderAbout
{
	width: 710px;
	height: 76px;
	padding: 20px 0px 0px 50px;
	background-image: none;
}

#pageheaderJoin
{
	width: 710px;
	height: 76px;
	padding: 20px 0px 0px 0px;
	background-image: none;
}

#pageheaderMedia
{
	width: 710px;
	height: 76px;
	padding: 20px 0px 0px 0px;
	background-image: none;
}

#pageheaderInside
{
	width: 710px;
	height: 76px;
	padding: 20px 0px 0px 0px;
	background-image: none;
}

#pageheaderPros
{
	width: 710px;
	height: 76px;
	padding: 20px 0px 0px 0px;
	background-image: none;
}

#pageheaderPublic
{
	width: 710px;
	height: 76px;
	padding: 20px 0px 0px 0px;
	background-image: none;
}

#pageheaderStore
{
	width: 710px;
	height: 76px;
	padding: 20px 0px 0px 0px;
	background-image: none;
}

#locate
{ display:none;}

#textSize {display:none;}

#pageTop {
	background: url("../images/print_logo.jpg") no-repeat; width: 500px; height:100px;
	
}

#pageBottom  {
	background-image: none;
}

.boxTop {margin-top:15px;}
.BoxMiddle {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color: #eeeeee;
	text-align:left;
}

.BoxLeft {
	background-image: url(/images/boxBL_midleft.gif); background-repeat:repeat-y;
}
.BoxRight {
	background-image: url(/images/boxBL_midright.gif);
}

.BoxOrMiddle {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color: #eeeeee;
	text-align:left;
}
.BoxOrLeft {
	background-image: url(/images/boxOr_midleft.gif);
}
.BoxOrRight {
	background-image: url(/images/boxOr_midright.gif);
}

}