/**********************************
all base print styles
**********************************/

body {
	margin: 0;
	background: none;
	text-align: left;
}

p {
	margin: 0 0 .5em 0;
}

div#base_content_container {
	font-size: 1.05em; /* Text in the container should be a little bit larger than other sections */
	line-height: 1.25em; /* JAMIE: Added to improve readability */
	letter-spacing: .01em; /* JAMIE: Added to improve readability */
	width: 100%;
	margin: 10px 10px 0 10px;
}

div#base_print_footer {
	padding: 0 10px 10px 0;
}
div#base_print_header {
	width: 100%;
	height: 60px;
	background: #E6E6E6 url("images/base_print/background.jpg") repeat-x scroll top left;
	margin-bottom: 1em;
}
div.base_print_controls {
	float: right;
}
div#base_print_header div.base_print_controls {
	width: 50%;
	text-align: right;
	padding-right: 10px;
	margin: 34px 0px 0 0;
}

img#base_print_ncaalogo_home {
	float: none;
	padding: 0;
	margin: 15px 0 0 21px;
	border: none;
}

div.module_content {
	margin: 0;
	padding: 0 1em 0 0;
}
div.module_content img {
	margin: 0 1em 1em 0;
}
/************************************
article headers and subheaders
*************************************/
div#subsection_page_header h1 {
	letter-spacing: -.01em;
	margin-bottom: 0.2em;
}
div#standard_content_article_subhead h2 {
	padding: 0px 0 0 0px;
	color: #0065A8;
	font-weight: bold;
	font-size: 1.15em;
	line-height: 1em;
	margin: 0 0 0.2em 0;
}
div#subsection_standard_content {
	font-size: 1.1em;
}

/************************************
headers and footers
*************************************/
div#base_print_info, div#standard_content_article_date {
	font-size: 95%;
	color: #7E7E7E;
}
div#standard_content_article_date {
	margin-bottom: 1em;
}
div#base_print_info {
	padding: 0 10px 10px 10px;
}
div#base_print_info div.base_hr {
	margin: 10px 0;
}
div#base_print_info p {
	margin: 0;
	padding: 0;
}

/* Press Release stuff ------------------------------------------------------------------------ */
div#standard_content_for_release, div#standard_content_contact {
	padding: 2em 0;
	width: 49%;
	float: left;
}



@media screen,projection {
	div#base_print_header div.base_hr {
		display: none;
	}
}

@media print {
	div#base_content_container {
		margin: 0;
		padding: 0;
	}
	div#base_print_info {
		padding-left: 0;
		padding-right: 0;
	}
	div#base_print_header div.base_print_controls, 
	div#base_print_footer {
		display: none;
	}
}

ul li {
	list-style: disc !important;
}

div#base_header,
div#base_footer,
div#navigation_left_nav,
div#navigation_breadcrumb,
div.subsection_top_right,
.base_back_to_top,
.base_read_more
 {
	display: none;
}

div#quark_export_article p {
	margin: 1em 0;
}

div#quark_export_article img.float_right {
	float: right;
	margin: 0 0 2em 2em;
}
div#quark_export_article img.float_left {
	float: left;
	margin: 0 2em 2em 0;
}
div#quark_export_article h3 {
	margin-bottom: 0.5em;
}
