/* Presentation Stylesheet */ 
h4 {
 }
 
p:first-letter {
 font-size: 110%;
 }
.heading {
	font-size: 1.2em;
	font-weight: bold;
	color: #EA0000;
}
.subheading {
	font-size: 1.1em;
	font-weight: bold;
	color: #EA0000;
}
.smallheading {
	font-weight: bold;
	color: #FDFBB3;
}


 img, div 
 { behavior: url(iepngfix.htc) }
 
 
#navcontainer { width: 160px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 150px;
	border-bottom: 1px solid #eee;
	color: #000000;
}

#navcontainer a:link, #navlist a:visited
{
color: #333333;
text-decoration: none;
}

#navcontainer a:hover
{
	color: #fff;
	background: #8C5400;
}

#navbottom{ width: 160px; }
#navbottom a
{
padding: 3px;
color: #FFFFFF;
}

#navbottom a:link, #navbottom a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navbottom a:hover
{
	color: #FFCC00;
	background: #292421;
	}
dt {
	font-weight: normal;
	color: #EA0000;
	padding: 2px;
}
a:link {
	color: #FFCC33;
	text-decoration: none;
}a:hover {
	color: #5E1F00;
	background: #FEEEB8;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}

hr {
	color: #FFCC00;
	height: 0.5px;
	width: 50%;
	text-align: left;
}
