/* CSS Document */

body{
	width:650px; /* 650 is the width that will print 100% on an average printer */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
	background-color: #ffffff;
}

.breakhere {page-break-before:always; page-break-inside:auto;}
table{page-break-inside:auto;}
.noprint {display: none;}
.printonly {display: block;}


#container {
	position:relative;
	margin:auto;
	width: 650px;
	padding: 0px;
}



/* -------------------- HEADER STYLES ----------------------------*/
#header {display:none;}

/* -------------------- FEATURE STYLES ----------------------------*/
#feature {display:none;}

/* -------------------- CONTENT STYLES ----------------------------*/

#content {
	position:relative;
	width:650px;
	margin:auto;
	text-align:left;
	padding: 10px 0px 10px 0px;
	background-image:none;
}
#events {display:none;}

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

/* -------------------- GENERAL STYLES ----------------------------*/
a {
	color: #000000;
	text-decoration: none;
}


#content ul li {list-style:disk; padding-bottom:10px;}
#content ol li {list-style:decimal;}

.clearfloat {clear:both;}
.hidden {display:none;}



