body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	}


#left {
	position: absolute;
	left: 21px;
	top: 149px;
	background-image:  url(gray2-g.gif);
	width: 184px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .75em;
	line-height: 1.6em;
	height: 1040px;

	}

#content {
	position: absolute;
	top: 147px;
	left: 217px;
	width: 642px;
	background-image: ;
	height: 529px;

	}

#header {
	position: absolute;
	left: 21px;
	background-color: #fff;
	color: #006;
	top: 50px;
	width: 832px;
	height: 96px;



	}
	
#footer {
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 2px 10px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.08em;
	}
	
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	}

dt {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	}

dd {
	font-family: 'Times', serif;
	font-size: 0.95em;
	}

ul,li {
	margin-left: 10px;
	}

a {
	text-decoration: none;
	color: #0000cc;
}

a:hover{
	color: #0000cc; 
	background-color: #FFFFCC; 
	text-decoration: underline; 
}

