﻿body 
{
	font-family:Tahoma;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	color:Black;
}

.TitleHeader
{
	width:100%;
	height:120px;
	text-align:right;
	background-image:url(../../Images/AlleghenyHeader.jpg);
	background-repeat:no-repeat;
}

.TitleHeaderText
{
	font-family:Verdana;
	font-size:18pt;
	font-weight:bold;
	color:Black;
	padding-top:85px;
}

.TopNavPanel
{
	width:100%;
	height:28px;
	background-color:rgb(255,235,0);/*(160,192,192);*/
	border-bottom:solid 1px black; /*rgb(120, 112, 112);*/
	border-top:solid 1px black; /*rgb(120, 112, 112);*/
	text-align:right;
}

.TopNavPanels
{
	margin-right:5px;
	text-transform:uppercase;
}

.ContainerPanel
{
	width:100%;
	background-color:rgb(255,244,117);/*(192, 224, 255);*/
	display:table;
}

.LeftNavPanel
{
	width:17%;
	height:100%;
	float:left;
	color:rgb(96, 56, 160);
	font-weight:bold;
	font-size:9pt;
}
.LeftNavPanel2
{
	margin:5px;
}

.TreeviewNodes:link
{
	color:rgb(80, 28, 144);
	text-decoration:none;
}
.TreeviewNodes:visited
{
	color:rgb(80, 28, 144);
	text-decoration:none;
}
.TreeviewNodes:hover
{
	color:rgb(80, 28, 144);
	text-decoration:underline;
}
.TreeviewNodes:active
{
	color:rgb(1, 128, 7);
}

.LinkStyle:link
{
	color:rgb(20, 108, 136);
	text-decoration:none;
}
.LinkStyle:visited
{
	color:rgb(20, 108, 136);
	text-decoration:none;
}
.LinkStyle:hover
{
	color:rgb(20, 108, 136);
	text-decoration:underline;
}
.LinkStyle:active
{
	color:rgb(1, 128, 7);	
}

.ContentPanel
{
	width:83%;
	float:left;
	background-color:White;
}

.BottomCopyRight
{
	clear:both;
	width:100%;
	height:30px;
	background-color:rgb(255,235,0);/*(128, 160, 192);*/
	border-bottom:solid 2px black; /*rgb(96, 64, 64);*/
	border-top:solid 2px black; /*rgb(96, 64, 64);*/
	text-align:right;
}

.BottomCopyRightPanel2
{
	width:100%;
	margin-top:8px;
}

.BottomCopyRightText
{
	font-size:10pt;
	font-family:Verdana;
	margin-right:10px;
	width:20px;
}