h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	font-variant: normal;
	line-height: normal;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cc0000;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;


}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;

}
p {
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
}
.mininav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	font-weight: normal;
}







/* default font settings */
body, div, td, td, th, li, dd, code{
/* redundant selectors to help NS4 not forget */
    font-family:  		Arial, Verdana, Lucida, Helvetica, sans-serif;
    font-size:    		small;
	color: 		  		#000000
    }
	
/* adjust font size settings across browsers */



#box {
width:758px;
margin: 0px auto;
padding:0px;
text-align:left;
}










/* adjust font size settings across browsers */
body, body div, body p, body th, body td, body li, body dd, body form{
             /* more specific to override rule in importing sheet */
    font-size:    small;      
             /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
             /* trick WinIE4/5 into thinking the rule is over */
    voice-family: inherit;   
             /* recover from trick */
    font-size:    small         
             /* intended value for better browsers */
    }

html>body, html>body div, html>body p, html>body th, 
html>body td, html>body li, html>body dd    {
    font-size:    small
             /* be nice to Opera */
    }






	
	
	
	
	
	



/* Main navigation style */
#mainnav{
	margin-bottom: 10px;
}
#mainnav ul{
	margin-bottom: -5px;
	margin-top: 4px;
	margin-left: 4px;
	padding: 0px;
}
#mainnav ul li{
	display: inline;
	text-align:	center;
}

#mainnav ul li a {
	white-space: nowrap;
	font-size: eml;
}

/* Main navigation link styles */
#mainnav ul li a,
#mainnav ul li a:link,
#mainnav ul li a:active,
#mainnav ul li a:visited{
	font-weight: bold;
	font-size: small;
	padding: 1px 8px 1px 9px;
	margin: 1px 2px 1px -4px;
	background-color: #EBEBEB;
	color: #000000; 
	text-decoration: none;
	border-left: #C0C0C0 solid 1px;
	border-right: #808080 solid 1px;
	border-bottom: #808080 solid 1px;
	border-top: #C0C0C0 solid 1px;	
	}
#mainnav ul li a:hover{
	color: 				#FFFFFF;
	}
	
/* Colours for main navigation rollovers */
#mainnav ul #home a:hover		{background-color: #6699CC}
#mainnav ul #sep a:hover		{background-color: #666699}
#mainnav ul #div a:hover		{background-color: #87C223}
#mainnav ul #kids a:hover	{background-color: #FF0000}
#mainnav ul #cp a:hover		{background-color: #DD72EA}
#mainnav ul #int a:hover		{background-color: #76C7FB}
#mainnav ul #ways a:hover		{background-color: #FF9900}
#mainnav ul #links a:hover		{background-color: #D8A459}







/* sub-navigation = navigation bar on the left */

/* Subnav panel styles */
#subnav ul{
	background-color: #EBEBEB;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#subnav ul li a{
	font-size: small;
	font-weight: normal;
	color: #000000;
	display: block;
	text-decoration: none;
	padding-left: 6px;

}
#subnav ul li a, #location ul li a{
}
#subnav ul li a:hover{
	background: #FFFFFF;
}


/* Basic text styles */
#subnav ul, #location ul{
	margin: 0;
	padding: 2px;
	list-style: none;
}
#subnav ul li, #location ul li{
	padding-bottom: 1px;
}

/* location panel styles */
#location ul li{

	font-weight: bold;
	padding: 2px;
	padding-right: 6px;
}
#location ul{
	background-color: #6699CC;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	padding: 0;
}

/* Subnav and location styles for selected or hovered items */

#location ul li a:hover{
	background:#6699CC;
}

#location ul li.home a{
	margin-left: 0;
}
#location ul li.home{
	border: 0;
}
#location ul li.home a{
	margin-left:0;
}
#location ul li a,
#location ul li span{
	color: #FFF;
	text-decoration: none;

}



.navline {
/*margin-top : 3px;*/
border-top : #C0C0C0 solid 1px;
line-height : 1px;
height : 1px;
}



















/* prevent showing print-only header */

#printpageheader,
.dontdisplay{
	display: 			none
	}
	
	
	
	
/* unordered list spacing */

ul ul {list-style-type: circle;}
ol ol {list-style-type: lower-roman;}
li{
	padding-bottom: 10px}
	
ul.sitemap li{
	padding-bottom: 0px}
	
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {
color: #FF0000}
