body {
	background:#6699CC url(/webdata/graphics/GUI_background_2.gif) repeat-x top left;
	padding:0;
	margin: 0;
	}
#headerLogo {
	position:absolute;
	top: 0;
	left: 0;
	width:258px;
	height:83px;
	}

#pageContent {
	width:660px;
	margin-left:40px;
	/*padding-top:157px;*/
	}

#printPage {
	position:absolute;
	top:138px;
	left:688px;
	width:83px;
	height:18px;
	cursor:pointer;
	}
#menuBg {
	position:absolute;
	top:91px;
	left: 0;
	width:780px;
	height:42px;
	}




/*
==================================================================== 
SEARCH FORM 
*/
#searchFormBg {
	position:absolute;
	top:5px;
	left:547px;
	width:233px;
	height:29px;
	background-image:url(/webdata/graphics/search_btn.gif);
	background-repeat:no-repeat;
	}
#searchForm {
	position:absolute;
	top:5px;
	left:587px;
	height:29px;
	}
.searchInput {
	background:#DBFAFF;
	font:14px/14px arial,sans-serif;
	border-top:1px solid #484036;
	border-left:1px solid #484036;
	border-right:1px solid #F2E6DD;
	border-bottom:1px solid #F2E6DD;
	vertical-align:middle;
	width:134px;
	margin-top:3px;
	}
.searchBtn {
	margin-left:7px;
	vertical-align:middle;
	cursor:pointer;
	margin-top:3px;
	}




/*
==================================================================== 
FOOTER
*/
#footer {border-top:1px solid #ffffff;
	height:152px;
	background-image:url(/webdata/graphics/footer_bg.jpg);
	background-repeat:no-repeat;
	}
#footerBackTo {
	margin-left:51px;
	margin-top:20px;
	margin-bottom:5px;
	}
#backToTop {
	width:76px;
	height:17px;
	cursor:pointer;
	}
#backToHome {
	width:86px;
	height:17px;
	margin-left:20px;
	cursor:pointer;
	}
#footerText {
	height:105px;
	padding-left:120px;
	background-image:url(/webdata/graphics/footer_logo.gif);
	background-repeat:no-repeat;
	}
.footerText {
	font:12px/13px arial,sans-serif;
	color:#ffffff;
	}
a.footerText:link {
	color:#FFFFFF;
	text-decoration:none;
	}
a.footerText:active {
	color:#FFFFFF;
	text-decoration:underline;
	}
a.footerText:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
a.footerText:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
#footerTextLine1 {
	padding-top:18px;
	}
#footerTextLine2 {
	padding-top:15px;
	}


/*
==================================================================== 
OTHER SPECIAL ITEMS
*/

/*
back button links

for <a> tags saying 'back to' etc.
*/
.backToLink {
	padding-left:9px;
	background:url(/webdata/graphics/back_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
.goToLink {
	padding-right:9px;
	background:url(/webdata/graphics/fwd_arrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
	}



