
BODY { 
	font-family: 'Handwriting - Dakota', Georgia, arial; 
	font-size: 1em;
	background: #FFFFCC; 
	margin:0; 
	padding:0;
}


/* Note: This img style is necessary for the Lightbox link border colours */ 
img {
	border-color:#ffffff;
}

.linkText, .linkText a, .linkText a:visited {
	font-size: 100%;
	color:blue;
}

.smallText {
	font-size: 90%;
}

h1 {
	font-size: 42;
}

.highlightBox {
	color:red;
	float: center;
	text-align: center;
	/* border-style: solid;
	border-color: red; */
	font-size: 150%;
	font-weight: bold;
}

.highlightBorderBox {
	color:red;
	float: center;
	text-align: center;
	border-style: solid;
	border-color: red;
	font-size: 150%;
	font-weight: bold;
}

#hdr1 {
float: center;
}

#logo {
float: right;
}

#hdr3 {
float: center;
}

#languageBar {
letter-spacing:0px;
float:left;
padding:0;
margin:0 0 0 10px;
color:#4169e1;
text-decoration:none;
}

#cleartext {
	font-family: Times, arial;
	border-style: dotted;
	margin-left:30px;
	padding-left: 5px;
	float: left;
}

#centre-column {
	padding: 10px;
	min-height: 600px;
	height:auto !important;
  	height:600px;
}


#footer {
	float: center;
	font-family: arial;
	font-size: 0.7em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#h2small {
	font-size: 24;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 28;
	margin-left: 30px;
}

h2.closer {
	font-size: 28;
	margin-left: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}

h3 {
	margin-top:0;
	padding-top:0;
}

/* a.external {
	background:url("../img/external_link.png") norepeat right top;
	padding:0 13px 0 0;
} */

a.external  {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../img/external_link.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 13px;
}


/* ----- =nav ------*/

#nav { /* all lists */
	background: #FF0000;
	
	float: center;
	width: 98%;
	height: 35px;	
	margin: 0 4px 0 4px; // top right bottom left
	padding: 0 4px 0 0;
	
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/*width: 10em; */
	
	padding: 10px 15px 8px 15px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: bold;
	text-decoration: none;

}

#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
	
	margin: 0;
	padding: 0;
	border-right: 2px #FFFFCC solid;
	list-style-type: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FF0000;
	width: 6em; 
	left: -999em; /* using left instead of display to hide menus because display: none is not read by screen readers */
}

#nav li ul li { /* second-level list items */
	border-right: none;
	border-top: 2px #FFFFCC solid;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}




