body	 		{
			
			font-family: verdana, arial;
			
			font-size: 10pt;
			
			color: black;
			
			margin: 0px;
			
			padding: 0;
			
			background: #white;
			
			scrollbar-3dlight-color: #BBB;
			
			scrollbar-arrow-color: #777;
			
			scrollbar-base-color: #fff;
			
			scrollbar-darkshadow: #BBB;
			
			scrollbar-face-color: #fff;
			
			scrollbar-highlight-color: #BBB;
			
			scrollbar-shadow-color: #999;
			
			scrollbar-track-color: #999;
			
			overflow: hidden;
			
			}



/*a white main middle
  blue borders
  top and bottom need to be #003366
  menusystemleft - the whole of the left side -  needs to be #2C5385 */

/*the top of the page*/

#header			{
/*			background: #fff url(../graphics/logo001.gif) 0px 0px no-repeat; */
/*			
			background: #2C5385 url(../graphics/logo001.gif) 0px 0px no-repeat;  
*/
			background: #2C5385; /*#003366 change this plus banner background colour */
		
			height: 80px;
			
			margin: 0px;
			
			padding: 0em;
			
			font-size: 1pt;
			
			}



#logo			{
			
			position: relative;
			
			left: 200px;
			
			top: 0px;
			
			font: verdana, arial;
			
			font-size: 7pt;
			
			}



.border			{
/*			background: #ddd url(../graphics/headerbottomborder.jpg) 0px 0px;*/
	
			background: #2C5385 url(../graphics/headerbottomborder.jpg) 0px 0px;
			
			height: 2px;
			
			margin: 0px;
			
			padding: 0;
			
			font-size: 1pt;
			
			}



#topmenu		{
			
			position: relative;
			
			top: 4px; 
			
			left: 200px;
			
			font-size: 0pt;
			
			margin: 0;
			
			}



#topmenu a		{
/*			color: #fff; */
			
			color: #003366;
			
			font-family: verdana;
			
			font-size: 9pt;
			
			color: #000;
			
			text-decoration: none;
			
			background: #99CCFF;
			
			padding: 0.55em 3em 0.55em 3em;
			
			margin: 0;
			
			border: 0px solid #999;
			
			}



#topmenu a:hover	{
			
			background: #ddd;
			
			color: #444;
			
			}



#topmenu #current, #topmenu #current a{
			
			background: #ddd;
			
			color: #000;
			
			}



#menusystemleft		{

			/*background: #fff url(../graphics/bayldonLOGO02.gif) 0px 0px no-repeat; 
			*/
                        background: #99CCFF; /* sets the background colour for the left hand side */

			padding: 0em 0em 0em 0em;
			
			height: 420px;
			
			width:	200px;

			
			margin: 0px;
			
			color: #555;

/*			color: #2C5385;  */
			
			}



#menuleft		{
			
			padding: 0em 0em 0em 0em;

/*			background: transparent; */
			
			background: #2C5385;
			
			width: 180px;
			
			}



#menuleft a		{
			
			color: #fff;
			
			width: 180px;
			
			padding: 0em 0em 0em 0.25em;
			
			text-decoration: none;
			
			border: 1px single #fff;
			
			background: transparent;
			
			}



#menuleft a:hover	{
			
			background: #992020;
			
			color: #fff;
			
			}



#menusystemleft a	{
			
			color: #555;
			
			text-decoration: none;
		
			}



#menusystemleft a:hover	{
/*			color: #223399; */
			
			color: #2C5385;
			
			text-decoration: none;
			
			}



#menuborder		{
			
			border: 1px solid #9C2121;
		
			width: 180px;
			
			padding: 1em 0.5em 1em 0.5em;
			
			background: transparent;
			
			margin-left: 1em;
			
			position: relative;
			
			top: 14px;
			
			}



#maintext		{
			
			position: absolute;
			
			color: #555;
			
			top: 82px;
			
			left: 240px;
			
			height: 415px;
			
			width: 530px;
			
			background: transparent;
			
			overflow: auto;	
			
			}



#maintext a		{
			
			text-decoration: none;
			
			color: #555;
			
			}
	

#maintext a:hover	{
			
			text-decoration: none;
		
			color: #223399;
			
			}	



#newsborder		{
			
			position: relative;
			
			top: 0px;
			
			background: #fff url(../graphics/newsbackdrop.gif) 0px 0px no-repeat;
	
			margin-top: 10px;
			
			height: 200px;
			
			width: 400px;
			
			padding: 0.25em 0.25em 0.25em 0.25em;
			
			}



#news			{
			
			background: #fff;
			
			height: 183px;
			
			width: 390px;
			
			padding: 1em 1em 1em 1em;
			
			margin-top: 2px;
			
			scrollbar-3dlight-color: #fff;
			
			scrollbar-arrow-color: #992020;
			
			scrollbar-base-color: #fff;
			
			scrollbar-darkshadow: #fff;
			
			scrollbar-face-color: #fff;
			
			scrollbar-highlight-color: #992020;
			
			scrollbar-shadow-color: #fff;
			
			scrollbar-track-color: #fff;
			
			scrollbar-shadow: #fff;
			
			overflow: auto;
			
			}




#openingtext		{
			
			width: 420px;
			
			background: transparent url(../graphics/cslogofade.gif) 0px 0px no-repeat;
		
			border-bottom: 1px solid #aa2020;
			
			}


