@charset "utf-8";

/* ==============================
  REGZA Web Print Style
  File: /regza/common/09/print.css
  Last Modified: 2009-01-21	
============================== */


/* Base Settings
----------------------------------------------------------- */


#container {
	width:732px;
}

a:link {color: #005080;}
a:active {color: #005080;}
a:hover {text-decoration: none; color:#FF0000;}
a:visited {color:#005080;}



/* #header
----------------------------------------------------------- */

#header {
	width: 732px;
	height:64px;
}

#header #logo {
	float: left;
	width: 161px;
}

#header .navskip {
	display: none;
} 

#header #helpMenu {
	display:none;
}


/* #brand
----------------------------------------------------------- */

#brand {
	clear:both;
	width:720px;
	height:50px;
	background:none;
	text-indent:-20px;
}




/* #globalNavigation
----------------------------------------------------------- */

#globalNavigation {
	display:none;
}

#globalNavigation ul {
	display:none;
}



/* #crumb
----------------------------------------------------------- */

#crumb {
	display:none;
}

#crumb p{
	display:none;
}

ul#localNavigation {
	display:none;
}

ul#localNavigation li img {
	display:none;
}




/* #content
----------------------------------------------------------- */

#content {
	float:left;
	display:inline;
	width:720px;
	margin:0 0 18px 12px;
}


/* #main
----------------------------------------------------------- */

#main {
	float:left;
	width:720px;
	font-size:84%;
	margin:0;
}


/* #sub
----------------------------------------------------------- */

#sub {
	display:none;
}


/* #dividerLine
----------------------------------------------------------- */

#dividerLine {
	display:none;
}


/* #directoryNavigation
----------------------------------------------------------- */

#directoryNavigation {
	display:none;
}


/* #footer
----------------------------------------------------------- */

#footer {
	clear: both;
	font-size: 70%;
	width: 720px;
	height:30px;
	margin:0 0 0 12px;
	background:#00421C;
}

#footer p {
	display:none;
}

#footer address {
	display:inline;
	width: 340px;
	margin:9px 0 5px 368px;
}

