
<html>
<head>

/*TWO column css */

<style type="text/css">


html, body {height:100%}

body {
	font-family: verdana;
	padding:0;
	margin:0;
	color: #000000;
	max-width: 900px;
}

h2 {
page-break-before: auto;
}

img {
page-break-after: avoid;
}

#box{
	margin-left:-3px;
	margin-right:1px;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#outer{
	height:100%;
	min-height:100%;
	margin-left:70px;
	background:#FFFFF;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-52px;
	color: #000000;
}


#header {
	background: url(images/text_head.gif) no repeat;
	width: 604px;
	height: 76px;
}

#header img {
	display: block;
}


#header h2{
	position:absolute;
	top:10;
	left:15;
	color: #000000;
	font-size: 28px;
	width:100%;
}

#header h3{
	color: #000000;
	position:absolute;
	top:40;
	left:15;
	width:100%;
	font-size: 10px;
}

#left {
	position:relative;/*ie needs this to show float */
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	width:50px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	margin-top:225px;/*needed to make room for header*/
}


#left p { padding-left:3px; padding-right:2px;}


#footer {
}

* html #footer {/*only ie gets this style*/
height:52px;/* for ie5 */
height:50px;/* for ie6 */
}

#clearheader{height:72px;}/*needed to make room for header*/
#clearfooter{clear:both;height:30px;}/*needed to make room for footer*/


#centrecontent {
	font-family: arial;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}




</style>
</head>
<body>

