body
{
	background-color: #808080;
}

.Category-Label
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial, Sans-Serif;
}

.QA-Number
{
	font-weight: bold;
	font-size: x-small;
	color: #000000;
	font-family: Arial, Sans-Serif;
}

.QA-Question
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial, Sans-Serif;
}

.QA-Answer
{
	font-size: x-small;
	color: olivedrab;
	font-family: Arial, Sans-Serif;
}


.Item-Value
{
	font-size: x-small;
	color: black;
	font-family: Arial, Sans-Serif;
}

.Item-Title
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial, Sans-Serif;
}

.Item-Description
{
	font-size: small;
	color: black;
	font-family: Arial, Sans-Serif;
}

#Copyright, .Copyright
{
	font-weight: bold;
	font-size: xx-small;
	color: #ffffff;
	font-family: Verdana, Sans-Serif;
}

#Header-Container
{
	padding-left: 25px;
	padding-top: 75px;
}

.Header-Label
{

	font-weight: bold;
	font-size: large;
	font-family: Arial, Sans-Serif;
}

#Header-Background, .Header-Background
{

	background-image: url(/Images/Header-Background.gif);
	margin: 0px;
	width: 463px;

	background-repeat: repeat-x;
	height: 139px;
}

#Footer-Border, .Footer-Border
{
	height: 15px;
	background-color: #2c5158;
}

#Content, .Content
{
	background-color: #ffffff;
}

#Splash-Top, .Splash-Top
{
	height: 185px;
	width: 592px;

	background-image: url(/Images/Splash_Top.jpg);

}

#Splash-Bottom, .Splash-Bottom
{
	height: 207px;
	width: 592px;

	background-image: url(/Images/Splash_Bottom.jpg);

}

#Splash-Container, .Splash-Container
{
	border: solid 2px black;
	width: 592px;
}



.Menu-Item-Inactive
{
	color: black;
	text-decoration: none;
}

.Menu-Item-Active
{
	color: #000000;
	text-decoration: none;
}

.Frame
{
	clear: both;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	display: block;
	float: none;
	visibility: visible;
	margin: 0px;
	border-left: #ffffff 1px solid;
	width: 750px;
	border-bottom: #ffffff 1px solid;
	background-color: #ffffff;

}

.Left-Frame
{
	width: 199px;
	background-color: #4973c7;
	text-align: right;
}

.Right-Frame
{
	padding-left: 1px;
	margin: 0px;
	text-align: left;
}

.Menu
{
	width: 90%;
}

.Menu-Item-Normal
{
	padding-right: 12px;
	font-size: xx-small;
	padding-bottom: 3px;
	margin: 0px;
	color: black;
	padding-top: 3px;
	border-bottom: black 1px solid;
	font-family: Tahoma, Sans-Serif;
	background-color: transparent;
	text-align: right;
}

.Menu-Item-Selected
{
	padding-right: 12px;
	font-size: xx-small;
	padding-bottom: 3px;
	margin: 0px;
	color: black;
	padding-top: 3px;
	border-bottom: black 1px solid;
	font-family: Tahoma, Sans-Serif;
	background-color: #ffffff;
	text-align: right;
}

.Phase-Title
{
	font-weight: bold;
	font-size: small;
	color: black;
	font-family: Arial;
}

.Phase-Description
{
	font-size: x-small;
	font-family: Arial;
}

.Link
{
	font-size: xx-small;
	color: black;
	font-family: Arial, Sans-Serif;
}