body  {
	font: 14px/1.4em Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-weight:normal;
}
p  {
	font: 14px/1.4em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-weight:normal;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #999999;
}
.thrColFixHdr #container {
	width: 950px;
	margin: 30px auto 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
} 
.widget-content a {
	color: #000000;
}
#sidebar1 .archive {
	padding: 10px;
	background: #C2CEDB;
	margin-top: 5px;
	font-size: 14px;
}
#mainContent .archive {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
}
#mainContent .archive a {
	color: #990000;
}
#sidebar1 a:hover {	
	color:#333333;
	text-decoration:underline;
}

#mainContent p {
	margin: 0px;
	text-indent: 1.5em;
	font-weight:normal;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 20px 10px; /* padding keeps the content of the div away from the edges */
	font: 12px/1.2em Arial, Helvetica, sans-serif;
}
.thrColFixHdr #sidebar1 {
	float: left; /* padding keeps the content of the div away from the edges */
	width: 235px;
	font: 12px/1.3em Arial, Helvetica, sans-serif;
}

.thrColFixHdr #mainContent {
	margin: 0 210px 0 260px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
} 
.thrColFixHdr #mainContent-wide {
	margin: 0 210px 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
} 
.thrColFixHdr #footer {
	padding: 0;
	font: 11px/1.2em Arial, Helvetica, sans-serif;
	border-top: 3px solid #666666;
	margin: 20px 0px 0px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-indent: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1  .biography  {
	font: 13px/1.2em Arial, Helvetica, sans-serif;
	padding: 10px;
	background: #dee3e9 url(/graphics/sidebar1/gradient_blue.jpg) no-repeat;
}
.photocredit  {
	text-indent: 0px;
	margin-top: 15px;
	font: 10px/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height:1.3em;
}
h1 {
	font-size: 28px;
	text-decoration: none;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 15px;
}
.byline {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0px;
	margin: 0px 0px 8px;
	padding: 0px;
	font-size: 13px;
}
.dateline {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0px;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #879198;
	background: url(/graphics/dots.gif) no-repeat right 3px;
}
p { text-indent:1.5em; }
.subhead, .subhead p {
	font: 15px/1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #8F8349;
	text-indent:0;
}
/* highslide */
.highslide img {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 12px;
	padding: 5px;
	background: white;
	line-height: 1.2em;
	text-align: left;
	font-family: Verdana, Helvetica;
}
.highslide {
	outline: none;
	text-decoration: none;
}h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.1em;
	margin: 25px 0px 7px;
	font-weight: bold;
}
.photo-right { float:right; margin:0 0 5px 10px;}
.photo-left { float:left; margin:0 10px 5px 0;}