/* ----------------- HTML Undo ------------------- */
* {
	color: #000000;
	background-color: #FFFFFF;
}

/* ----------------- Base Print ------------------- */
BODY {
	color: black;
	background: white;
	margin-right: 7%;
	margin-left: 7%;
	margin-top:0;
	margin-bottom:0;
}
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 ------------------- */
#header * { margin:0; padding:0;}
#header td {height:129px;}
#content {
	padding:0px 30px 0px 0;
	margin:0;
}
#right-column h3 {border:none;}
#main_sponsors {
	width:100%;
	text-align:center;
	position:relative;
}
#main_sponsors h2 {
	font-size: 1em;
	font-weight: normal;
	border:none;
}
#main_sponsors img {padding:10px;}

.break {width:100%; clear:both;}
td#wrap-content {
	background: transparent;
	width:566px;
	padding-bottom:15px;
}
.column-left {
	float:left;
	width:47%;
	position:relative;}
.column-right {
	float:right;
	width:47%;
	position:relative;}
.single-column {
	float:left;
	width:100%;}
.green_line {
	border-bottom:1px solid #fff;
	margin:15px 0;
	padding:0;
	position:relative;
	z-index:10;
}
#content-inner, column-left-inner, .column-left-inner {position:relative; z-index:2; margin-bottom:15px;}
td#wrap-right-column{
	width:190px;
	padding-top:10px;
}

/* ----------------- 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 */
#main-body, p {font: 0.9em/1.4em "Times New Roman", Times, serif;}
li {
	list-style-type: square;
}

#header h2 {
	border-bottom-style: none;
	line-height: .4em;
}
#header h3 {
	border-
	bottom-style: none;
}
a img {border:none;}

/* ----------------- Media Handling ------------------ */
.print-no {display:none;}
.print-yes {display: block!important;}
