@charset "utf-8";
body  {
	font: 80% Arial, Helvetica, sans-serif;
	background: #875aa8;
	margin: 25px 0;
	padding: 0;
	text-align: center;
	color: #663366;
}
.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url('images/middle960.jpg');
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: url('images/top960.jpg'); 
	padding: 0 10px 0 20px;
	height: 236px;
	text-align: center;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding: 168px 0 0 0 ;
	font-size: 11pt;
	font-weight: normal;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 30px; /* padding keeps the content of the div away from the edges */
}
/*** JC Sidebar hyperlink ***/
#sidebar1 ul {
	margin: 0;
	padding: 0;
}

#sidebar1 li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar1 a
{
background: url('images/nav-a.jpg') top center no-repeat;
height: 25px;
float: left;
width: 135px;
display: block;
/*border: 0.1em solid #dcdce9;*/
text-decoration: none;
text-align: center;
padding-top: 8px;
font-size: 9pt;
}

#sidebar1 a:link, #sidebar1 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
#sidebar1 a:hover{
	background: url('images/nav-b.jpg') top center no-repeat;
	color: #000066;
	text-decoration: none;
	font-weight:bold;
}
/*** End JC Sidebar hyperlink ***/

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/hermes.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 120px 10px 15px 0px;
	margin-right: 25px;
}

.thrColFixHdr #mainContent { 
	margin: 0 170px 0 185px;
	padding: 0 5px;
} 
.thrColFixHdr #footer { 
	background: url(images/bottom960.jpg) bottom no-repeat;
	height: 154px;
	text-align:center;
	padding: 0 190px 0 185px;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding: 10px 0 10px 0;
}
.thrColFixHdr #footer h3 {
	color: #875aa8;
	font-size: 8pt;
	font-weight: normal;
	padding-top: 25px;
}

#coda {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#coda h6 {
	font-weight: normal;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/******** Other Stuff ************/
.luc {color: #9933FF;font-size: 12pt;}
.lucs {color: #9933FF;font-size: 10pt;}
.lup {color: #FF00FF;font-size: 12pt;}
.lups {color: #FF00FF;font-size: 10pt;}
.Normal-C0 {
        font-family:"Verdana", sans-serif;
		font-size:13.0px; 
        line-height:1.23em;
}

#hp ul {
	margin: 0;
	padding: 0;
}

#hp li {
	list-style-type: none;
	list-style-image: none;
	line-height: 1.8;
}
span.c1 {text-decoration: underline}
/* * * * * * * * * * * * * * * * */

/*** colours ***/

.pink {color: #FF00FF;}
.lavender {color: #CC99FF;}
.blue {color: #3366FF;}
.yellow {color: #FFFF00;}
.green {color: #339966;}
.gold {color: #CC9929;}
.red {color: #FF0000;}
.orange {color: #FF9900;}
.indigo {color: #9933FF;}
.white {color: #FFFFFF;}

.indigo a {color: #9933FF; text-decoration: none;}
.indigo a:hover {color: #9933FF; text-decoration: underline;}

.pink a {color: #FF00FF; text-decoration: none;}
.pink a:hover {color: #FF00FF; text-decoration: underline;}

/***************/