* {
	margin:0;
	padding:0;
}

a img {
border: none;
}

img {
	margin: 0;
	padding:0;
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: none;
}

h1 { 
	font-size: 14pt;
	padding-top: 5px;
}

h2 {
	font-size: 12px; 
	padding-top: 5px;
}

h1, h2 {
	line-height: 1.5em;
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a {
	color: #4e799f;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
	
p { 
	/*line-height: 1.5em; */
	font-size: 10pt;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

td {
	font-size: 11pt;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* MAIN CONTENT*/

div#main_container {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: none;
}

div#page_container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: none;
}

div#side_container {
	display: none;
}

/* HEADER */

div#header {
	width:100%;
	height: 79px;
	background: none;
	border: none;
}

div#header_top {
	height: 79px;
	width:100%;
}

div#header_top_left {
	float: none;
	width: 100%;
	height: 79px;
}

img#logo {
	margin: 30px 0 0 40px;
}

div#header_top_right {
	display: none;
}

div#header_bot {
	display: none;
}

/* PAGE */

div#page {
	clear: both;
	float: none;
	width: 100%;
	padding: 10px 0 30pt 0; /* bottom padding for footer */
	background: none;
	position: relative;
}

/* PAGE - Menu */

div#page_menu {
	display: none;
}

/* PAGE - Content */

div#page_content {
	float: none;
	width: 80%;
	padding: 0 10%;
}

div#page_content h1.page_title {
	padding: .5em 0;
}

div#page_content div.page_print {
	display: none;
}

div#page_content p {
	text-align: justify;
	margin-bottom: .5em;
}

img.index_page_img {
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
}

div.page_img_holder {
	clear: right;
	float: right;
	margin: 0 0 .5em 1em;
}

/* PAGE LOGO*/

div#page_logo {
	display: none;
}

/* FOOTER */


div#page_footer {
	position:absolute;
	bottom: 0; /* stick to bottom */
	top: auto;
	right: 0;
	float: none;
	width: 100%;
	background: none;
	text-align: right;
	height: 20px;
}

div#page_footer p {
	float: none;
	padding: 0;
	margin:0;
	color: #212e84;
	font-size: 10pt;
}
