/* --------------------------------------------------------------
    Default CSS styles for print
    Brothers in art
    http://www.brothersinart.net
---------------------------------------------------------------*/

/*  Base
---------------------------------------------------------------*/
html {
	width: 100%;
}
body {
	width: 100%;
	background: #FFF;
	color: #000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
}
a {
	color: #255082;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.2em;
}
h1 {
	margin: 0 0 18px 0;
	font-size: 4em;
	font-weight: bold;
}
h2 {
	margin: 0 0 18px 0;
	font-size: 2em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-weight: bold;
	font-size: 1.1em;
}
p {
	margin: 10px 0 10px 0;
}
p.first {
	font-size: 1.4em;
	line-height: 1.4em;
}
img {
	border: 0;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.more-link {
	display: none;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0 0 0 15pt;
	list-style: square;
}

/*  Masthead
---------------------------------------------------------------*/
#masthead {
	border-bottom: 1px solid #888;
	margin-bottom: 1em;
}
#masthead h1 {
	font-size: 8pt;
	font-weight: normal;
	margin: 0;
	line-height: 11pt;
	text-transform: uppercase;
}
#masthead a {
	display: none;
}
#navigation {
	display: none;
}
/*  Side
---------------------------------------------------------------*/
#side {
	width: 30%;
	clear: right;
	float:right;
	margin: 1em;
	padding: 1em;
	border: 1px solid #888;
	border-top: 4px solid #888;
	font-size: .8em;
}
#side .side_top {
	width: 99%;
	overflow: hidden;
	margin-bottom: 18px;
}
#side .box {
	margin-bottom: 18px;
}
#side p {
	margin: .5em 0 .5em 0;
}
#side div.label {
	font-size: 8pt;
	border-bottom: 1px solid #888;
	margin: 0;
}
#side div.work-back {
	display: none;
}
#side div.mailing {
	display: none;
}

/*  Content
---------------------------------------------------------------*/
#flash-feature {
	display: none;
}
#content blockquote {
	width: 25%;
	float: left;
	margin: -8px 1em .1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 1.5em;
	line-height: 1.1em;
	text-align: right;
	font-style: italic;
}
#content ul.pageindex {
	display: none;
}
#content div.pagenav {
	display: none;
}
#slideshow {
	display: none;
}
/*  Footer
---------------------------------------------------------------*/
#footer {
	clear: left;
}
#footer a {
	display: none;
}
/*  EOT
---------------------------------------------------------------*/