/* Some of the basics get set here */
/* original background colour: fdfcc4
   sampled colour: ededb1
*/

.back-colour 
	{ background-color: #ededb1; }
/*
	{ background-color: #FFFF80; }
*/
	
.headings-colour
	{ color:#242d78; }
.smaller
	{ font-size: 80%; }
.larger
	{ font-size: 120%; }


body {
	background-color: #FFFF80;
	/*
	background-color: #ededb1;
	*/
        color: black;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 1%;
        padding-bottom: 1%;
        font-family: "new century schoolbook", georgia, verdana, serif;
	//font-family: "Verdana", sans-serif;
	font-size: 10pt;
}


/* Fonts and colors */
/* 
   Original text colour : #4b82cc
   Sampled colour from scan: #43557e
*/
h1 { font-size:1.8em; color:#242d78; line-height:1em; }
h2 { font-size:1.4em; color:#242d78; }
h3 { font-size:1.2em; color:#242d78; }
h4 { font-size:1.0em; color:#black; }
h5 { font-size:1.0em; color:#black; }
h6 { font-size:1.0em; color:#black; }
/* h4 { font-size:1em; letter-spacing:0.1em; border-bottom:1px #ffcc00 dashed; margin:0; padding:0; } */
sup { font-size:0.85em; vertical-align:top; color:#888; }
/* Some more font classes */
.level1 { font-size:1.8em; font-weight:bold; color:#242d78; }
.level2 { font-size:1.4em; font-weight:bold; color:#242d78; }
.level3 { font-size:1.2em; font-weight:bold; color:#242d78; }

.linkstar { color:#ff0000; }

a:link	{ color: #000099; }
a:visited	{ color: #6666cc; }
a:active	{ color: #cc0000; }

#columns {
 position: relative;
 top: 0;
 right: 0;
 padding-left: 0em;
 padding-right: 300px;
}

#right {
 position: absolute;
 top: 0;
 right: 0;
 /* width: 9em; */
 width: 250px;
 height: 400px;
}

td {
	vertical-align: top;
	text-align: left;
}

/*
	#title h1 {
		font-size:50px;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		border-right:10px solid #000;
		border-left:10px solid #000;
		margin-top:10px;
		padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:5px;
		}
		
	#title {
		padding:0px;
		margin-right:-6px;
		margin-left:-6px;
		width:100%; 
		voice-family: "\"}\"";
		voice-family: inherit;
		width:auto;
		}
	html>body #title {
		width:auto;
		}
			
	a.sitelinksred { color:#c00; }
	a.sitelinksredorange { color:#f60; }
	a.sitelinksorange { color:#f90; }
	a.sitelinksyellow { color:#fc0; }
		
	a.anchor {
		font-size:10px;
		font-weight:normal;
		}
		
	p.anchor {
		text-align:right;
		}
	
	.links {
		margin-left:50px;
		margin-right:30px;
		}
	
	#layouts {
		font-size:10px;
		margin-left:10px;
		}
*/		

/* Bottom of page credits */
div.credit {
	font-size: 9px;
	color: #333;
	text-align: center;
  }
