html, body {
	margin: 0;
	background-color: white;
}

body {
	font-size: 12px;
	text-align:left;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	color: #6a6a6a;
	padding-left: 240px;
 }
h1 {
	font-weight:100;
	text-align: justify;
	padding:0;
}
.space {
height:58px;
}
p {
	font-size: 11px;
	text-align: justify;
	padding:20;
	width:599px;
}

#copy {position:fixed; bottom:19px; left:28px; font-size:9px;}
#leftmenu {position: fixed; top: 20px; left:28px; width:240; height:450; z-index:100; background-color:#FFFFFF; padding-right:10px; padding-bottom:10px; }

/* Hyperlink styling */

a:link {
	text-decoration: none;
	color: #6a6a6a;
}
a:visited {
	text-decoration: none;
	color: #6a6a6a;
}
a:hover {
color: #d9d9d9;
cursor:hand;
}

a:active {
	text-decoration: none;
	color: #6a6a6a;
}


#container {
	width:996px;
	height:600px;
	position:absolute;
	text-align:left;
	vertical-align: middle;
	top: 20px;
}

/* Hyperlink styling */
.bold {
font-weight:bold;
color: #4D4D4D;
}



.tab1 {
padding-left:24px;
}
.tab2 {
padding-left:48px;
}

ul {
	margin:0px;
	padding:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height:19px;
}






