BODY {
scrollbar-3dlight-color: Black;
scrollbar-arrow-color: White;
scrollbar-base-color:#65699C;
scrollbar-darkshadow-color: #65699C;
scrollbar-face-color: Navy;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color: Black;
scrollbar-track-color: #6869FF;
background-color: #6869FF;
	
	/*Font settings for text outside a table */
	font-family: Verdana;  font-size: 12px; color: black;

	/* IE Settings for 0 border */
	margin: 0px;

	/* Opera Settings for 0 border */
	padding: 6px;
		
	/*Center IE */
	text-align: center;	
}

p {
	line-height: 1.5;
	text-align : justify;
}

table, td, tr {
		font-family: Verdana;  font-size: 12px; color: black;
}
	
#textarea {
	/* Center Mozilla etc */
	margin: 0 auto;

	width: 750px;
	background-color: #ADAEE9;
	border : 2px solid Navy;
}

.bannertop {
	width: 100%;
	background-color: Navy;
	background-image : url(images/toplogo.gif);
	background-repeat: no-repeat;
	height: 92px;
}

#leftmenu {
	clear: both;
	width: 150px;
	float: left;
	text-align: left;
	background-color: #C6C9FF;
	padding: 2px;
	border-right: 1px solid Navy;
	border-bottom: 1px solid Navy;
}

#main {
	float: left;
	width: 588px;
	padding: 2px;
	text-align: left;
	background-color: #ADAEE9;
}

#copy {
	clear: both;
	background-color: Navy;
	color: white;
	padding: 2px;
	font-weight: bold;
	font-size: 8pt;
	text-align: right;
}

.breadcrumb {
	font-weight: bold;
	text-align: right;
	font-size: 8pt;
	margin-bottom: 3px;
}

a:link, a:visited, a:active { color: #000157;  font : bold;}

a:hover {color: #0002EC;}

input.button {background-color: Navy; font-weight: bold; font-size: 9pt; color: White;}

h4 {
	font-size: 9pt;
}

hr {
	color: Navy;
	background-color: Navy;
	height: 1px;
	border: 0;
}

/* Bullet Point Settings */
ul {
	line-height: 1;
	padding: 0px;	
	margin: 0px;
	margin-left: 17px;
  	list-style: square;
}

 li {
 	line-height: 1.2;
 	font-size: 11px;
 	margin: 0px;
	padding-top: 4px;
	color: Black;
	font-weight: bold;
}

/* Row Heading */

#row {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

.rowheading {
	float: left;
	width: 38%;
	font-weight: bold;
}

.rowmain {
	width: 60%;
}

/* Edit Image */

#editimage {
	background-color: #CCC7E6;
	width: 100%;
	text-align: center;	
	padding: 2px;
	border : 1px dotted Navy;
}

.editimage {
	float: left;
	width: auto;
}

.edittext {
	float: left;
	width: auto;
}

.edittextrow {
	float: left;
	padding-left: 4px;
	padding-bottom: 10px;
}

a.copylinks:link{color: White;  font-weight : bold;}
a.copylinks:active{color: White;  font-weight : bold;}
a.copylinks:visited{color: White;  font-weight : bold;}
a.copylinks:hover{color: #6495ED;}

/*Random item for index.php */
#randomitem {
	width: 588px;
	border : 1px solid #191970;
	background-color : #E3E4FF;
	overflow:hidden;
	padding-bottom: 2px;
}

.randomitemtop {
	background-color : #191970;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}


h3.randomh3 {
	margin: 0;
	padding-bottom: 8px;
}

.randomrowcontents {
	background-color : #E3E4FF;
	padding: 2px;
	line-height: 1.5;
}

.randomleft {
	padding-top: 2px;
	background-color : #E3E4FF;
	float: left;
	width: 310px;
}

.randomright {
	padding-top: 2px;
	background-color : #E3E4FF;
	float: left;
}

.kidshead {
	color: #FB0000;
}

/* Stats Table */
.statshead {
	text-align: center;
	font-weight: bold;
	background : Navy;
	color: white;
}

.statsmain {
	background-color : #E0FFFF;
}

/* Catview.php */
.resultscount {
	text-align: right;
	font-size: 11px;
}

.centreresultscount {
	text-align: center;
	font-size: 11px;
}

.catviewimage {
	float: left;	
	padding-right: 4px;
}

.catviewtext {
}

.clearcatview {
	clear: both;
}

h3.catviewh3 {
	font-size: 18px;
	margin: 0;
	padding-bottom: 10px;
}

#catviewlink {display:block; float: left; padding: 4px; margin-bottom: 10px; 	background-color: #9E9ED8; width: 580px; border : 1px dotted Navy; overflow:visible; }
#catviewlink a  {text-decoration: none; font-weight: normal; color: #000157; }
#catviewlink a:hover {text-decoration: none; font-weight: normal; }

