/*
Colour list

Blue #048ABF
Yellow #FFFF00
Brown #403C04
Orange #F2CC0F

*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #CCC;
	background-image: url(images/bg_wide.jpg);
	background-repeat: repeat-x;
}

h2 {
	font-weight: bolder;
	color: #403C04;
	font-style: italic;
}
h3 {
	height: 20px;
	color: #403C04;
	border-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-color: #048ABF;
	padding-left: 10px;
}


a { text-decoration: none; }

a:link { color: #048ABF; }

a:visited { color: #048ABF; }

a:hover { 
color: #F2CC0F;
text-decoration: underline;
}

/* 
#navcontainer {
 	text-align: left;
}
*/
#container {
	width: 800px;
	margin: 10px auto;
	background-color: #FFF;
	border: 1px solid #666;
}

#navlist {
	padding: 3px 0;
	margin-left: 0px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
}

#navlist li {
list-style: none;
margin: 0;
display: inline;
}

#navlist li a {
	padding: 3px 0.5em;
	margin-left: 5px;
	border: 1px solid #000000;
	border-bottom: none;
	background: #048ABF;
	text-decoration: none;
}

#navlist li a:link { color: #FFFF00; }

#navlist li a:visited { color: #FFFF00; }

#navlist li a:hover {
color: #000000;
background: #F2CC0F;
border-color: #000000;
}

#navlist li a#current
{
color: #048ABF;	
background: white;
border-bottom: 1px solid white;
}

.copyright {
	font-size: 11px;
	background-color: #048ABF;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.copyright a { text-decoration: none; }

.copyright a:link {
	color: #FF0;
}

.copyright a:visited {
	color: #FF0;
}

.copyright a:hover { 
color: #F2CC0F;
text-decoration: underline;
}


.emphasis {
font-weight: bold;
color: #403C04;
}

.para_indent {
	padding-right: 20px;
	padding-left: 80px;
	text-align: left;
	line-height: 1.5em;
}

