BODY
{
	background-color: #c0c0c0;
} 
/* border on left and right of page */
.siteBorder 
{
	background-color: #cc0000;
	width: 7px;
}
.main 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
	color:#000000;
}
/* following styles set width etc. of main table / cells - style for fonts etc should be set in divs */
.containerTb 
{
	background-color: #8FB2DD;
}
/* usd when need background colour not in table - don't want to use above in case want to add to above */
.backColour 
{
	background-color: #8FB2DD;
}
/* width of the following 3 elements should add to: 745 - (width of siteborder * 2) */
.containerTbLeftMenu 
{
/*	background-image:  url(images/leftbg.jpg);
	background-repeat: no-repeat;
*/
	width: 164px;
	height: 395px;
}
.containerTbMain 
{
	width: 395px;
}
.containerTbRightPanel 
{
	width: 172px;
}
/* div surrounds everything on the page */
.divEveryThing 
{
	text-align:center;
}
/* divs that follow set style of content in menu, main and panel cells */
.divMenu 
{
	PADDING-RIGHT: 15px; PADDING-LEFT: 15px; PADDING-BOTTOM: 15px; PADDING-TOP: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
	color:#000000;
}
.divMainContent 
{
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
	color:#000000;
}
/* pushes the divRightPanel in so that its border is set off from surrounding elements */
.divRightPanelSpacer 
{
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px;
	
}
.divRightPanel 
{
	BORDER-RIGHT: black 1 solid; 
	BORDER-TOP: black 1 solid; 
	BORDER-LEFT: black 1 solid; 
	BORDER-BOTTOM: black 1 solid;
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
}
a.picLink img 
{
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid
}
a.boldLink 
{
		font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:8pt;
	color:#000000;
	text-decoration: none;
	}
	a.boldLink:hover 
{
		font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:8pt;
	color:#ffffff;
	text-decoration: none;
	}
		a.boldLink:active 
{
		font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:8pt;
	color:#cc0000;
	text-decoration: none;
	}
	
a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
	color:#000000;
	text-decoration: none;
	}
	
	a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
	color:#cc0000;
	text-decoration: none;
	}
	
	a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:8pt;
	color:#ffffff;
	text-decoration: none;
	}
	

	
	