/* added by Jeff Burrows May 29th*/

h1.nodisplay { display: none }

/* added by Jeff Burrows May 24th and 25th, 2006 */

p {
	margin: 10px 3px 1px 3px; 
}

h2 { margin: 10px 0px; 
	 font-size: 16px;}
h3 { margin: 10px 0px; 
	 font-size: 14px;}

.story 
{
	height: 200px;
	overflow: auto;
	border: solid 1px gray;}
	

	
.story p { font-family: sans-serif; font-size: 10pt }
	
.dugismleft { float: left; margin-top: 10px; width:320px;}
.dugismright { float: right; margin-top: 10px; width: 325px; margin-right: 10px;}

.dugism p 
{
	margin-top: 2px;
	padding: 5px 8px; 
	font-size: 14px;
	color: black;
	background-color: #ffe4b5;
}

.dugism p em { font-size: 80% }

.doug_vertical_strip
{
	background-position: 605px 0px;
	background-image: url(/images/doug_vertical_strip.jpg);
	background-repeat: repeat-y;
}

.doug_horizontal_strip
{
	text-align: center;
	margin: 20px 0px 0px 40px;
}

.doogermenu ul {
	float: right; 
	margin: 2px 10px; 
	border: 2px; 
} 
.doogermenu li {
	float: right; 
	font-size: 13px; 
	list-style: none;
	margin: 4px 0px 0px 0px; 
	padding: 2px 0px 0px 20px;
}
	
.doogermenu a {
	font-family: Arial, Sans Serif; 
	font-size: 100%; 
	font-weight: bold; 
	text-decoration: none;
	color: #eee; 
	margin: 0px 2px; 
	padding: 2px;
}
	
.doogermenu a:hover {
	color: #561c08;
	background-color: #cc6600;
}


/* Mike's original stuff */

.blogText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #32200E;
}
.blogTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #32200E;
	font-weight: bolder;
}
.featureText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #32200E;
	font-weight: normal;
	line-height: 18px;
}
.featureTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #32200E;
	font-weight: bolder;
	line-height: 18px;
}
.calloutText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #32200E;
}
.calloutLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #32200E;
	text-decoration: underline;
}
.calloutLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #777; /* added by JB May 21, since links on home page were disappearing on hover due to white background*/
	text-decoration: underline;
}
.featureLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #32200E;
	font-weight: normal;
	line-height: 18px;
	text-decoration: underline;
}
.featureLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #A2500B;
	font-weight: normal;
	line-height: 18px;
	text-decoration: underline;
}
.borderStyle {
	border: 1px solid #32200E;
}

li { margin-top: 3px; }

@media print
{
	.doogermenu
	{
		display: none;
	}
	.story
	{
		
		height: auto;
		overflow: visible;
		border: none;
	}
}
