	
	
		body {
			background-color: #fff;
			color: #000;
			border:0px;
			padding:0px;
			font-family: verdana, arial, helvetica;
		}
	
		/* centre the site */
		.container {
			
			text-align: left;
		}
		
		#footer {
			display: none;
		}
		/* HEADER STYLES */
		#header {
			position: relative;
			top: 0px; 
			width: 991px; 
			height: 122px;
			text-align: center;
		}
		
		#header #logo {
			position: absolute;
			top: 0px;
			left: 0px;
			height: 105px;
		}
		
		#header #logo img {
			border: 0px;
		}
		
		#header #headerbanner {
			display: none;
		}
		
		
		
		/* menu styles */
		#menulist {
			display: none;
		}
		
		
		
		/* breadcrumb trail navigation styles */		
		#breadcrumbtrail {
			margin-left: 0px;
			padding-left: 0px;
			margin-top: 0px;
		}
		
		#breadcrumbtrail li {
			display: inline;
			list-style: none;
			background-image: url(../images/pipe.gif);
			background-repeat: no-repeat;
			background-position: left;
			padding-left: 10px;
			font-size: 10px;
			font-weight: bold;	
			color: #838383;
		}
		
		#breadcrumbtrail li.first {
			background-image: none;
			padding-left: 0px;
		}
		
		#breadcrumbtrail li a {
			color: #838383;
			font-weight: bold;		
			text-decoration: none;
		}
		
		#breadcrumbtrail li a:hover {
			color: #ccc;
		}
		/* end breadcrumb trail styles */
		
		/* general three column layout */
		#col1 {
			display: none;
		}
		
		#col2 {
			width: 100%;
			float: left;
		}
		
		#col3 {
			display: none;
		}
		
		#col1 p, #col2 p, #col3 p, #col1 div, #col2 div, #col3 div, #col1 li, #col2 li, #col3 li {
			
			font-size: 11px;
			color: #161616;
			
		} 
		
		#col2 p, #col2 div { margin: 0 10px 10px 10px; line-height: 160%;}
	
		
		#col2 li { line-height: 160%; }
		
		#col2 hr { height: 1px; width: 80%; color: #161616; margin: 0 10% 0 10%; }
		/* end three column styles */
		
		/* text and other general appearance styles */
		
		/* pullboxes */
		.pullbox {
			text-align: center;
			padding: 5px;
			font-weight: bold;
			
		}
		
		.pullbox img { margin: 5px auto; }
		
		.pullbox ul { text-align: left;	}
		
		.pullbox a {
			color: #818286;
			text-decoration: none;
		}
		
		/* pullbox header styles */
		.pullbox h1 { font-size: 18px; margin: 0px;font-weight : lighter; font-family: georgia, "times new roman", times, serif; }
		.pullbox h2 { font-size: 16px; margin: 0px;font-weight : lighter; font-family: georgia, "times new roman", times, serif; }
		.pullbox h3 { font-size: 14px; margin: 0px;font-weight : lighter; font-family: georgia, "times new roman", times, serif; }
		.pullbox h4 { font-size: 11px; margin: 0px;font-weight : lighter; font-family: georgia, "times new roman", times, serif; }
		
		/* generally used for styling the pullboxes */
		.cyan {	background-color: #f1faf9; }
		.pink {	background-color: #fef5f6; }
		.pinktext { color: #ec59a0 }
		.bluetext { color: #4f5ca0 }
		.serif { font-family: georgia, "times new roman", times, serif; }
		
		/* if we need to wrap text around an image and caption */
		#col2 .imageandcaptionright {
			text-align: center;
			margin: 0px 10px 10px 10px
			font-size: 10px;
			float: right;
			color: #161616;
		}
		
		#col2 .imageandcaptionleft {
			text-align: center;
			margin: 0px 10px 10px 10px;
			font-size: 10px;
			float: left;
			color: #161616;
		}
		
		/* general header styles */
		h1 { font-size: 24px; margin: 0px 0px 0px 10px; font-weight : lighter;font-family: georgia, "times new roman", times, serif}
		h2 { font-size: 18px; margin: 0px 0px 0px 10px;font-weight : lighter; }
		h3 { font-size: 16px; margin: 0px 0px 0px 10px;font-weight : lighter; }
		h4 { font-size: 14px; margin: 0px 0px 0px 10px;font-weight : lighter; }
		
		#printemail a {
			position: relative;
			font-weight: bold;
			text-decoration: none;
			color: #1788d1;
			vertical-align: top;
		}
		
		
		