/* global */
		html{height: 100%;}

/* changed font-family from Arial, sans-serif to Verdana, Arial, Helvetica, sans-serif*/
		body
		{ font-family: Verdana, Arial, Helvetica, sans-serif;
		  padding: 0px;
		  margin: 0px;
		  font-size: .78em;
		}

/* changed margin: from 0px to 8px*/
		p
		{
			margin: 8px;
			margin-left: 16px;
			padding: 0px 0px 16px 0px;
			line-height: 1.7em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			letter-spacing: 1.5px;
			font-size: 14.5px;
		}

/* changed padding-top: from 7px to 5px */
/* changed 	letter-spacing: from 0.1 em to 0.15em */
/* changed margin-left: from 0px to 8px */
		h1, h2, h3, h4
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 100%;
			letter-spacing: 2px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 12px;
			margin-left: 0px;
			padding-top: 5px;
			padding-right: 0px;
			padding-bottom: 5px;
			padding-left: 0px;
		}
		
		h5
		{ font-family: arial, sans-serif;
		  font-size: 110%;
		  color:#FF9900
		}


/* image position - static */
		img
		{
			border: 0px;
			margin: 0px;
			padding: 10px 35px 0px 0px;
			position: static;
		}
		
		a{outline: none;}
		
		form{padding: 0; margin: 0;}

/* image positioning - left, right and center 
		.left
		{
			float: left;
			border-right-width: 18px;
			border-right-style: solid;	
		}
		
		.right
		{ float: right; 
		  border-left: 18px solid;
		  border-left-style: solid;
		}
		
		.center
		{ display: block;
		  text-align: center;
		  margin: 0 auto;
		}*/

/* block quote COPIED FROM STYLE105.CSS file */
	/* changed TOP margin from 20px to 10px */
	/* changed BOTTOM margin from 20px to 10px */
	/*OCT 21_2015 Removed  border-top: 1px solid;border-bottom: 1px solid;line-height: 1.5em;*/
		blockquote
		{ margin: 0px 0px 0px 0px; 
		  padding: 0px 10px 10px 40px;
		  font-family: Verdana, Arial, Helvetica, sans-serif;
		  letter-spacing:1.5px;
		  font-size: 12px;
		}


/* unordered list */
		ul
		{ margin: 2px 0px 18px 16px;
		  padding: 0px;
		}
		
		ul li
		{ list-style-type: square;
		  margin: 0px 0px 6px 0px; 
		  padding: 0px;
		}

/* ordered list */
	/* changed margin: 8px 0px 0px 50px */
	/* added font-family: Verdana, Arial, Helvetica, sans-serif */
	/* added font-size: 12.5px */
	/* added letter-spacing: .05em */
		ol
		{
			margin: 8px 0px 0px 50px;
			padding: 0px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12.5px;
			letter-spacing: 0.05em;
		}
		
		ol li
		{ margin: 0px 0px 11px 0px; 
		  padding: 0px;
		}

/* margin lefts / margin rights - to centre content */
		#main, #footer, #logo, #menubar, #site_content
		{ margin-left: auto; 
		  margin-right: auto;
		}

/* main container */
	/*changed width from 770px to 900px */
	
	/* OCT 22_2015 changed width from 900px to 1100px */
		#main{
			width: 1300px;
			background-color: #FFFFFF;
				}
				
/* main content */
	/* OCT 22_2015 changed width: 770px to width: 1100px */
		#site_content{				
			width: 1300px;
			overflow:auto;
			margin: 5px 0px 0px 0px;
			background-color: #FFF;
				} 
		
/* logo */
	/* changed border-top width: from 5px to 1px */
	/* changed width from 768 to 898 to provide a 1px border on right and left sides */
	/* note also changed width of #menubar (See below) from 768 to 898 to provide a 1px border */
	/* changed height from 200 to 240 */
	/* added background-color: #000000 */
	/* added padding-top: 5px; */
		/* added border-top-style: solid*/
		/* added border-top-color: #FFFFFF*/
		
	/* OCT 22_2015 changed width of #logo from 898 to 1098 to provide a 1px border on right and left sides */	
	/* OCT 22_2015 changed height of #logo from 240 to 260 to provide a 1px border on right and left sides */
		
		#logo
		{
			width: 1298px;
			height: 266px;
			background-color: #000000;
			padding-top: 5px;
			border-top-width: 1px;
			border-top-style: solid;
			border-top-color: #aaaaa;
		}
		
		#logo h1
		{ /*font-size: 250%;*/
		  /*font-weight: normal;*/
		  /*padding: 0px 12px 0px 0px;*/
		  /*float: right;  */
		}

/* navigation menu _horizontal_ above body text*/
	/* changed width of #menubar from 768 to 898 to provide a 1px border on right and left sides */
	/* note changed height of #menubar from 70 to 50 */
	/* note also changed height of ul#menu li a  (See below) from  44 to 24 in order to remain consistent 
	with change of #menubar height */
	
	/* OCT 22_2015 changed width of #menubar from 898 to 1098 to provide a 1px border on right and left sides */
	
		#menubar
		{ width: 1298px;
		  height: 50px;
		} 
		
		ul#menu{margin: 0px;}
		
		ul#menu li
		{
			float: left;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			list-style: none;
			font-size: 12px;
		} 

/* navigation menu _horizontal_ above body text*/
/*ul#menu li a */
	/* changed height of ul#menu li a from 44 to 24 in order to remain consistent with change of #menubar height */
	/* changed padding from 26px 18px 0px 18px  to  17px 18px 9px 18px in order to vertically align text in #menubar */
	/* changed padding from 26px 18px 0px 18px  to  17px 22.15px 9px 22.1px in order to space buttons all the way across page #menubar */
	/* added width: auto;*/
	/* border-right-color: #747474*/
	
	/* OCT 22_2015 changed padding from 17px 22.15px 9px 22.1px  to  17px 49.2px 9px 49.2px; in order to space buttons all the way across page #menubar */		
		ul#menu li a 
		{
			font-family: verdana, sans-serif;			
			display: block;
			float: left;
			height: 24px;
			width: auto;
			text-decoration: none;
			padding: 17px 46px 9px 46px;
			text-align: center;
			border-right-width: 1px;
			border-right-style: solid;
			border-right-color: #747474;
		} 

/* sidebar */
		.sidebar
		{
	float: left;
	width: 300px;
	padding: 15px 15px 15px 20px;
	/*color: #FF0000;*/
		}

/* sidebar items / links */
	/*added width: 190px;*/
	/*changed margin: margin: 0px 7px 0px 0px to margin: 0px 0px 15px 0px;*/
		.sidebaritem
		{
	text-align: left;
	width: 300px;
	float: left;
	margin: 0px 0px 15px 0px;
	color: #666666;
		}
		
		.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 8px 10px 10px 12px;}
		
			/*changed width: 209px to width: 160px */
			/*added border-top-color: #CCCCCC*/
			
		.sidebaritem ul
		{
			width: 250px;
			padding-top: 4px;
			margin: 4px 0px 15px 14px;
			border-top-width: 1px;
			border-top-style: solid;
			border-top-color: #CCCCCC;
			border-bottom-width: 1px;
		
		}

/*added  border-bottom-color:#CCCCCC*/
/*changed bottom padding from 4px to 6px  padding: 0px 0px 6px 0px*/
		.sidebaritem li
		{ list-style: none; 
		  padding: 0px 0px 6px 0px; 
		  border-bottom: 1px solid;
		  border-bottom-color:#CCCCCC
		}

/* added 	font-family: Verdana */
/* added	font-size: 10px */
/* added letter-spacing: .6px */
		.sidebaritem li a, .sidebaritem li a:hover
		{
			text-decoration: none;
			padding: 0px 0px 0px 25px;
			display: block;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			letter-spacing: 1.5px;
		} 

/* page content */
	/* changed width from 505px to 635px*/
	/* changed 	padding: 17.5px 22px 15px 15px to 17.5px 22px 15px 15px in order to bring bottom of title heading in line with bottom of sidebar title*/
		#content{
			text-align: justify;
			width: 750px;
			float: left;
			padding: 17.5px 0px 5px 15px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}

		#content h1{
			font-size: 130%;
		}
		
		#content a, #footer a{border-bottom: 1px dotted;}
		
		#content a:hover, #footer a:hover{border-bottom: 1px solid;}

/* footer */
		/*OCT 22_2015 *changed footer width: 860px to 1060px */	
		/*OCT 22_2015 *changed footer height: 30px to 40px */	
		/*OCT 22_2015 *changed border-top-width: 1.0px to 2.5px */
		/*OCT 22_2015 *changed border-top-style: solid to dotted */	
	
		#footer
		{
			width: 1060px;
			height: 40px;

			padding: 8px 20px 4px 20px;
			text-align: center;
			border-top-width: 2.5px;
			border-top-style: dotted;
			border-top-color: #CCCCCC;
		}

	/* FONT attributes for the FOOTER LINKS */
	/*OCT 22_2015 *changed font-size: 9px to 11.5px */		
		#main #footer a {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11.5px;
			line-height: 1.7em;
			letter-spacing: 3.5px;
		}
	
	/* FONT attributes for the FOOTER COPYRIGHT line */
	/*OCT 22_2015 *changed font-size: 9px to 11.5px */	
		#main #footer {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 1.7em;
			letter-spacing: 2px;
		}
		
	/* This prevents the CSS from adding an underline to the link text */
		#content a, #content a:hover, #footer a, #footer a:hover{
			text-decoration: none;
		}

	/* FONT attributes for the TITLE FONTS in the SIDE BAR */
		#main #site_content .sidebar .sidebaritem h3 {
			font-size: 12px;
		}

/* changed left: -470px to -550px */
/* changed top: -200px to -205px */
/* changed letter-spacing: 0.33em to .5em */
/* changed font-size: 33px to 36px */

/* OCT 22_2015 changed left: -550px to -735px */
/* OCT 22_2015 changed top: -205px to -210px */
/* OCT 22_2015 changed font-size: 36px to 40px; */
		#main #logo #Layer4 {
			font-family: Verdana;
			color: #FFFFFF;
			position: relative;
			left: -900px;
			top: -210px;
			height: 115px;
			width: 250px;
			font-size: 40px;
			letter-spacing: 0.5em;
			text-align: left;
			float: none;
			clear: none;
		}
		
		#main #site_content #content h2 {
			border-bottom-style: double;
			padding-left: 8px;
			padding-right: 25px;
			border-bottom-color: #FFCC00;
			text-align: right;
			letter-spacing: 0.3em;
			border-bottom-width: medium;
		}
		

/* changed padding-top: 17.5px to 0px AND padding-bottom: 15px to 5px;*/	
/* changed width: 635px to 595px*/	
		.indented_text {
			text-align: left;
			width: 595px;
			float: left;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			margin-left: 225px;
			padding-top: 0px;
			padding-right: 20px;
			padding-bottom: 0px;
			padding-left: 45px;
			line-height: 1.75em;
			border: thick double #FF0000;
		}
