/* Career Academies - Print stylesheet */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #000;
	background-color: #fff;
}

#wrapper {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	color: #000;
	float: none;
}

#img_submast {
	z-index: -50;
}

#content {
	width: 100%;
	float: none;
	margin: 0;
}

#leftcol {
	width: 100%;
	float: none;
	margin: 0;
}

.wrapper_content_relative {display: none;}

.fullwidth_whitebar {
	z-index: 110;
}

#wrapper_slideshow {z-index: -50;}

#img_submast {z-index: -50;}

#header, #membersbar, img, #subnav, #secnav, #footer, #form_wrapper_ui_tools {display: none;}

h1, h2, h3, h4, h5, h6 {color: #000;}

a, a:link, a:visited {text-decoration: underline; color: #000;}

* div {float: none;}



/* template */
/* Add all div's that need hiding on this line: */
.wrapper_content, .fullwidth_trans, .fullwidth_bluebar, #fullwidth_nav, .wrapper_content_relative, #leftcol, #rightcol, .fullwidth_footer {
	display: none;
	float: none;
}

/* Add all div's that lead to the (and including) #content div: */
.fullwidth_whitebar, #content, #colwrapper, #midcol {
	width: auto;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#wrapper {
	margin: 0 auto;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: blue;
}

