
* { background: #fff; }

body {
	font-family: helvetica, arial;
	background: #fff;
}

/* HIDE
-------------------------------------------------*/

div#header, div#secondary, a.print, div#footer {
	display: none;
}

a.image img, a img {
	border: 0;
	border: none;
}


/* TEXT
-------------------------------------------------*/
a:link, a:visited { 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
}

#content, #footer {
	font-size: 13px;
	line-height: 1.3em;
	margin: 0 0 15px 0;
	background: #fff;
}

h1 {
	font-size: 18px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 16px;
	margin: 0 0 3px 0;
}

/* 
-------------------------------------------------*/

.three-col #primary, .three-col #tertiary {
	float: none;
	width: auto;
	border: 0;
}

.sidebar h2, #tertiary h2 {
	font-size: 14px;
}

.content img {
	float: none;
	clear: both;
}

.contact img {
	float: none;
	border: 0;
	margin: 5px 0;
}


