/* print.css */

html {
	background: white; color: black; 
	font-weight: bold;
}

body {	 
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%
}

h1 {font-size: 18pt;}
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}
h4 {font-size: 12pt;}
h5 {font-size: 10pt;}
h6 {font-size: 11pt; font-weight: bold;}

/* TITLEBAR ****************************/ 
#titlebar {
	padding: 0;	margin: 0;
	height: 130px;
	width: 100%;
	position: relative;
}
#titlebar h1, #titlebar h3 {
	margin: 0;
	padding: 0;
	}
#titlebar h1 a {
	display: block;
	position: absolute; top: 0; left: 0;
	z-index: 100;
	width: 100%;
	height: 120px;
	padding: 0;
	text-decoration: none;
}

#titlebar img {display: none !important;}

/* MAINMENU ****************************/
#mainmenu {
	display: none !important;
}


/* MAIN ********************************/ 
#main {
	background: transparent; 
	margin: 5px;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	height: 1%; /*this was to get rid of a bug in IE -- but it doesn't work, or does it? */
	float: none;
}
#main a, a:link, a:visited {
	text-decoration: underline;
	color: black;
}

/*** MARQUEE -- yearly theme ***/
#marquee {
	padding: 5px;
	text-align: center;
	color: #304468;
	border-top: solid 1px #304468;
}
/*#marquee a {color: #304468;}*/
.theme {
	margin: 0 auto;
	color: 304468;
}

/*** HEADLINE -- for special events ***/
#headline {
border-top: solid 1px #304468;
border-bottom: solid 1px #304468;
padding: 5px;
width: 90%;
margin: 10px auto;
}
#headline h2 {text-align: center;}


/* FOOTER ******************************/ 
#footer {	display: none; }



/* BIO *********************************/
.bio {
	float: left;
	padding: 20px 0px;
	border-bottom: 1px solid silver;
	width: 100%;
}

.biopic {border: 0; padding: 5px;}

/* NEWSLETTER ******************************/
#newsletter {
	width: 80%;
	margin: 0 auto;
	padding: 0.5em 1em;
	background: #BFC843;
	border: 1px solid black;
} 

/* FUNDRAISING ******************************/
#fundraising {width: 310px;}

#fundmeter {
	position: relative;
	top: -310px;
	left: 350px;
	width: 270px;
	margin: 0;
	padding: 0;
}
#fundmeter h5 {
	text-align: right;
	padding: 0 5px 0 0;
	margin: 0;
}

/* SPLIT *******************/

div.split {height: 230px;}

.col1, .col2, .col3 {
	float: left;
	width: 170px;
}

.clear {clear: both;}

/* SPECIALEVENT ***********************/
div.specialevent {
	width: 270px; 
	border: 3px double black; 
	padding: 5px; margin: 3px;
	background: #EB8;
	float: left;
}
div.specialevent h3, div.specialevent h4 {text-align: center;}

/* SPONSORPICS *********/
#sponsorpics img {border: 2px solid #304468; float: left; margin: 10px;}
span.mcc {float: left;}
span.mcc ul {list-style-type: none;}

/* CLASSES, ETC. ****************************/

/*award*/
.award {display: block; float: left;}

#blankspace {display: block; height: 200px;}

h4.stage {
 padding: 25px 0 0 0;
 border-bottom: 1px solid #304468;
}

td.time {font-weight: bold;}
tr.even {background: #bfc843;}

.underline {border-bottom: 1px solid black;}

.center {text-align: center;}
.bulletin {
width: 400px;
text-align: center;
}

.noborder {border: none;}

.nolink {
	color: black ! important;
	text-decoration: none ! important;
}

.left {float: left;}
.right {float: right;}

.picleft {float: left; margin: 5px 5px 5px 0;}
.picright {float: right; margin: 5px 0 5px 0px;}
img.bordered {border: 2px solid black;}

ul.pr li {list-style-type: none;}

/*
blue: 4993b9
dark blue: 304468
green: bfc843
*/
