	body {
	color: #333333;
	font-size: 10pt;
	font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	BACKGROUND: #596c89;
	margin: 0px;
	padding: 0px;
	text-align: center;
	 }
	
	p,h1,h2,h3,h4 {
		margin:0px 10px 10px 10px;
		}
	
	TABLE {
	border-collapse: collapse;
	border-color: #CCCCCC;
	}

	A:link		{ color: black ; text-decoration: none ; }
	A:visited	{ color: black ; text-decoration: none ; }
	A:hover		{ color: black ; text-decoration: underline; }
	
	
	H1 {
		font-size: 14pt;
		margin-top: 0px;
		text-align: left;
	
		}
	
	H2 {
		color:#CCCCCC;
		margin-top:20px;
		padding-top:10px;
		font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
		font-size: 24pt;
		line-height: 100%;
		/*border-bottom:1px solid;*/
	}
	
	
	H3 {
		color: #FFFFFF;
		text-indent: 10pt;
		text-align:left;
		font-family: Arial, Helvetica, sans-serif;
		font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;

		font-size: 8pt;
		letter-spacing: 1pt;
		padding: 0px;
		background-color: #0000FF;
		border-style: solid;
		border-color: #666666;
		border-width: 1px;
	}
	h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
		font-size: 24px;
		padding-bottom: 0px;
		color: #00598F;
	}
	
	#content {
		width:auto; 
		POSITION: relative
	}

	#frame {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border-style: solid;
	border-color:#000000;
	border-width: 1px;
		}
		
	#contentleft {
	width:150px;
	float:left;
	background:#fff;
	padding-top: 20px;
	background-color: #EEEEEE;
	margin: 10px;
	border-color: #596C89;
	border-width: 1px;
	border-style: solid;
		}
	
	#contentcenter {
	float:left;
	background:#eee;
	width: auto;
	background-color: #FFFFFF;
	margin:0px;
	padding: 0px;
		}
		
	#contentcenter p 
		{line-height:1.8em;
		font-size:14px;}
	
	#contentheader {
	background:#fff;
	background-color: #0059A5;
		}
	
