/* -- formatting of the page ----------------------------------------- */

body {  
	padding: 0;
	margin:0;
	background-color: white; 
	
}
body, html { height: 100%; } /* this is mozilla box-model hacking */

body,html,table{
	margin: 1000;
	padding: 1000;
	font-family: Verdana;
	FONT-SIZE: 10pt;
	a:link       color: #000000; font-size:12px; 
}

/*a:link      { color: #000000; font-size:16px; }*/

/*#template_menu {   
	vertical-align: top;
	margin: 0;
	height: 100%;
}*/

#template_header_right { 
	background: white url('/site/images/ubd_header_right.jpg') top left no-repeat; 
	width: 25px;   
}
#template_header { 
	text-align: left;
	height: 120px;
background-image: url(../images/banner-slice.jpg);
	padding: 0px 0px 0px 0px;
	margin: 0; 
}

#template_space {  
	font-weight: bold;
	text-align: left;
	background-repeat:no-repeat;
	height: 18px;  
	font-size: 16px;
	color: #FFFFFF;	
/*	background-image: url(../images/menu_sp1.jpg); */
}

#template_space2 {  
	font-weight: bold;
	text-align: center;
	height: 28px;  
	font-size: 16px;
	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%; text-align: left*/ }
#template_content_inner { text-align: left; }
#template_content_right { text-align: left; }

#body { width: 100% }

.main { 
	/*width: 100%; */
	border: 2px solid black
}