body
{
	margin-top: 0px;	
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
	font-family: Arial;
	background-color: #003366;
}




.SignInText
{
	color: White;
	font-size: 10pt;
}

.TestText
{
	color: White;
	font-size: 11px;
}

.MidPageImageTD
{
	height: 0px;
	width: 0px;
}

.HTMLContentText
{
	font-size: 10pt;
}

.ContentPane
{
	padding-left:30px;
	padding-right:30px;
	padding-top: 20px;
}

.LeftPane
{

	padding-left:0px;
	padding-right:0px;
	padding-top: 20px;
	
	background-image: url(../Images/menu-bg.jpg);
	background-repeat: no-repeat;

	/* background-color: #FFFFFF; */
}

.RightPane
{
	padding-left:0px;
	padding-right:0px;
	padding-top: 20px;
	/* background-color: #003366; */
}

.RightContent
{
	color: #003366;
	font-family: Verdana;
	font-size: 11px;	
}

.PageHeaderImage
{
	padding-left: 720px;
	width:770px;
	height:89px;
	background: url(../Images/header.jpg) 0 100%;	
}

.footerDiv
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
}

.footerMenu
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;	
	font-weight:bold;
	text-decoration: none;
}

a.footerMenu:link
{
	color: #FFFFFF;
}

a.footerMenu:visited
{
	color: #FFFFFF;
}

a.footerMenu:hover
{
	color: #FC9908;
	text-decoration: underline;
}

.Logout
{
	font-weight: bold;
	font-size: 8pt;
	color: #4c506c;
	font-family: Verdana;
	height: 82px;
	text-decoration: none;
	padding-top: 5px;
}

.MidPageImage
{
	/*
  width:645px;
	height:147px;
	background: url(../Images/midImage.jpg) 0 100%;	
  */
}

.MidPageRight
{
	background-color: #b359dd;
}

.copyright
{
	font-size: 10px;
	color: #979797;
	font-family: arial;
}

.footer
{
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: arial;
}

.error
{
	border-right: darkgray 1px solid;
	padding-right: 5px;
	border-top: darkgray 1px solid;
	padding-left: 25px;
	font-size: 10pt;
	padding-bottom: 0px;
	border-left: darkgray 1px solid;
	width: 100%;
	color: black;
	padding-top: 10px;
	border-bottom: darkgray 1px solid;
	font-family: Verdana;
	background-color: #dcdcdc;
}

div.hilight
{
	border-right: #cccccc 1px solid;
	padding-right: 5px;
	border-top: #cccccc 1px solid;
	padding-left: 5px;
	font-size: 10pt;
	padding-bottom: 5px;
	border-left: #cccccc 1px solid;
	width: 100%;
	color: #333333;
	padding-top: 5px;
	border-bottom: #cccccc 1px solid;
	font-family: Arial;
	background-color: whitesmoke;
}