body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	background: #987C4C;
	margin: 10px;
}
.outline {
	width: 810px;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
}
div, span, p, form, input, th, td, li, dd, dl, dt    {
    /* redundant selectors to help NS4 not forget */
    font-family:  Verdana, Arial, sans-serif;
    font-size: 11px;
    
    }
    
p	{
	margin-top: 0px; padding-top: 0px;
	line-height: 1.35em;
	}
	
h1	{
	font-size:	24px;
	}
	
h2	{
	font-size:	22px;
	}
	
h3	{
	font-size:	18px;
	}
	
h4 {
	font-size:	16px;
	}
	
h5	{
	font-size:	13px;
	}
	
h6	{
	padding:2px 4px;
	background:white;
	border:1px solid #aaa;
	font-size:	11px;
	}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #990000;
	background-color: transparent;
	margin: 3px 0 5px 0;
}

h6.bg {
      display:block;
      background:transparent url(../images/header-bg-1.jpg) no-repeat;
      height:50px;
      line-height:3.2em;
      border:none !important;
      color:#e6e2cd;
      padding:0 0 0 20px;
      font-size:1.4em;
}
.blackhead {
	font-weight: bold;
	color: #000;
	margin: 5px 0 5px 0;
}
A	{
	color: #990000;
	text-decoration:	none;
	}
A:link
{
	color: #990000;
	background-color: transparent;
	text-decoration:	none;
}
A:visited	{
	color:	#990000;
	background-color: transparent;
	}
A:active	{
	color:	#990000;
	background-color: transparent;
	}
A:hover
{
	color: #990000;
	background-color: transparent;
	text-decoration: underline;
}
DIV#breadcrumbs
{
	color: white;
	font-size: 11px;
	margin: 0 10px;
	float: left;
}
DIV#breadcrumbs A, DIV#breadcrumbs A:visited
{
	color: white;
	font-size: 11px;
}
 
img
{
	/* turns off gaps around images */
	border-color: #221F1F;
}
a#twitter {
	height:48px;
	width:80px;
	float:right;
	margin:0 12px 0 0;
	background:transparent url(../images/twitter.png) left no-repeat;
	font-size:1.2em;
	padding:12px 0 0 38px;
	color:white;
	font-style:italic;
}