/*This style will not work with Macintosh Internet Explorer*/
/* CSS Document */
body {
	font-family: verdana, arial, sans-serif; font-size:100%; behavior:url(csshover.htc);
	/* background-image: url('images/hy/maina1.gif') */	
}
* {margin:0; padding:0;}
/* the horizontal menu starts here from Styling with CSS */
div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-top:1px solid #036;	/* draws line on top edge of div */
	border-bottom:1px solid #036;	 /* draws line on bottom edge of div */
	font-size:.8em;	/* SET FONT-SIZE HERE */
	background-color:#036; /* colors the div */
	position:relative;
	top: -1.4em;	
	}
div#listmenu ul {margin:0 0 0 30px;/* indents ul from edge of container */
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#036; /*sets the background of the menu items */
	border-right:1px solid #036; /* creates dividing lines between the li elements */
	}
div#listmenu li:first-child {
	border-left:1px solid #036; /*the first vertical line on the menu */
	}
div#listmenu li:hover { 
	background-color:#369; /*sets the background of the menu items */
	}
div#listmenu a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	padding:0 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:white;	/* sets the type color */
	}
div#listmenu a:hover {
	background-color:#369;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #036; /*  three sides of each drop-down item */
	border-bottom:1px solid #036;
	border-right:1px solid #036;
	padding:0 0 1px;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #036; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:10em;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* another level of pop-outs */
div#listmenu ul li ul li:hover ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li ul li ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */

/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #036;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#listmenu ul li ul li ul { 
  left:9.85em; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:10em;
  }
/* and the "be nice to Opera" rule */
html>body div#listmenu ul li ul li ul {
  top:-1px;
  left:10em;
  }

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */
	@media all and (min-width: 0px){
   body div#listmenu ul li ul {padding-bottom:70px;}
   body div#listmenu ul li ul li ul {padding-bottom:22px;}
   body div#listmenu ul li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */

   }
/*end Opera hack */
/* end of hack zone */
/* END OF LIST-BASED MENU */
#containerM {
			border: 1px solid gray;
			margin: 5px;
			padding: 10px;
		}
		
#container {
			/*background-image: url(metal.gif);*/
			background: white;
			border: 1px solid gray;
			margin: 5px;
			padding: 10px;
		}
		
#containerl {
			width:1200px;
			/*background-image: url(metal.gif);*/
			border: 1px solid gray;
			margin: 5px;
			padding: 10px;
		}

#container img {border:0;
		}
		
#content {
			clear:both;
			border: 1px solid gray;
			font-family: Arial, Helvetica, sans-serif;
			margin: 0 0 0 0;
		}
.imagebox {
			float:left;
			text-align:center;
			width:170px;
			height:190px;
			border:1px solid black;
			margin: 0 1px 1px 0;

		}
		
.imageboxred {
			float:left;
			text-align:center;
			width:170px;
			height:190px;
			border:1px solid red;
			margin-bottom: 0 1px 1px 0;

		}	

.imageboxinviso {
			float:left;
			text-align:center;
			margin: 0 0 0 0;

		}	
		
#content2 {
			border: 1px solid gray;
			font-family: Arial, Helvetica, sans-serif;
			margin: 0 0 0 0;
		}
#content3 {
		font-family: Arial, Helvetica, sans-serif;
		margin: 0 0 0 0;
		border: 1px solid gray;
		background-color: #ffffcc;

		
		}
		
#banner {
			
			height: 80px;
			background-color: gray;
			/*background-image: url(images/pmt.jpg);*/
			background-image: url(images/pmtG360.jpg);
			background-repeat: repeat-x;
			padding-top:12px;
		}
		
.bannertext {
			margin-left: 110px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 24px;
			color: #000;
		}
#banner1 {
			padding: 5px;
			background-color: #fff;
			background-repeat: repeat-x;
			height:80px;
			/*background-image: url(images/pmt.jpg);*/
			background-image: url(images/pmtG360.jpg)
			
		}

#banner2 {
			padding: 5px;
			background-color: #ccc;
			background-repeat: repeat-x;
			height:70px;
			
		}
		
#navBan li{
		text-decoration:none;
		display:inline;
		list-style-type:none;
		clear:both;
		}
		
#navBan li a{
		text-decoration:none;
		display:inline;
		list-style-type:none;
		clear:both;
		}
		
div#boxtext {
		float:right;
		background-color:white;
		border:1px dotted;
		font-family: Arial, Helvetica, sans-serif;
		font-size:10px;
		
		}
		
.boxtextr {
		border-bottom:1px solid #999;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-align: right;
		
		}

.boxtextl {
		border-bottom:1px solid #999;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-align: left;
		
		}
		
.loginstyle {
		font-family: Arial,Helvetica,sans-serif;
		font-size:18px;
		text-align:left;	
		color: white;
}
	
#loginbox {
	height: 100%;
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	background-image: url(metal.gif);

	}

.logingroup {
	float:left;
	margin-top:5px;
	margin-left:5px;
	margin-right:30px;
	border:1px dotted #999;
	background-image: url(metal.gif);
	}
	
.logintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color: white;
	}

.special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align:middle;
	background-color:#FFF;
	border-left:2px solid #999;
	border-top:2px solid #999;
	}

#header {
	margin-bottom: 1px;
	
	}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.style2 {font-size: 14px}

.bod {
	padding: 10px;
	margin-left: 160px;
	border-left: 1px solid #0000FF;
	}
	

.detail_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align:middle;
	border-top-width: 1px;
	border-left-width: 1px;
	background-color: #FFF;
	border-top-color: #999;
	border-left-color: #999;
}


#navigation {
	float: left;
	width: 150px;
	margin-left: -1px;
	padding: 10px;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align:middle;
	}


.menu {
	float:left;
	}

.detail_inputR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	vertical-align:middle;
	border-top-width: 1px;
	border-left-width: 1px;
	background-color: #FFF;
	
}

.bars {
	 border:1px solid:#0000FF;
	 background-color:#0000FF; 
	 width:100%;    
     font-family:Arial, Helvetica, sans-serif; 
     color:#FFF;
   
}

.newhead {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align:middle;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-left-color: #999;
}

.newhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align:middle;
	text-decoration: underline;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-left-color: #999;
}

.sortHead {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 2px;
	border-bottom: 1px solid black;
	width: 100%;
	height: 16px;
	white-space: nowrap;
}

.segment {
	background-color:#0000FF;
	border-bottom: 1px solid #0000FF;
	margin-bottom:4px;
	}

.detail_input_static {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align:top;
	
}


.detail_input_static1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	vertical-align:top;
	align:right;
	background-image: url(metal.gif);
}


.detail_input_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align:top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFF;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.detail_input_underline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	vertical-align:top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFF;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}


textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFF;
	overflow: hidden;
	border-top-width: 1px;
	border-top-color: #CCC;
}
.instruction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	vertical-align: middle;
	font-weight: bold;
}
select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100px;
	background-color: #F0F0F0;
}

/*.aquabutton {
	font-family: arial, helvetica, sans-serif;
	display: block;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}

.aquabutton a {
	width: 80px;
	display: block;
	text-decoration: none;
	color: #000000;
	vertical-align:middle;
	padding-top: 1px;
	border: 2px outset;
	background-color: #FFFFFF;
}

.aquabutton a:hover {
	border: 2px inset;
	background-color: #FFFFFF;
	width: 80px;
}*/

.title_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-color: #0000FF;
	text-align: left;
	color: #FFF;
	vertical-align: middle;
	position: relative;
	line-height: normal;
	display: block;
	padding: 3px;
}

.rowselect_off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: thin solid #CCC;
	border-right: none #CCC;
	border-bottom: thin solid #CCC;
	border-left: none #CCC;
	color: #0000FF;
}

.rowselect_off_blank{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #0000FF;
}

.rowselect_off_blank_k{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}

.rowselect_off_k{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}
.rowselect_off_light{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC;
	color: #0000FF;
}

.rowselect_off_light_k{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC;
	color: #000000;
}

.rowselect_off_alert{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFAAAA;
	color: #0000FF;
}

.rowselect_off_portal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C6F790;
	color: #0000FF;
}

.rowselect_off_shipalert{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: pink;
	color: #000000;
}

.rowselect_off_OKalert{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #00FF00;
	color: #000000;
}

.rowselect_off_todayalert{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: orange;
	color: #000000;
}

.rowselect_on {
	background-color: #CCCCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: thin solid #CCC;
	border-right: none #CCC;
	border-bottom: thin solid #CCC;
	border-left: none #CCC;
	cursor: pointer;
	cursor: hand;
	color: #0000FF;
}

.rowselect_off_altered{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: yellow;
	color: #0000FF;
}
	
.rowselect_on:a {	
	text-decoration:none;
}
.rowselect_off:a {	
	text-decoration:none;
}

.printrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#nav ul, #nav li {
display: block;
list-style-type: none;
}

#nav a, #nav a:link {
background: #FFFFFF;
border-top: 1px solid #999;
border-left: 2px solid #999;
border-right: 2px solid #888;
border-bottom: 1px solid #888;
color: #000;
display: block;
line-height: 22px;
text-decoration: none; text-align:center; font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:verdana, arial, sans-serif; margin-left:2px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:3px; padding-right:3px; padding-top:2px; padding-bottom:2px
}

#nav a:hover {
background: #C0C0C0;
background-image: url(metal.gif);
border: 1px solid #FFF; 
}

#nav a.active, .nav a:link.active, .nav a:hover.active {
background: #fff;
border: 1px solid #999;
border-left: 5px solid #999;
color: #000; }

/* MLF and BRB Added styles */
.fieldcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}

/*Create subtle highlite in form fields*/
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

input.field:focus {background-color:#eeeee0; }
cfinput.field:focus {background-color:#eeeee0; }
textarea.field:focus {background-color:#eeeee0; }



/*Create subtle highlite in form fields*/
.fieldl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

input.fieldl:focus {background-color:#eeeee0; }
cfinput.fieldl:focus {background-color:#eeeee0; }
textarea.fieldl:focus {background-color:#eeeee0; }

.spacer {
	clear: both;
	width: 1px;
	height: 1px;
}

.RowHead {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	width: 80%;
	white-space: nowrap;
}

.pagel {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	text-decoration: none;
}

.pager {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}

.paget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}

.printrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar-a {
			float: left;
			width: 100px;
			width: 90px;
			width: 100px;
			margin: 0;
			margin-right: 5px;
		
		}

#sidebar-b {
			float: left;
			width: 120px;
			width: 100px;
			width: 120px;
			margin: 0;
			margin-right: 5px;
			background-color: rgb(235, 235, 235);
			height:100%;
		}
		
		#footer {
			clear: both;
			padding: 5px;
			background-color: #036;
			text-align: center;
			font-size: 12px;
			color:white;
		}
		
		.footertext {
			text-align: center;
			font-size: 12px;
		}



.section {
		padding: 3px;
		border: 1px solid gray;
		background-color: #ccc;
		}
		
.section2 {
		width:650px;
		padding: 3px;
		border: 1px solid gray;
		background-color:#ccc;

		
		}

.section8 {
		padding: 3px;
		border: 1px solid gray;
		background-image: url(metal.gif);
		}
		



#formcontainer {
			min-width:500px;
			margin:22px 0 5px 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			}
/*#formcontainer form {
			border:1px solid #CCC;
					}*/
#formcontainer form label {
			width:100px;
			float:left;
				}
				
#formcontainerl {
			min-width:500px;
			margin:22px 0 0 10px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			}
#formcontainerl form {
			
					}
#formcontainerl form label {
			width:100px;
			float:left;
			margin: 2px 2px 0 2px;
				}
				
#reportcontainer {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			}

				
				
div.scroll {
 height: 145px;
  width: 630px;
   overflow: auto;
 border: 1px solid #666;
 background-color: #ccc;
 padding: 8px;
}	

div.scrollB {
 height: 600px;
 overflow: auto;
 border: 1px solid #666;
 background-color: #ccc;
 padding: 8px;
}

div.advan {
			float: left;
			width: 420px;
			width: 400px;
			width: 420px;
			margin-right: 5px;
			background-color: white;
			height:100%;
		}
		
div.advan ul li {
			list-style-type:none;
		
		}
				

.clearfixr   {
			float:right;
			width:100px;
			float:right;
			overlap:nome;
			}

.buttongroup {
			float:left;
			border:0;
			padding:0px;
			}
 .buttongroup div {
			margin-bottom:5px;
			font-size:.75em;
			border:0;
			}
.buttongroup input {
			margin-right:5px;
			border:0;
			}
			
#secondaryContent	{
					width:170px;
					float:right;
					}

#formcontainerN {
			margin:3px 0px 0 301px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			}
#formcontainerN form{
			border:1px solid #CCC;
					}
#formcontainerN form label {
			width:100px;
			float:left;
	
				}
.small {
			width:5px;
			float:left;
	
				}


.clearfix {
			/*border-top:1px solid #CCC;*/
					}


.buttongroup {
			float:left;
			border:0;
			padding:0px;
			}
 .buttongroup div {
			margin-bottom:5px;
			font-size:.75em;
			border:0;
			}
.buttongroup input {
			margin-right:5px;
			border:0;
			}
			
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

#tabcontainer ul
{
display: block;
list-style: none outside;
padding: 0;
margin: 0 0 0 10px;
font-family: Verdana,arial, sans-serif;
font-size: small;
}

#tabcontainer li
{
padding: 0;
margin: 0 2px 0 0;
border-top: 1px solid #cecbc6;
border-right: 1px solid #cecbc6;
border-left: 1px solid #cecbc6;
background-color: #036;
color: #ffffff;
font-weight: bold;
/* the next 4 lines are magic */
display: block;
float: left;
position: relative;
top: -1.32em;
}

#tabcontainer a:link,
#tabcontainer a:visited
{
background-color: #036;
color: #ffffff;
text-decoration: none;
padding-left: 1em;
padding-right: 1em;
}

#tabcontainer a:hover
{
background-color: #cecbc6;
color: #036;
}
#tabcontainerclear { display: none; }

html>body #tabcontainerclear
{
display: block;
clear: both;
}

#tabcontainer li#active a
{
background-color: #fff;
color: #036;
}

/* New Stuff 090907 */

#navigation_hy {
	position: absolute;
	z-index: 10;
	width: 200px;
	height: 650px;
	padding: 0 0 0 33px; /* top right bottom left*/	
	margin-top: 195px;
	/* border-right: 3px solid #C6EC8C; */
	font-weight: normal;
	color: blue;
}

#centerDoc {
	position: absolute;	
	z-index: 15;
	padding: 0 0 0 0px; /* top right bottom left*/
	margin-top: 100px;
	margin-left: 205px;
	width: 765px;
	height: 180px;
	/* background-color: yellow; */
}

#centerDoc2 {
	position: absolute;	
	z-index: 15;
	padding: 0 0 0 0px; /* top right bottom left*/
	margin-top: 0px;
	width: 765px;
	height: 330px;
	/* margin-right: 10px; */
	/* background-color: red; */	
}

#centerDoc3 {
	position: absolute;	
	z-index: 15;
	padding: 0 0 0 0px; /* top right bottom left*/
	margin-top: 150px;
	margin-left: 205px;
	width: 765px;
	height: 90px;
	/* background-color: yellow; */
}

#centerDoc4 {
	position: absolute;	
	z-index: 15;
	padding: 0 0 0 0px; /* top right bottom left*/
	margin-top: 50px;
	width: 765px;
	height: 330px;
	/* margin-right: 10px; */
	/* background-color: red; */	
}

#centerDoc5 {
	position: absolute;	
	z-index: 15;
	padding: 0 0 0 0px; /* top right bottom left*/
	margin-top: 50px;
	width: 765px;
	height: 130px;
	/* margin-right: 10px; */
	/* background-color: red; */	
}

#footer2 {
	position: absolute;	
	z-index: 15;
	padding: 0 0 0 0px; /* top right bottom left*/
	width: 765px;
	margin-top: 360px;
	margin-right: 180px;
	height: 70px;
	/* background-color: blue; */	
}

#footer3 {
	position: absolute;	
	z-index: 15;
	padding: 0 0 0 0px; /* top right bottom left*/
	width: 765px;
	margin-top: 400px;
	margin-right: 180px;
	height: 40px;
	/* background-color: blue; */	
}

#footer4 {
	position: absolute;	
	z-index: 15;
	padding: 0 0 0 0px; /* top right bottom left*/
	width: 765px;
	margin-top: 220px;
	margin-right: 180px;
	height: 40px;
	/* background-color: blue; */	
}
