
.Heading1, H1 { font-size: 1.6em; }
.Heading2, H2 { font-size: 1.4em; }
.Heading3, H3 { font-size: 1.2em; }
.Heading4, H4 { font-size: 1.1em; font-style: italic; }
.Normal, p { font-size: 1em; }
.Caption1,caption { color: #888; font-size:0.85em; font-style: italic; text-align: center; }
.SectionDivider	{ border-top: 1px solid #115028; }

#RightContent { color: #777; }

#ContentBlock a,
#RightContent a { color: #666; font-weight: bold; }

#ContentBlock a:hover,
#RightContent a:hover { color: #125b9c; }


/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */


	/* Default Table */
	table.ImmTS_Default		{background-color:#e5eff8; margin: 0px 25px;} /* Overall table style */

	table.ImmTS_Default th, 
	table.ImmTS_Default td	{padding:2px; margin:2px;} /* Cell padding and spacing styles */

	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{border-color: #082b5c;} 
	     
	table.ImmTS_Default th	{background-color: #96b5df; color: #082b5c;} 
	table.ImmTS_Default tr	{}
	table.ImmTS_Default td	{color:black;}


/*********************************************************
 Content Container Styles
 *********************************************************/

#ContentContainer {
	background-image: url(../../../images/layout/public/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


/****************************************************************
 Left Navigation
 ****************************************************************/

#NavLinks,
#NavLinks a {
	border-color: #cecece !important;
}

#NavLinks a {
	background-image: url(../../../images/layout/public/navBG.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#NavLinks a:hover {
	background-image: url(../../../images/layout/public/navBG_b.jpg);
}

#MenuHeaderBlock {
	background-image: url(../../../images/layout/public/menuHdr.jpg);
}

