/* @group Basic defaults */
* { background: transparent; }
body, p, div, table, td, th, dl, dt, dd, form, input {
	color: black;
	background: white;
	font-size: 12pt; 
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
blockquote { font-style: italic; color: black;}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
a img, p.logo a {
    border: none;
    text-decoration: none;
    float: left;
    margin: 0 1em 1em 0;
}
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
        font-size: 80%
}
h1, h2, h3, h4, h5, h6 {
	padding: 0; background: white;
}
h1 {font-size: 18pt;}	
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}
h4 {font-size: 13pt;}

/* @end */

/* @group Reset layout divs */
#outer, #right, #left, #home #right, #home #left, div, #intro, .two-col, .col1, .col2 {
	width: 100%; height: auto; margin: 0; float: none !important;border: none;
}

/* @end */

/* @group Site-specific print styles */

#header {
	background-color: transparent;
	border-bottom: none;
}
p.breadcrumb, div.headimage, p.tagline, #nav  {
	display: none;
}
body#home #right blockquote {
	background-image: none;
	width: 100%;
	height: auto;
	position: static;
}
.two-col, .col1, .col2, blockquote, .news {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
    margin: 1em 0;
}
.news p, .news h3, .inner-right p {
	color: black;
}
/* @end */

/* @group sIFR-specific print styles */
.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
/* @end */