html {width: 100%;}

body {
background: #fff;
text-align: left;
color: #000;
font-size: 12pt !important;
line-height: 150%;
font-family: "Helvetica Neue", Serif;
width: 100%;
}

img	{
border: 0;
}

.hide, .noprint, #subnav, #workNav, #scrollinglist, #logoName, .thoughtInfoPhotoBox {
display: none;
}

a:link, a:visited, a:hover, a:active { 
text-decoration: none;
color: #000;
}

.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}


/* header & footer */
	
#header {

}

/*
#logoName {
display: block;
font-size: 18pt !important;
color: #000;
margin-bottom: 30px;
}

#logoName img {
vertical-align: middle;
margin-right: 10px;
}
*/

h1 {
font-size: 16pt !important;
font-weight: normal;
margin-bottom: 10px;
padding-top: 15px;
}

#footer {
border-top: 1px solid #ccc;
margin-top: 15px;
padding-top: 15px;
font-size: 10pt !important;
}


/* main */

h2	{
font-size: 14pt !important;
font-weight: normal;
margin: 0 0 5px 0;
}

p {  
font-size: 11pt !important;
margin-bottom: 15px;
}

.indented {
padding-left: 60px;
padding-right: 80px;
}


/* work blocks */

.printleft {
float: left;
margin: 0 15px 15px 0;
}

.printright {
float: right;
margin: 0 0 15px 15px;
}

