﻿body
{
	font-family: Arial,sans-serif,Verdana;
	background-image: url(Images/bkgrnd.gif);
	font-size: 9.5pt;
	text-align: center;
}
.Container
{
	border-right: #ccc9b8 thin solid;
	border-top: #ccc9b8 thin solid;
	border-left: #ccc9b8 thin solid;
	border-bottom: #ccc9b8 thin solid;
	background-color: white;
	margin: 0px auto;
	text-align: left;
}
.Container #Header
{
	background-image: url(Images/header_bkgrnd2.gif);
	border-bottom: #ccc9b8 thin solid;
	height: 50px;
	font-size: 8.5pt;
	color: #000000;
	padding-right: 10px;
}
.a_header
{
	color: #000000;
	text-decoration: none;
}
.Container #Footer
{
	/* background-image: url(Images/menu_bkgrnd.gif); */
	padding: 10px;
	background-color: #dedbca;
	border-top: #ccc9b8 thin solid;
	font-size: 8.5pt;
}
.Container #Footer a
{
	color: #000000;
}

.Container #Content_Menu
{
	background-image: url(Images/menu_bkgrnd.gif);
}
.Container #Content_Menu .nav_over
{
	background-image: url(Images/menu_bkgrnd_over.gif);
}
.Container #Content_Menu a
{
	background-image: none;
}
.submenu
{
	/* height: 33px; 	background-image: url(Images/menu_bkgrnd.gif); */
	padding: 4px;
}

.Container #Sidebar_Menu
{
	font-weight: bold;
	background-image: url(Images/bkgrnd.gif);
	padding-left: 10px;
	border-right: #ccc9b8 1px dotted;
}
.Container #Sidebar
{
	border-right: #ccc9b8 1px dotted;
}
.Container #Content
{
	padding: 10px;
}
.Report
{
	overflow: hidden;
	display: block;
}
.Container #Content a:link, .Container #Content a:visited, .Container #Header a:link, .Container #Header a:visited
{
	color: blue;
}
.Heading
{
	font-weight: bold;
	border-bottom: #ccc9b8 1px dotted;
}
.tight
{
	list-style-type: square;
	list-style-position: inside;
	margin-left: 0px;
}
.tight ul
{
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 10px;
}
a
{
	color: blue;
}
h1
{
	font-size: 145%;
	font-weight: bold;
	margin-bottom: 0px;
}
h2
{
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 0px;
	border-bottom: #ccc9b8 thin solid; /*background-image: url(Images/header_bkgrnd.gif);*/
}
h3
{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0px;
}
h4
{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
	color: #ccc9b8;
}
input.btn
{
	cursor: pointer;
	background-image: url(Images/menu_bkgrnd_over.gif);
}
/* Accordion */
.accordionHeader
{
	color: #000000;
	background-image: url(Images/header_bkgrnd2.gif);
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	cursor: pointer;
}

.accordionHeader a
{
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	border: 1px solid #ccc9b8;
	color: #000000;
	background-image: url(Images/header_bkgrnd2.gif);
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	cursor: pointer;
}

.accordionHeaderSelected a
{
	background: none;
	text-decoration: none;
	color: #000000;
}

#.accordionHeaderSelected a:hover
{
	color: #000000;
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #ffffff;
	border: 1px solid #ccc9b8;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	height: 100%;
	min-height: 100%;
}
#.accordionLink a
{
	color: #000000;	
	text-decoration: none;
}
.lcolumn
{
	width: 150px;
}
.hr
{
	background-position: 4px;
	background-image: url(   'images/hr.gif' );
	background-repeat: repeat-x;
	padding: 8px;
}
