/*//// Print Styles //////////////////////*/


body {
	background: none;
	background-color: #fff;
	color:#000;
	font-size: 12px;}
	
img {
	border:1px solid #333; }

a {
	color:#000;
	text-decoration: underline;}
	
	
h1, h2, h3 {
	color:#000;}
	
h1 {
	font-size: 20px;}
	
h2 {
	font-size: 17px;}
	
h3 {
	font-size: 15px;
	margin-top: 10px;}

hr {
	color: #ccc;
	background-color:#ccc;}
	
blockquote {
	background:none;
	color:#000; 
	text-align: center;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	width: 85%;
	margin: 20px auto;}
	

/*//// Global Classes //////////////////////*/


table.datatable {
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	color:#333; }

table.datatable th {
	color:#333;
	background-color:#fff;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc; }

table.datatable td {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;}


/* The classes below style the two column pages of the site. Editing them can break the layout of your website. It is not recommended to do any editing without backing this file up. */

		
#content .twocolumn_right {
	border-left:1px solid #ccc;}

#content .backto_button {
	display: none; }
	


/*//// Page Structure //////////////////////*/


/* Please note that editing any of the styles below can break the layout of your website. It is not recommended to do any editing without backing this file up. */


#header {
	padding:0;
	background: none;height: 40px;}

#header-print {
	display: none; }

#header-print {
	display: block;
	width: auto;
	margin: 0px auto;
	text-align: left;
	padding: 0px 10px 10px 20px;
	height: auto;
	position: static; }

#thayer-logo-print {
	float: left; 
	width: 150px;
	height: 34px;
	border: 0; 
	margin-top: 0px; }

#mastercontainer {
	border-top:3px solid #ccc;
	color: #FF0000; 
	padding-top: 10px;}	

#navigation {
	display:none; }
	
#content_positioning {
	color: #000;
	margin:20px;}

	#content {
		color:#000;}

#footer {
	border-top:1px solid #ccc; 
	height: auto;
	margin-bottom: 5px;
	margin-top: 5px;}



/*//// Navigation //////////////////////*/


/* Utility Nav */

#header #utilitynav {
	border:none ;
	color:#000; margin-right: 10px;}
	
	#header #utilitynav #stripe {
		background:none; }

	#header #utilitynav a {
		color:#000; }

