body {

	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	height:100%

}

.clear {
	clear:both;
}

#wrapper {

	width:990px;
	height:100%;
	margin:10px auto;

}

#header {

	position:relative;
	width:inherit;
	height:110px;
	
}

#header .logo {
	
	position:absolute;
	right:0px;
	bottom:0px;
	padding:5px 0;
	width:400px;
	text-align:center;

}

#header .navigate {

	position:absolute;
	left:0px;
	bottom:0px;
	width:auto;

}

#header .navigate div{

	float: left;

}

#whitewrapper {
	clear:both;
	width:auto;
	border-left:3px solid white;
	border-bottom:3px solid white;
}

#blackwrapper {
	clear:both;
	width:auto;
	border-left:5px solid black;
	border-bottom:5px solid black;
}

#content {
	clear:both;
	width:auto;
	height:100%;
	padding:4px;
	border:5px solid #9C6;
	overflow: visible;
	background-image: url(/images/graphics/flipmargingreen.gif);
	background-repeat: repeat-y;
	background-position: 4px 12px;
}

#maincolumn {

	width: 600px;
	margin-right:5px;
	float:right;

}

#sectionblock .title, #sectionblock .title a{

	font-weight:bold;
	color:#FF9900;
	text-decoration:none;

}

#sectionblock .title a:hover {

	color:#CC6600;

}

#sectionblock {

	margin:15px 0;

}

#rightcolumn {

	width:350px;
	height:inherit;
	float:left;
	padding-bottom:25px;

}

#storyblock {

	font-size:.95em;
	margin:3px 4px 3px 10px;

}

#storyblock .title, #storyblock .title a{

	font-weight:bold;
	text-decoration:none;
	color:#333333;

}

#storyblock .title a:hover{

	color:#FF6600;
	
}

#storydate {
  font-size:12px;
  font-weight:bold;
  color: #000;
  padding:2px;
}

#storytitle {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
#storysub {
  font-size:15px;
  line-height:20px;
  font-weight:bold;
}

#storybody {
  margin-top:10px;
  font-size:.85em;
  
}

#storybody p {
	text-indent: 15px;
	

}

#byline {
  font-size:.8em;
  line-height:1em;
}

#byline .title{

	font-size:.8em;
}
#byline a, #byline a:visited {
  color: #0000DD;
  text-decoration: none;
}
#byline a:hover {
  text-decoration:underline;
}

#toolkit{
	font-size: .65em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	margin:5px 0 20px 0;
}

#toolkit a{
	color:#333333;
	text-decoration:none;
}

#toolkit img{

	border:0;

}

#toolkit .plusminus{

	width:10px;
	text-align:center;
	margin:0 2px;

}

#emailbox {

	clear:both;
	margin:10px 0;

}

#emailbox .copy {
	float: right;
	font: normal .75em arial, helvetica, sans-serif; /* 11px */
	color: #000;
	display: inline;
	vertical-align: baseline; /* for ie */
}

#emailbox input#copytoself {
	vertical-align: middle; /* for ff */
	margin-top: 0;
	margin-bottom: 0;
}

#emailbox label {
	display: block;
	font: bold .8em arial, helvetica, sans-serif; /* 12px */
	color: #000;
	margin-bottom: .5em;
} 

#emailbox fieldset{

	border:1px solid #333;
	margin:10px 0;
	padding:20px;

}

#emailbox .note {

	font-size:.75em;
	font-style:italic;
	padding:5px;

}

#emailsent li {
	
	font-size:.85em;
	font-weight:bold;
	list-style:none;
	display:block;
	margin-left:20px;
	color:#0000FF;
	
}

#emailerror li {
	
	font-size:.85em;
	font-weight:bold;
	list-style:none;
	display:block;
	margin-left:20px;
	color:#FF0000;
	
}

#storyphotos {

	margin:20px 10px 0 5px;
	width:340px;
	text-align:center;
	
}

#storyphotos img{

	max-width:336px;

}

#storyphotos .contributor{

	text-align:right;
	font-size:.60em;
	margin:0 3px;
}

#storyphotos .uppercase{
	text-transform: uppercase;
	font-weight:bold;	

}

#morestories {

	margin:20px 10px 0 5px;
	width:340px;
}

*html #morestories {

	width:auto;

}

#morestories .headtitle{

	border-bottom:1px solid black;
	color:#FF9900;
	font-weight:bold;

}

#morestories a {

	text-decoration:none;
	color:#333333;
}

#morestories a:hover {

	color:#FF3300;
	font-weight:bold;

}

#morestories .headtitle a{

	color:#FF6600;
	
}

#morestories li {

	list-style:none;
	display:block;
	font-size:.95em;
	line-height:1em;
	margin-left:5px;
	padding-top:5px;

}

*html #morestories li {

	display:inline;
	float:left;
	width:330px;

}