/* basic elements #fff url(bluefade.jpg)*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #fff
	margin: 10px;
	font-size: 78%;
	list-style-type: none;
	/*background-repeat: repeat-y;*/
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 1em;
	list-style-type: none;
	color: #000000;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	background-image: none;
	letter-spacing: normal; 
	margin-bottom: 6px; 
	color: #28429D;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	background-image: none;
	letter-spacing: normal;
	margin-bottom: 1px;
	color: #28429D;
}
	
h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	letter-spacing: 1px; 
	margin-bottom: 1px; 
	color: #28429D;
	}
	
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: none;
	letter-spacing: 1px;
	margin-bottom: 1px;
	color: #28429D;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal; 
	margin-bottom: 1px; 
	margin-top: 1px; 
	background-image: none;
}

ol {	
	font-size: 1em;
	list-style-image: none; 
	margin-bottom: 3px;
	margin-top: 3px;
	list-style-position: outside
	}

ul {	
	font-size: 1em;
	list-style-image: none; 
	margin-bottom: 3px;
	margin-top: 3px;
	list-style-type: square;	
	list-style-position: outside
	}

ul ul {
	font-size: 1em;
	background-image: none;
	list-style-image: none;
	list-style-type: square;
	list-style-position: outside;
}

ul ul ul{
	font-size: 1em;
	background-image: none;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
}

table {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
td {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

th {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	/*text-decoration: none;*/
	/*text-decoration: underline; */
	color: #003882;
	}
a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	/*text-decoration: underline; */
	color: #330099; 
	}
a:hover, a:active { 
	text-decoration: none; 
	text-decoration: underline;
	color: #9685BA;
	}
	
.class2 a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	text-decoration: none; 
	color: #003882;  /* colour -was #B4035C */
	}
.class2 a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	text-decoration: none; 
	color: #003882; /* colour -was #AA6666; */
	}
.class2 a:hover, a:active { 
	/*display: block; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline; 
	color: #000000; /* colour -was #9685BA; */
	background-color: #FFFFFF;
	}
	
.class3 a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder; 
	text-decoration: none; 
	color: #003882;
	}
.class3 a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-decoration: none; 
	color: #7777AA; 
	}
.class3 a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
	
/*STYLES FOR DROP DOWN MENU*/
#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #77FFFF; /*controls colour -was #eda*/
	border-width: 1px 0;
	margin: 0 0 1em 0;
	font-size: 1.05em;
}

#nav a {
	display: block;
	width: 11em; /*controls width of TEXT in top boxes was 10*/
	color: #000000; /*#7C6240;*/
	text-decoration: none;
	padding: 0.25em 0.4em; /*controls padding in top boxes lhs rhs was 0.25em 2em;*/
	font-size: 1.05em;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;  /*puts in arrow*/
}

#nav li {
	float: left;
	padding: 0;
	width: 11.1em; /*controls width of top boxes*/
	font-size: 90%;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 15em
}

#nav li ul a {
	width: 14em; /*controls text width and arrow position in boxes was 13*/
}

#nav li ul ul {
	margin: -1.75em 0 0 15em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #77FFFF; /*controls colour -was #eda*/
}