/* -- formatting of the page ----------------------------------------- */
body {  
	padding: 0;
	margin:0;
	background-color: white; 
}

#template_menu {   
	color: #FFFFFF;
	vertical-align: top;	
	height: 100%;
	background: #049B72 ; 
	width: 200px;
	padding: 5px 5px 5px 5px;
}

#template_header_right { 
	width: 25px;   
}

#template_header {
	text-align: left;
	overflow: hidden;
	padding: 0px 8px 0px 0px;
	margin: 0 0 0 8px; 
	/*background: #83CACC ; */
}

#template_footer { 
	font-size: xx-small;
	text-align: center;
}

#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;
	height: 1%;  
	font-size: 14px;
	color: #009999;	
	padding-left: 10px;								
}
#template_content { 
	padding: 10px; 
	height: 100%; 
	width: 680px;
}
#template_content_inner {  }
#template_content_right {  }

