@charset "utf-8";
/* CSS Document */

body {
	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 */
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
#container1 {
	width: 850px;
	font-size: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2%;
	margin-bottom: 0%;
	position: static;
	clear: none;
	float: none;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#FFF;
}
#top_banner {
	text-align: center;
	width: 100%;
	position: static;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	}
#menubar  {
	width: 100%;
	position: static;
	margin: 0px;
	padding: 0px;
	}
#text1 {
	color: #000;
	text-decoration: none;
	position: static;
	width: 96%;
	display: block;
	margin-left: 2%;
	font-weight: normal;
	font-size: 1.3em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
#text2 {
	font-weight: normal;
	color: #000;
	text-align: right;
	text-decoration: none;
	position: static;
	margin-right: 2%;
	font-size: 2em;
	}
.colmask {
	width:850px;		/* This chops off any overhanging divs */
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	}
	.colright,
	.colmid,
	.colleft {
	float:left;
	width:100%;
	position:relative;
	}
	.col1,
	.col2,
	.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	text-align: left;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
	right:75%;			/* right column width */
	background:#f4f4f4;
	}
	.leftmenu .col1 {
	width:72%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
	}
.indent {
	text-indent: 2%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

	.leftmenu .col2 {
	width:23%;			/* left column content width (column width minus left and right padding) */
	left:4%;			/* (right column left and right padding) plus (left column left padding) */
	overflow: hidden;
	}
#key_points {
	float: left;
	text-align: justify;
}
 #footer {
	width: 80%;
	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;
	} 

.footer_links {
	color: #FFF;
}
.colmask.leftmenu .colleft .col1 table tr td h1 {
	font-family: Verdana;
}
#container1 table tr td p h1 {
	font-size: 200%;
}

.colmask.leftmenu .colleft .col1 table tr td p strong {
	font-size: 125%;
}
#container1 table tr td h1 {
	font-size: 200%;
	font-weight: bold;
}
.slogan {
	font-size: 36px;
}
