* html{
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	font-size:12px;
	font-family:arial, verdana, tahoma;
}

td, div, p{
	font-size:12px;
	color:black;
	font-family:arial, verdana, tahoma;
}

.container{
	background:#052a47 url('index.jpg') no-repeat;	
}
.whitebg{
	background:white;
}
.subheadbg{
	background:url('background.jpg') repeat-x top right;
	height:39px;
}
.linebg{
	background:url('line.jpg') no-repeat 0 100px;
	width:22px;
	height:700px;
}
.footer{
	background:url('footer.jpg') no-repeat center center;	
	padding-top:25px;
	padding-bottom:25px;
	color:white;
}
.footer a, .footer td{
	color:white;
}

.closed{
	display:none;
}

.leftmenu UL{
	list-style:none;
	padding:0;
	margin:0;
}
.leftmenu UL LI{
	padding:0;
	margin:0;
	background:url('menubg.gif') no-repeat top left;	
	text-align:right;
}

.leftmenu UL LI div.submenu{
	display:none;
}
.leftmenu UL LI div.opened{
	display:block;
}
.leftmenu UL LI:hover div.submenu{
	display:block;
}
.leftmenu UL LI div.submenu UL{
	list-style:none;
	padding:0;
	margin:0;
}

.leftmenu UL LI div.submenu UL LI{
	padding:0;
	margin:0;
	background:url('submenubg.gif') no-repeat top left;	
	text-align:right;
}

.main_image{
	background:url('slide_bg.jpg') no-repeat;
	width:940px;
	height:318px;
}
