
/* turn off elements.. */
#hdrNav, #memberNav, #topNav, #leftColumn, #leftColBot, #noteBookMid .tabs ul, .memberIntro, .contentTop, #footer, ul#sponsors {display:none;}


/* general styles */
a, a:visited{color:#0066FF;}

body{font-family:"Times New Roman", Times, serif; font-size:12pt;}


/* layout specific */
#header{
padding-bottom:5pt;
border-bottom:1pt solid black;
}

#header .tagline, h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20pt;
font-weight:bold;
color:#DDD097;
}

#print-hdr{
display: none;
}
/*
#print-hdr .tagline {
	background:transparent url(../gfx/common/hdr-tagline.gif) no-repeat scroll 0 0;
	height:50px;
	position:absolute;
	right:33px;
	top:88px;
	width:635px;
}*/
#header .tagline {
	/*display:none;*/
}

h1{
font-size:14pt;
}

.print-only {
	display: display;
}
.display-only {
	display: none;
}

/* changes 11/07/04*/
/*#header a{display:none;}*/
#header{height:60px;}
#btnNewsletterSignUp, #hdrNav, #ywmHome{display:none;}
#header .tagline {left:0 !important; width:100%;}
#outer{overflow:visible;}

html {size: portrait;}
html {page: port;}

@media print{@page {size: portrait}}

