BODY
{
	font-family: Arial
}

/*Hyperlinks*/
A
{
	font-weight: bold;
	font-size: 11px;
	/*color: navy;*/
	font-family: Arial;
	text-decoration:none;
}
A:hover
{
	/*nothing for now - see class specifications below */	
}
A:visited
{
	color:#005480/*#a79e70 = old color */;
}

/*Data Cells*/
TD
{
	color:#005480/*#004165 = old color */;
	font-size:12px
}
TR
{
	height:17px
}
/*Horizontal Rules*/
HR
{
	left:16px;
	width:824px
}

/******  Classes  ******/

/*Page Text*/
.clsMainInfoHeader
{
	color:#005480/*#004165 = old color */;
	font-family:Arial;
	font-size:20px;
	font-weight:bold
	
}
.clsParagraphHeader
{
	color:#005480/*#004165 = old color */;
	font-family:Arial;
	font-size:16px;
	font-weight:bold
}
.clsParagraphDivider
{
	height:10px;
}
.clsHeaderDivider
{
	height:20px;	
}
.clsParagraphText
{
	color:#005480/*#004165 = old color */;
	font-family:Arial;
	font-size:12px;
	font-weight:normal
}

/*Menu Items*/
.clsMenuBox
{
	height:20px
}
.clsMainMenuItem
{
	color:#005480/*#004165 = old color */
}
.clsMainMenuItem:hover
{
	font-size:12px
}
.clsLeftMenuItem2
{
	color:#005480/*#A79E70 = old color */
}
.clsPDFLink
{
	color:#005480/*#004165 = old color */
}

/*Table Cells that act as page dividers*/
#TRMainHeader
{
	height:50px
}
#tblPageInfo
{
	LEFT: 200px;
	POSITION: absolute; 
	TOP: 320px;
	WIDTH: 500	
}
#tblLeftMenuMain
{
	POSITION: absolute;
	LEFT: 16px;
	TOP: 320px;
	WIDTH: 152px;
}
#TRDivider1
{
	background-color: #c7b18b/*#a79e70 = old color*/;
	height:8
}
#TRDivider2
{
	background-color:#c7b18b;
	height:8
}
#TRDivider3
{
	background-color:#c7b18b;
	height:2
}
#TRDivider4
{
	background-color:#c7b18b;
	height:8
}

/*Page Blocks*/
#TRLeftMain1
{
	background-color: #005480/*#004160 = old color */;
	width:178px;
	height:178px
}
#TRLeftMain2
{
	background-color:#c2e0f6 /*#c4d9e4 = old color*/
}
#TRLeftMain3
{
	background-color: #c2e0f6 /*#c4d9e4 = old color*/
}

/*Images*/
#imgHeaderArt
{
	height:200px
}
#imgSidebarArt
{
	position:absolute;
	top:100px;
	left:20px
}
/*Experiments with dropdown menus*/

#hlMainMenuHeader:hover
{
	color:Fuchsia;
	
	/*
	#hlSub{Visible:True}
	height:100px;
	border-style:solid;
	*/
}
.clsMainMenuDropdown:hover
{
	height:200px;
	border-style:solid;
	color:Fuchsia;
}
