body {
	width: 790px;
	font-size: 10pt;
	margin: 0px auto;
	margin-top: 4px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background: white url(../images/background-watermark.png) no-repeat fixed;
	background-position: center center;
}

div.header {
	margin: 0px;
	padding: 0px;
	
	width: 100%;
	height: 40px;
	min-width: 740px !important;
	min-height: 40px !important;
	
	background-image: url('../images/header-center.png');
	background-color: gray;
	background-repeat: repeat;
	
	vertical-align: middle;
	
	clear: both;
	display: block;
}

img.left_header {
	display: inline;
	float: left;
}

img.right_header {
	display: inline;
	float: right;
}

ul.header {
	padding: 10px;
	margin: 0px;	
	
	display: inline;
	float: left;	
	
	list-style-type: none;
	
	background-image: url('images/header-center.png');
	background-repeat: repeat-x;
}

li.header {
	font-size: 12pt;
	font-weight: bold;	
	
	height: 40px;
	
	display: inline;
	vertical-align: middle;
}

a.header {
	border: 1px dashed #A9A9A9; /* dark grey */
	background-color: #D3D3D3;  /* light grey */
	padding: 3px;
	color: white;
	text-decoration: none;
}

a.header:hover {
	background-color: gray;
	text-decoration: none;
}

hr.right {
	clear: both;
}

div.content {
	padding-left: 72px;
	margin: 10px;
	min-height: 300px;
}

div.copyright {
	color: #939598;
	border: 0px;
	padding: 0px;
	padding-left: 35px;
	margin: 0px;
	font-size: 8pt;
	font-weight: bold;
	
	background-color: #E5E5E5;  /* light grey */
}

h1 {
	position: relative;
	left:-20px;
	font-size: 18pt;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	text-indent: 20px; 
	min-height: 55px;
	height: 55px;
	background-image: url('../images/widget2.png');
 	background-repeat: no-repeat; 
 	vertical-align: middle;
	color: #ff7f00;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 14pt;
	color: #03597f;
}

a {
	font-weight: bold;
	color: #ff7f00;
}

a.visited {
	font-weight: bold;
	color: #ff7f00;
}

p {
	text-align:justify
}

img.compliant {
	border: 0; 
	vertical-align: middle;
}