	/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d3d3d;
}
html,body{
	overflow: hidden;
	overflow-x:hidden;
	overflow-y:auto;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#main{
	position: absolute;
	width: 765px;
	top: 50px;
	left: 50%;
	margin-left: -383px;
	margin-bottom: 400px;
	background-image:url(images/bg_body.gif);
}
div#head{
	background-image:url(images/head.gif);
	background-repeat:no-repeat;
	height: 74px;
	width: 100%;
}
div#menu{
	background-color: #FF9900;
	height: 23px;
	line-height: 23px;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #404040;
}
div#menu a, div#leftMenu a, div#helidx a, div#helisx a{
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}
div#menu a{
	margin-right: 10px;
}
div#menu a:hover, div#leftMenu a:hover, div#helidx a:hover, div#helisx a:hover{
	color:#f7c086;
}
div#submenu{
	height: px;
	background-color: #bfbfbf;
}
div#bottom{
	background-image:url(images/bottom.gif);
	width: 100%;
	height: 33px;
	line-height: 22px;
	text-align: center;
}
div#bottom a{
	color:#FFFFFF;
	font-weight:bold;
}
div#leftPage{
	float: left;
}
div#page{
	padding: 5px;
	margin-left: 150px;
	height:auto !important;
	min-height: 300px;
	height: 300px;
	
}
div#leftMenu{
	width: 118px;
	background-image:url(images/bg_menusx.gif);
	background-repeat:repeat-y;
	padding-top: 40px;
	padding-left: 6px;
	padding-bottom: 5px;
	line-height: 15px;
}
div#bottomLeftMenu{
	background-image:url(images/bottom_menusx.gif);
	height: 13px;
	width: 118px;
}
div#helidx{
	position:absolute;
	top: -55px;
	left: 50%;
	margin-left: 210px;
	background-image:url(images/helidx.png);
	width: 380px;	
	height: 253px;
	z-index: 10;
}
div#helisx{
	position:absolute;
	top: -50px;
	left: 50%;
	margin-left: -710px;
	background-image:url(images/helisx.png);
	background-repeat:no-repeat;
	width: 555px;	
	height: 240px;
	z-index: 10;
}
div#pageTitle{
	height: 30px;
}
