html
{
	padding: 0px;
	margin: 0px;
	height:100%;
}

body
{
	padding: 0px;
	background: #231f20;
	margin: 0px;
	height: 100%;
	color: White;
	font-family: Verdana;
	/*text-align: center;*/
}

a:link
{
	color:#211f1f;
}

a:visited
{
	/*color:#a8a9ad;*/
	color:#211f1f;
}

a:hover
{
	color:#231f20;
}

div#Content a:link, div#Content a:visited
{
	color:Red;
	font-size:smaller;
	text-decoration:none;
}

div#Page
{
	margin: auto;
	width: 80%;
	height: 700px;
	border: solid 25px #c6d7e2;
}

div#Header
{
	/*background: #a6b1a9;*/
	border:none;
}

div#HLinkContainer
{
	width:710px;
	float:right;
}

div#HMenu
{
	border:none;
	height: 25px;
	margin: 0px;
	font-size: x-small;
	padding: 0px 0px 0px 0px;
}

div#HomeImage
{
	width:inherit;
	height:170px;
	background-image: url("images/Landing Page Image.gif");
}

.HLink
{
	float: left;
	background-image: url("images/HMenu/BlueButtonBG.png");
	background-repeat:no-repeat;
	width: 131px;
	height: 20px;
	margin: 2px 5px -2px 5px;
	padding: 4px 0px 0px 0px;
	text-align:center;
}

.HLink a
{
	text-decoration: none;
	color:White;
}

div#ContentBackground
{
	color:#231f20;
	background: #a8a9ad;
	background-image: url("images/Gradient.jpg");
	background-repeat:repeat-y;
	background-position:center;
	height:550px;
}

div#NavBar
{
	width:170px;
	height:200px;
	/*background:red;*/
	float:left;
}

div#Content
{
	/*width:580px;*/
	height:550px;
	/*height:380px;*/
	padding:0px 0px 0px 10px;
	overflow:scroll;
    overflow-x:hidden;
    
    scrollbar-face-color: #a8a9ad;
	scrollbar-arrow-color: #231f20;
	scrollbar-track-color: #fff;
	scrollbar-base-color: #FFF;
	/*scrollbar-shadow-color
	scrollbar-DarkShadow-Color: #e6cbdb;*/
}

div#Footer
{
	background: #76787b;
	height:25px;
	font-size: small;
}
	
div#FooterLeft
{
	float: left;
	padding: 3px 0px 0px 10px;
}

div#FooterRight
{
	float:right;
	padding: 3px 10px 0px 0px;
}

.requiredField
{
	font-size:xx-small;
}