html,body {width:100%; height:100%; margin:0px; padding:0px;}

.Hd1 {color: #000066; font-weight: bold; font-size: 24px; font-family:Arial,Helvetica,Verdana; text-transform: uppercase;}
.Hd2 {color: #000099; font-weight: bold; font-size: 19px; font-family:Arial,Helvetica,Verdana; font-style:italic;}
.Hd3 {color: #666699; font-weight: bold; font-size: 16px; font-family:Arial,Helvetica,Verdana; font-style:italic;}
.Text2 {color: #000000; font-size: 13px; font-family:Arial,Helvetica,Verdana;}
.Text1{color: #000000; font-size: 11px; font-family:Verdana,Arial,Helvetica;}
.FooterText{color: #999999; font-size: 11px; font-family:Verdana,Arial,Helvetica; line-height: 19px;}
A.Link1{text-decoration:underline; color:#0000CC; font-weight:bold;}
A.Link1:hover {text-decoration:underline; color:#666666;}
A.CheckBoxText{text-decoration:none; color:#000000;}
A.CheckBoxText:hover {text-decoration:none; cursor: default;}
.AlertText{text-decoration:none; color:#FF0000; font-weight:bold;}

.HeaderLink {color: #000066; font-size: 9px; font-weight: bold; font-family:Verdana,Arial,Helvetica; text-decoration:none;}
.HeaderLink:hover	{color: #7F93FD;}

.FooterNav {color: #000066; font-size: 11px; font-weight: bold; font-family:Verdana,Arial,Helvetica; text-decoration:none;}
.FooterNav:hover	{color: #7F93FD;}

.FooterLink {color: #999999; text-decoration:none;}
.FooterLink:hover	{color: #7F93FD;}

.LinkUL{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.LinkUL li{
	background-image: url(images/linkicon.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 15px;
	font-weight:bold;
}

.LinkUL li a{
	font: bold 13px "Trebuchet MS",sans-serif,Verdana,Helvetica;
	color: #0000CC;
	text-decoration: none;
}

.LinkUL li a:hover{
	color: #666666;
	text-decoration: underline;
}





.LeftNav{
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 180px;
}

.LeftNav li a{
	font: bold 13px "Trebuchet MS",sans-serif,Verdana,Helvetica;
	color: #ffffff;
	display: block;
	width: auto;
	padding: 0px 0;
	padding-left: 5px;
	text-decoration: none;
	border-top: 1px solid #8b97d4;
	border-left: 1px solid #8b97d4;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #2d43af;
}

* html .LeftNav li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 175px;
}

.LeftNav li a:visited, .LeftNav li a:active{
	/*color: white;*/
}

.LeftNav li a:hover{
	border-top: 1px solid #8094ff;
	border-left: 1px solid #8094ff;
	border-bottom: 1px solid #0000ff;
	border-right: 1px solid #0000ff;
	color: #ffffff;
}








.ContentNav{
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 180px;
}

.ContentNav li a{
	font: bold 13px "Trebuchet MS",sans-serif,Verdana,Helvetica;
	color: #ffffff;
	display: block;
	width: auto;
	padding: 0px 0;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	border-top: 1px solid #8b97d4;
	border-left: 1px solid #8b97d4;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #2d43af;
}

* html .ContentNav li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 170px;
}

.ContentNav li a:visited, .LeftNav li a:active{
	/*color: white;*/
}

.ContentNav li a:hover{
	border-top: 1px solid #8094ff;
	border-left: 1px solid #8094ff;
	border-bottom: 1px solid #0000ff;
	border-right: 1px solid #0000ff;
	color: #ffffff;
}
