/* -- formatting of the page ----------------------------------------- */

body {  
	top-margin:0px;
	left-margin:0px;
	right-margin:0px;
	background-color:#EAEFF5; 
	
}
body, html { height: 100%; } /* this is mozilla box-model hacking */

body,html,table{
	font-family: Verdana;
	FONT-SIZE: 10pt;
}


/*#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_banner { 
	height: 50px;
	width:1000px;
	background: url('/site/images/top-banner-3.jpg') right no-repeat; 
}
#template_header { 
	height: 90px;
	width:1000px;
	background: url('/site/images/name-banner.jpg') right no-repeat; 
}

#horizontal-menu{
	background-color:#FFFFFF;
	height:30px;
}

.top_bg {
	background-image: url(../images/ubd_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height:auto;
	width:auto;
}
.bottom_bg {
	background-image: url(../images/ubd_bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height:152px;
	width:auto;
}

#template_space {  
	font-weight: bold;
	text-align: left;
	background-repeat:no-repeat;
	height: 18px;  
	font-size: 12px;
	color: #FFFFFF;	
/*	background-image: url(../images/menu_sp1.jpg); */
}

#template_space2 {  
	font-weight: bold;
	text-align: center;
	height: 28px;  
	font-size: 12px;
	color: #FFFFFF;								
}

#template_footer { 
	height: 79px;
	width:1000px;
	background-image: url(../images/ubdaa-footer.jpg);
}

#template_page_title { 
	width:990px;
	height:20px;
	padding-left:10px;
	text-align: left;
	font-size: 11px;
	background-color:#FFFFFF;
	color: #000099;									
}

#template_content {
	height: auto;
	width:730px;
	padding:5px 5px 5px 5px;
	background-color:#FFFFFF;
	border: 10px solid #EDEBEC;
}

#template_content_inner { text-align: left; }
#template_content_right { text-align: left; }

#body { width: 100% }

.main { 
	/*width: 100%; */
	border: 2px solid black
}
