/* -- formatting of the page ----------------------------------------- */

body {  
	padding: 0;
	margin:0;
	background-color:; 
}
body, html { height: 100%; } /* this is mozilla box-model hacking */

body,html,table{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	FONT-SIZE: 7pt;
}

#template_menu {   
	vertical-align: top;
	margin: 0;
	height: 0%;

}
#template_header_right { 
	background: white url('/site/images/ubd_header_right.jpg') top left no-repeat; 
	width: 25px;   
}
#template_header { 
	text-align: left;
	height: 101px;

	padding: 0px 0px 0px 0px;
	margin: 0; 
}

#template_space {  
	font-weight: bold;
	text-align: center;
	background-repeat:no-repeat;
	height: 18px;  
	font-size: 14px;
	color: #FFFFFF;								
}
#template_space2 {  
	font-weight: bold;
	text-align: center;
	height: 28px;  
	font-size: 14px;
	color: #FFFFFF;								
}

#template_footer { 

	height: 79px;
	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: center;
	height: 1%;  
	font-size: 14px;
	color: #000099;									
}
#template_content { height: 100%; }
#template_content_inner { text-align: left; }
#template_content_right { text-align: left; }
.main { 

	min-width: 780px; 
}