/*

Colours used:
#ffcc00 - Mustard Yellow
#333333 - Dark Grey
#fff1ba - Pale Yellow (navbar content)
#ffe680 - Pale Yellow (navbar header)
#acdfba - Pale Green (navbar content)
#68c482 - Pale Green (navbar header)
#6899c4 - pale blue (content)
#aac6de - pale blue (header)

*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	text-align: justify;
}

.hidden {
	display: none;
}

a:link, a:active, a:visited {
	color: black;
	text-decoration: underline;
	font-weight: bold
}

a:hover {
	color: black;
}

/* ------------------------------------- */

/* Moz fix, thanks ryan */
html>body img {
	vertical-align: top;
}

#mainPanel {
	background-color: white;
	text-align: left;
	border: 0;
}

#affPanel {
	display: none;
}


#logoFrame {
	display: none;
}

#contentPanel {
	padding: 15px 10px 0 10px;
}

#searchPanel {
	display: none;
}

#searchPanel, #searchPanel select, #searchPanel input {
	font-family: Arial, Helvetica, sans-serif;
}

#navbarPanel {
	display: none;
}

#containerPanel {
	margin: 0 10px 0 10px;
}

#pagePanel {
	text-align: justify;
	margin-right: 10px;
	margin-top: 10px;
	clear: right;
}

#pagePanel a:link, #pagePanel a:active, #pagePanel a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #ffcc00;
}

#pagePanel a:hover {
	color: black;
	border-bottom: 1px solid #ffcc00;
}

#footerPanel {
	margin-top: 10px;
	padding: 5px 0 5px 0;
	font-size: 70%;
	text-align: center;
	border-top: 1px solid black;
	line-height: 1.2em;
}

h1,h2 {
	font-weight: normal;
	border-bottom: 1px solid gray;
	margin-bottom: 0.5em;
}

h1 {
	padding-bottom: 3px;
	line-height: 1em;
}

q {
	display: block;
	color: gray;
	font-size: 85%;
	font-style: italic;
	
}

q:before, q:after {
	display: none;
}

#bread {
	color: gray;
	margin-bottom: 20px;
	border-bottom: 1px solid black;
}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}