/* body */

body {
	margin: 0px;
	background-color: white;
	color: black;
}

/* header */


#header
{
  width: 100%;
  height: 35px;
  background-color: #003366;
}

#header H1
{
  color: #ffffff;
  font: normal 18px Helvetica, Arial, sans-serif;
  margin: 0 0 0 0;
  padding: 5px 0 0 1em;
  font-weight: bold;
}

#header H1 a
{
  color: #ffffff;
  font: normal 18px Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
}

#body {
	margin: 0 190px 0 0;
	padding: 1.5em 3em 0em 1em;
}

#body *:first-child {
	margin-top: 0;
}

#copyright {
	clear: both;
	padding-bottom: 1em;
	text-align: center;
	font-size: small;
	color: #aaaaaa;
}

#copyright a {
	color: #aaaaff;
}

#copyright a:visited {
	color: #ffaaaa;
}


/* SIDEBAR */

#sidebar {
	position: absolute;
	top: 35px;
	right: 0px;
	background-color: #c6c6c6;
}

#sidebar div.section {
	width: 190px;
	padding: 1em;
}

#sidebar div.section h3 {
	font-weight: bold;
	font-size: 110%;
}

#sidebar *:first-child {
	margin-top: 0;
}

#sidebar *:last-child {
	margin-bottom: 0;
}

#sidebar div.section ul {
	padding: 0;
	list-style-type: none;
}

#sidebar div.section ul ul {
	padding-left: 1.5em;
	list-style-type: square;
}

#sidebar div.section p {
	font-size: small;
}
#sidebar H3
{
  color: #000;
  font: normal 18px Helvetica, Arial, sans-serif;
  margin: 0 0 0 0;
  font-weight: bold;
}


.pull_quote
{
	float:right;
	width:160px;
	margin-top:	15px;
	margin-bottom:0px;
	margin-left:15px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, Georgia;
	font-size:22px;
	line-height:24px; 
	color:#D4D4C7; 
	text-align: right;
}

.first_letter 
{
    float:left;
    margin-right: 2px;
    padding-top: 1px;
}


.img_tall
{
	margin-top:	15px;
	float:right;
	width:172px;
	height:256px;	
	border:1px solid black;	
	margin-left:15px;
	margin-bottom:5px;
	
}

.img_tall img
{
	text-decoration: none;
	width:  166px;
	height: 250px;
	border: 3px solid white;
}

.img_tall a
{
	border-bottom:	none;
}

.img_wide
{
	margin-top:	20px;
	_margin-top:25px;
	display: block;
	float:right;
	width:256px;
	height:172px;	
	border:1px solid black;	
	margin-left:15px;
	margin-bottom:5px;
	
	
}
.img_wide img
{
	text-decoration: none;
	width:250px;
	height:166px;
	border: 3px solid white;
}

.img_wide a
{
	border-bottom:	none;
}

.entry
{
  text-align: justify;
}


