/* CSS Document */

/* Created by The IDPgroup
Columbia, Missouri USA
www.idpgroup.com */

body	{
	background: #FFF;
	font-family: verdana, sans-serif;
	color: #666;
	margin: 0px;
	margin-top: 15px;
}
a	{
	color: #BD0831;
}
a:hover	{
	color: #5A3021;
}
h2	{
	font-family: arial, sans-serif;
	color: #BD0831;
	font-size: 1.7em;
}
h3	{
	font-family: arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
dl	{
	padding: 15px 200px 0 0;
}
dt	{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: .9em;
}
dt a	{
	color: #5A3021;
	text-decoration: none;
}
dt a:hover	{
	color: #BD0831;
}
dd	{
	font-size: .8em;
	line-height: 1.2em;
	margin-left: 10px;
	margin-bottom: 20px;
}
.hide	{
	display: none;
}
.storyHeadline	{
	font-weight: bold;
}
.storyHeadline a	{
	color: #BD0831;
	font-weight: bold;
	text-decoration: none;
}
.storyHeadline a:hover	{
	text-decoration: underline;
	color: #5A3021;
}
.storyDate	{
	font-weight: bold;
	color: #999;
	margin-bottom: 5px;
}
#menuArrow	{
	border: 1px solid #999;
	color: #F93;
	font-family: 'times new roman', serif;
	font-weight: bold;
	font-size: 28px;
}
#menu	{
	padding: 5px;
	font-size: .7em;
	letter-spacing: 2px;
	}
	#menu a	{
	color: #666;
	text-decoration: none;
	padding: 5px 10px;
	border-right: 1px solid #999;
	}
	#menu a:hover	{
	background: #F4EDE1;
	color: #333;
}
#subMenu	{
	text-align: right;
	border-bottom: 1px solid #999;
	font-size: .6em;
	}
	#subMenu a	{
	display: block;
	background: #F4F4F4;
	text-decoration: none;
	padding: 5px 15px 5px 0px;
	border-top: 1px solid #999;
	color: #5A3021;
	}
	#subMenu a:hover	{
	background: #FFF;
	color: #BD0831;
	}
	.subMenuHeader	{
	background: #FFF;
	border-top: 1px solid #999;
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
	text-align: left;
	}
	.subMenuHeader a	{
	display: block;
	font-size: .7em;
	width: 100%;
	background: #FFF;
	text-decoration: none;
	color: #5A3021;
	}
	.subMenuHeader a:hover	{
	color: #BD0831;
}

.impactMenu {
	text-align: right;
	border-bottom: 1px solid #999;
	font-size: .6em;
	}
	.impactMenu a	{
	display: block;
	background: #C9C9D1;
	text-decoration: none;
	padding: 5px 15px 5px 0px;
	border-top: 1px solid #999;
	color: #5A3021;
	}
	.impactMenu a:hover	{
	background: #FFF;
	color: #BD0831;
	}

#mainContent	{
	padding: 20px;
	font-size: .8em;
}
#mainContent img	{
	border: 1px solid #999;
	margin-left: 10px;
	margin-bottom: 10px;
}
#sideBar	{
	float: right;
	background: #F4F4F4 url(/images/bg_diag.gif);
	padding: 7px 2px 2px 6px;
}
.sidePic	{
	width: 170px;
	height: 84px;
	background: transparent url(/images/pic_frame.gif) no-repeat;
}
#sideBar img	{
	border: 4px solid #FFF;
	margin: 3px 0 0 3px;
}
.moreLink	{
	float: right;
}
.moreLink a	{
	width: 40px;
	height: 12px;
	padding: 5px 20px;
	background: transparent url(/images/more.gif) no-repeat center center;
}
.moreLink a:hover	{
	background: transparent url(/images/moreOver.gif) no-repeat center center;
}
#footer	{
	background: #F4F4F4;
	border: 1px solid #999;
	text-align: left;
	margin: 0 auto;
	padding: 5px;
	color: #999;
	font-size: .6em;	
}
#footer a	{
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#footer a:hover	{
	color: #333;
}
#idp	{
	color: #F4F4F4;
	text-decoration: none;
	}
	#idp:hover	{
	color: #666;
}

/* JAVA-ASSISTED FLY-OUT MENU */
.submenu	{
	position:absolute;
	visibility: hidden;
	background: #F4EDE1;
	border: 1px solid #999;
	font-size: .7em;
	padding: 2px;
}
.submenu a	{
	display: block;
	width: 150px;
	padding: 3px;
	color: #333;
	text-decoration: none;
}
.submenu a:hover	{
	background: #FFF;
	color: #BD0831;
	text-decoration: none;
}

.bodytextred {color: #BD0831; font-weight: 700}
/* */