body {  
	padding: 0;
	margin:0;
	background-color: white; 
}

body,html,table{
	margin: 10;
	padding: 10;
	font-family: Verdana;
	FONT-SIZE: 10pt;
}

template_menu {   
	vertical-align: top;
	margin: 0;
	height: auto;
	width: 100;
	background: #5075A5;
}
#template_header_right { 
	background: white; 
	width: 25px;   
}

#template_header { 
	text-align: left;
	min-width: 100px; 
	height: 145px;
	padding: 0px 0px 0px 0px;
	margin: 0; 
}
#template_footer { 
	padding: 10px 0;
	height: 75px;
	font-size: xx-small;
	text-align: center;
	background: #B0BEC8; 
}

#template_page_title {  
	/*margin: 10px 0 10px -2px; /* IE doesn't listen to this either - and this causes issues. */
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	color: #663398;									
}
#template_content { padding: 10px; height: auto; }

#template_content_inner{
text-align: left;
height:auto;
}

#template_content_right { text-align: left; }

