@charset "utf-8";
/* CSS Document */

body {
	font: 14pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#FFF;
}
#container1 {
	width: 850px;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#top_banner {
	display:none;
	visibility:hidden;
}
#menubar  {
	display:none;
	visibility:hidden;
}
#text1 {
	font-size: 150%;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	text-align: left;
	display: block;
	font-weight: normal;
}
#text2 {
	font-size: 22pt;
	font-weight: normal;
	color: #000;
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
		}
.colmask {
	width: 850px; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
	.colright,
	.colmid,
	.colleft {
	
	}
	.col1,
	.col2,
	.col3 {
	
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
			/* right column background colour */
	}
	.leftmenu .colleft {
	
	}
	.leftmenu .col1 {
			/* 100% plus left column left padding */
	}
.indent {
	text-indent: 2%;
	font: 16pt Verdana, Arial, Helvetica, sans-serif;
}

	.leftmenu .col2 {
	width:0%;			/* left column content width (column width minus left and right padding) */
	left:0%;			/* (right column left and right padding) plus (left column left padding) */
	overflow: hidden;
	display:none
	}
#key_points {
	text-align: left;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	position: static;
	color: #FFF;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-right: 0%;
	padding-left: 0%;
	border: medium none #FFF;
	display:none;
	visibility:hidden
} 

.footer_links {
	color: #FFF;
}
#images{
	display:none;
	visibility:hidden}
