body {
	height: 100%;	
	text-align: center;
}
/*
html, body 
{
    padding-top: 8px;
 
  margin: 0;
  height: 100%;
  text-align: center;
}*/


#container {
	border: 0px solid #9e9ec3;
	margin: 0px auto;
	width: 790px;
	text-align: center;
	}

input {
	padding-left: 2px;
	background-color: #fff;
	color: #000;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}


/* Page Header */

#page_header {
	width: 790px;
	height: 113px;
	color: #fff;

	}
	
	#page_header a span 
	{
	    visibility:hidden;
	    background-repeat: no-repeat;
	}

#page_header a {	
	text-decoration: none;
	background: url('IMAGES/ASI_LOGO_TOP.jpg') no-repeat 100% 100%;
	
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 790px;
	height: 113px; 	
	color: #fff;
}

#page_header a:hover {
	color: #e1e1e1;
}

/*#page_heading h1 {
	width: 190px;
	height: 52px;	
	float: left;
}

#page_heading h2 {
	width: 190px;
	height: 16px;	
	float: left;
	clear: both;
}

#page_headerlinks {
	padding-right: 20px;

	width: 275px;
	float: right;
	text-align: left;
	word-spacing: -1px;
}

#page_headerlinks ul {
	list-style-type: none;	
}

#page_headerlinks li {
	padding: 0px 10px 0px 9px;
	float: left;
	list-style-type: none;
	
}

#page_headerlinks li.last {
	padding-right: 0px;
	background: none;
}

#page_headersearch {
	padding-right: 30px;
	padding-top: 25px;
	float: right;
	clear: right;
	width: 255px;
	text-align: left;
	word-spacing: -1px;
	overflow : hidden;
}

#page_headersearch h3 {
	float: left;
	font-weight: bold;
	font-size: 12px;
}

#page_headersearch form {
	padding-left: 3px;
	float: left;
}

#page_headersearch input {
	margin-top: 1px;
	padding-left: 2px;
	width: 158px;
	height: 14px;
	float: left;
	border: none;
}

#page_headersearch input.button {
	padding: 0px;
	margin-top: 0px;
	margin-left: 5px;
	width: 34px;
	height: 16px;
	background-color: transparent;
	float: left;
}*/


/* Main Navigation Menu */

#page_menu {
	margin-bottom: 0px;
	width: 790px;
	height: 52px;
	display: block;
}

#page_menu ul {
	width: 790px;
	height: 52px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li {
	margin-right: 1px;
	width: 123px;
	height: 52px;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: Black;

}

#page_menu li.last {
	margin-right: 0px;
	width: 144px; 
	content: ".";
    display:block;
    height: 52px;
    clear:both;
    visibility: hidden;
}

#page_menu a {
	padding-top: 3px;
	display: block;
	color:  #fff;
	text-decoration: none;
}

#page_menu a:hover {
	color: #e1e1e1;
}

/* Main Sub-Navigation Menu */

#page_submenu {	
	margin-bottom: 1px;
	width: 790px;
		height: 29px;	
		clear: both;	
	}

#page_submenu ul {
	border: none;	
width: 790px;
		height: 29px;
		list-style-type: none;
		overflow: hidden;
		clear: left;
	}

#page_submenu li {
	border: none;		
	height: 29px;
		float: left;
		overflow: hidden;
		text-align: left;
		font-size: 11px;
		font-weight: bold;
		color: Black;
		background-color: #f0f0f0;
		
}

#page_submenu li.last {
border: none;
	margin-right: 0px;
	width: 110px;
}

#page_submenu a:hover {
	color: #e1e1e1;
}

/* Main PRE-Navigation Menu */

#page_premenu {
	margin-bottom: 0px;
	width: 780px;
	
	}
#page_premenu ul {
	border: none;
width: 780px;
		height: 29px;
		list-style-type: none;
		overflow: hidden;
	}

#page_premenu li {
	border: none;		
	height: 29px;
		float: left;
		overflow: hidden;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		color: Black;
		
}

#page_premenu li.last {
border: none;
	margin-right: 0px;
	width: 110px;
}

#page_premenu a {
border: none;
	padding-top: 0px;
	display: block;
	color:  black;
	text-decoration: none;
	width: 113px;
	height: 29px;
}

#page_premenu a:hover {
	color: #e1e1e1;
}



