﻿body 	{background: white url('../images/bkgrnd.gif') no-repeat; margin: 0; font-family: arial, verdana, sans-serif;}

td	{color: #333333; font-size: 10pt;}

p	{color: #333333; font-size: 10pt;}
li	    {margin-top: 6px; font-size: 10pt;}
ul      {list-style-type: square;}

h1			{font-size: 18pt; color: #333333; font-weight: bold; margin: 0;}
h2			{font-size: 13pt; color: #333333; font-weight: bold; margin-bottom: 0;}
h3			{font-size: 12pt; color: #333333; font-weight: bold;}
h4			{font-size: 15pt; color: #444444; font-weight: normal; margin-top: 0;}
h5			{font-size: 12pt; color: #444444; font-weight: bold; margin-top: 0;}

.bottom	    {margin-bottom: 0;}
.top		{margin-top: 0;}
.topbot	    {margin-top: 0; margin-bottom: 0;}

.large      {font-size: 11pt; color: black;}
.small      {font-size: 8pt; color: black;}

.home	    {font-size: 12pt; color: black; line-height:16pt;}
.title      {font-size: 14pt; color: white; font-weight: bold;}
.address	{font-size: 11pt; color: black;}

#sidebar {
	float: right;
	width: 185px; *width: 200px;
	background-color: black;
	color: white;
	padding: 15px;
	margin: 10px 0 10px 10px;
	font: bold 11px 'Arial Narrow', arial, verdana, sans-serif; color: white;
}
#sidebar h1{font-size: 13px; color: white; font-weight: bold; text-transform: uppercase; text-align: center; border-bottom: 1px white solid; margin-top: 0; padding-bottom: 5px;}
#sidebar p {font: bold 12px 'Arial Narrow', arial, verdana, sans-serif; color: white;}
#sidebar ul{margin-top: 0;}
#sidebar li{margin: 0 0 0 -20px; font: bold 11px 'Arial Narrow', arial, verdana, sans-serif; color: white;}
#sidebar:visited {color: white;}
#sidebar a:active {color: white;}
#sidebar a:link {color: white;}
#sidebar a:hover {color: #E8B900;}

#chart		{border-collapse: collapse; border: 1px black solid;}
#chart th	{font: bold 13px 'Arial Narrow', arial, verdana, sans-serif; color: white; background-color: black; border: 1px black solid; padding: 5px; text-transform: uppercase; text-align: left;}
#chart td	{font: bold 12px 'Arial Narrow', arial, verdana, sans-serif; border: 1px black solid; padding: 5px; vertical-align: top;}
#chart td.black {font: bold 13px 'Arial Narrow', arial, verdana, sans-serif; color: white; background-color: black; border: 1px white solid; padding: 5px; text-transform: uppercase; vertical-align: top; text-align: left;}
#chart ul	{margin-top: 0; margin-bottom: 0;}
#chart li	{font: bold 12px 'Arial Narrow', arial, verdana, sans-serif; margin-top: 0; margin-left: -20px;}

a:link 	    {color: #7B0000; text-decoration: underline;}
a:active 	{color: #7B0000; text-decoration: underline;}
a:visited 	{color: #666666; text-decoration: underline;}
a:hover 	{color: #E8B900; text-decoration: underline;}

#printable {
	padding: 6px;
	margin: 0;
	background-color: black;
	font-family: 'Arial Narrow', arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	float: right;
}
#printable a:visited {
	color: white;
	text-decoration: none;
}
#printable a:active {
	color: white;
	text-decoration: none;
}
#printable a:link {
	color: white;
	text-decoration: none;
}
#printable a:hover {
	color: yellow;
	text-decoration: none;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	width: 134px; *width: 148px;
	border: 1px white solid;
	padding: 6px 6px 5px 6px;
	margin: -1px 0 0 0; *margin: -4px 0 0 0;
	background-color: black;
	font-family: 'Arial Narrow', arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#menu a:visited {
	color: white;
	text-decoration: none;
	display: block;
}
#menu a:active {
	color: white;
	text-decoration: none;
	display: block;
}
#menu a:link {
	color: white;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	color: yellow;
}

/*Bread Crumb Lists*/
#breadcrumbs ul {
	margin: 0 0 10px 0;
	padding: 0;
}
    #breadcrumbs {
	margin: 0 0 10px 0;
	padding: 0;
}
    #breadcrumbs li {
		display: inline;
		font: bold 11px 'Arial Narrow', arial, verdana, sans-serif;
		padding: 0 .25em 0 .75em;
		background: url('/images/breadcrumbs.gif') no-repeat center left;
    }
    #breadcrubs li:first-child {
		padding: 0 .25em 0 0;
		background: none;
	}
    #breadcrumbs li.home {
		padding: 0 .25em 0 0;
		background: none;
	}
    #breadcrumbs a {
		color: black;
		text-decoration: none;
    }
    #breadcrumbs a:hover {
		color: #7B0000;
		text-decoration: underline;
    }
