HTML, BODY, #container {
	width: 100%;	/* make the body expand to fill the visible window */
	height: 100%;
	overflow: hidden;	/* erase window level scrollbars */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#header {
	width: 100%;
	height: 95px;
	background-color: #284e95;
	text-align: right;
	background-image:url(templates/portal_header.jpg);
	background-repeat: no-repeat;
}

#amportal {
    margin: 0px;
	width: 100%;
	height: 100%;
	border: 1px solid black;
}

#wrapper {
	height: 100%;
	width: 100%;
}

#header_links {
	position: absolute;
	width: 100%;
	top: 76px;
	height: 15px;
	padding-left: 15px;
	vertical-align: middle;
	padding-bottom: 0px;
}

.link_wrapper {
	padding-left: 150px;
}

a.header:link {
font-family: Helvetica,Arial,sans-serif; 
font-size: 12px;
color:#FFFFFF; 
text-decoration:none; 
font-weight: bold;
}
 
a.header:visited {
font-family: Helvetica,Arial,sans-serif; 
font-size: 12px;
color:#FFFFFF; 
text-decoration:none; 
font-weight: bold;
} 

a.header:hover {
font-family: Helvetica,Arial,sans-serif; 
font-size: 12px;
color:#FFFFFF; 
text-decoration:underline; 
font-weight: bold;
} 

