/* ----------------- HTML Undo ------------------- */
* {
	color: #000000;
	background-color: #FFFFFF;
}

/* ----------------- Base Print ------------------- */
BODY {
	color: black;
	background: white;
	margin-right: 7%;
	margin-left: 7%;
}
A:link, A:visited {background: white; color: black; text-decoration: none; font-weight: bold;}
H1, H2, H3, H4, H5 {background: white; color: black; padding: 10px 0 1px 0;}
H1, H2, H3 {border-bottom: 1px solid gray;}

/* ----------------- Layout ------------------- */
#pagetop {
	text-align: center;
	border: 4px double #000000;
	padding: 5px;
	height: 95px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#left { display:none;}
#center {background-color: #000000;}
#right {display: none;}
#missiondiv {
	margin-left: 10px;
	position: relative;
}
#footer {display: none;}
.contentpaneopen {
	margin:10px;
	padding:0;
}

/* ----------------- Clearfix ------------------- */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ----------------- Typography ------------------- */
/* Title Style */
#pagetop h1 {
	font-size: 260%;
	margin: 0px;
	border-bottom-width: 0px;
	padding-top: .45em;
	text-align: center;
	line-height: .4em;
}
#center, p {font: 0.9em/1.4em "Times New Roman", Times, serif;}
li {
	list-style-type: square;
}
#leftcol .container .events a {
	color: #000000;}
#pagetop h2 {
	border-bottom-style: none;
	line-height: .4em;
}
#pagetop h3 {
	border-bottom-style: none;
}
.componentheading, .contentheading {
	font: bold 2em "Times New Roman", Times, serif;
	color: #000000;
	padding-bottom:.6em;
}
.back_button, .readon, .blog_more, .pagenavbar, .pagenav_prev, .pagenav_next, .button {display:none;}

/* ----------------- Media Handling ------------------ */
.hide {display:none;}
.print-no {display:none;}
.print-yes {display: block!important;}
.screen-yes {}
.screen-no {}
.handheld-yes {}
.handheld-no {}
.oldbrowser-yes {}
.oldbrowser-no {}

.skip, .skip a {display:none;} 
.module-hide h3 {}
.moduletable-hide h3 {}