/* Edited with EditCSS */
/**** LINK-tag style sheet jc_style.css ****/

body
{
	margin: 0px;
	padding: 10px;
	background-image: url("/images/gradient_bg.gif");
	background-repeat: repeat-x;
}

body , tbody	
{
font-family: Trebuchet MS, Trebuchet, Arial, Sans Serif;
font-size: 10pt;
}

.topRow
{
	padding: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	height: 60px;
}

.topStrap
{
	font-size: 1.4em;
	color: #FFF;
}

 .leftColumn
 {
 	width: 170px;
 }

.navList
{
	background-color: #96b5cb;
	
}

div#leftmenu{
	width:151px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 4px;
}

div.menupanel{
	width:150px;
	margin-left:5px;
}

a.nav, a.nav:visited, div.nav, div.nav:visited
{
	font-weight: bold;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
}


a.navSelected, a.navSelected:visited, div.navSelected, div.navSelected:visited
{
	font-weight: bold;
	color: #336;
	font-size: 0.9em;
	text-decoration: none;
}

a.subnav, a.subnav:visited, div.subnav, div.subnav:visited, subnav
{
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: none;
}

a.subnavSelected, a.subnavSelected:visited, div.subnavSelected, div.subnavSelected:visited, subnavSelected
{
	color: #336;
	font-size: 0.9em;
	text-decoration: none;
}

.centreColumn 
{
	background-image: url("/images/content_bg.gif");
	background-repeat: repeat-x;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 17px;
	padding-right: 15px;
	background-color: #ffffff;
	color: #0a83ae;
}

.text
{
	color: #0a83ae;
}

.rightColumn
{
	width:181px;
	font-size: 0.7em;
	color: #FFF;
	background-color: #3c6b72;
	padding: 0px;
}

h1, .heading1, h2, .heading2, h3, .heading3, h4, .heading4
{
	padding-top: 6px;
	padding-bottom: 0px;
	margin-top:0px;
	margin-bottom: 0px;
color: #336;
}

.heading1, h1
{
	font-size: 1.45em;
}

.heading2, h2
{
	font-size: 1.3em;
}

.heading3, h3
{
	font-size: 1.2em;
}

.heading4, h4
{
	font-size: 1.1em;
}


a, a:visited, a:hover
{
	color: #336;
	text-decoration: underline;
}


.footerLinks, a.footerLinks, a.footerLinks:visited
{
	font-size: 0.9em;
	color: #35719b;
	text-decoration: none;
	font-weight: bold;
}

.footerBar
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	color: #35719b;
	background-color: #c0d3e0;
}

.footerTextBar
{
	font-size: 0.85em;
	color: #35719b;
}

.whiteText
{
	font-size: 0.7em;
	color: #ffffff;
}

.whiteText a, .whiteText a:visited
{
	font-size: 1em;
	color: #b8b2b2;
}

.whiteText a:hover
{
	font-size: 1em;
	color: #dfd9d9;
}


/**** Inline STYLE-tag style sheet ****/

.secondColumn { background-color: #ffff; }




