@charset "utf-8";
/* Site Colours: (demo)
    #1A446C - blue grey
	#689DC1 - light blue
	#D4E6F4 - very light blue
	#EEE4B9 - light tan
	#8D0D19 - burgandy
*/
h1 {
	font-family: "Trajan Pro";
	font-size: 30px;
	color: #FFCC00;
}
#page h2 {
	font-family: "Neuropol";
	font-size: 18px;
	color: #8D0D19;
}
#navigation h3 {
	font-family: "Crystal clear";
	font-size: 14px;
	color: #8D0D2B;
}
#navigation p {
	font-family: Nyala;
	font-size: 14px;
	color: #689DC1;
}
#navigation h4 {
	font-family: Neuropol;
	font-size: 14px;
	color: #1A446C;
	line-height: normal;
}
#navigation h5 {
	font-family: Candara;
	font-size: 11px;
	color: #1A446C;
}
#page p {
	font-family: Candara;
	font-size: 14px;
	color: #689DC1;
}

#navigationul {
	list-style-type: circle;
	margin-left: 0px;
}
#page h3 {
	font-family: Candara;
	font-size: 14px;
	color: #689DC1;
}

#navigationselected
 {
	font-weight: bolder;
	text-decoration: none;
	color: #689DC1;
}
a:link {
	color: #689DC1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #689DC1;
}
.selected {
	font-weight: bolder;
	color: #D4E6F4;
}

a:hover {
	color: #00CCCC;
	text-decoration: none;
}
a:active {
	font-weight: bolder;
	color: #99FFFF;
	text-decoration: none;
}
#page li {
	list-style-type: disc;
	font-family: Candara;
	font-size: 14px;
	color: #1A446C;
}
p {
	font-family: Candara;
	font-size: 12px;
	color: #689DC1;
}
