body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/bckgnd.gif);
	background-repeat: repeat-y; 	
	background-position: left; 
	background-attachment: fixed; 
}
p, td, li {
	font-size: 95%;
	color: #666666;
	line-height: 125%;
}
.large p {
  line-height: 180%;
}
.center {
  text-align: center;
}
a {
	color: #CC3300;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #FF3300;
	text-decoration:underline;
}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF99;
	font-weight:normal;
	text-decoration: none;
}
.navtext a {
	color: #996633;
}
.navtext a:hover {
	color: #FF3300;
	text-decoration: none;
}
.photocred {
	font-size: 75%;

}
.runin {
	font-weight:bold;
	text-transform:uppercase;
}
#maincontent {
	position:absolute;
	top:28px;
	margin-left:20px;
	margin-top:10px;
	max-width:550px;
	width:expression( /* width hack for IE */
  document.body.clientWidth > (550/12) * 
  parseInt(document.body.currentStyle.fontSize)?
    "40em":
    "auto" );
}
.textbox {
	float: right;
	width: 175px;
	display: inline;
	margin: 0px 0px 8px 8px;
	padding: 8px;
	border: 1px solid #FFCC66;
}
.textbox p{
	font-size: 80%;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	line-height: 135%;
}
.textbox ul {
	list-style-position:inside;
	list-style-type:square;
	margin: 0px;
	padding: 0px;
}
.textbox ul li {
	padding: 2px 0px 2px 8px;
	margin: 0px;
}
