/* SPECIAL NETSCAPE 4 STYLESHEET
No other browsers use this, and much of it is "undone" by netscape4undo.css */

body {
	margin: 0px 0px 0px 0px;
	background-color: white;
	color: #3a3737;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

a:link { color: #344178; }
a:visited { color: #4b5065; }
a:active { color: black; }
a:hover {
	color: #7E1935;
	text-decoration: underline;
}

div.menubar {
  width: 200px;
  border: 1px solid #FFE8C1;
  margin-top: 10px;
  background-color: #FFE8C1;
  float:left;
  /*
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;*/
}

div.browsernote {
	float: right;
	width: 200px;
	padding: 10px;
	background-color: #CCCCCC;
	/*z-index: 1;*/
}

div.container { margin-left: 0px; margin-top:0px;}
div.main {
  /*width: 440px;*/
  margin-left: 20px;
  margin-right: 20px;
}

.menuItems { display: none; }

address {
	padding-bottom: 12px;
	font-style: normal;
}


div.column1 {
	float: left;
	width: 210px;
	margin-bottom: 10px;
}

#showSearchButton, #hideSearchButton { display: none; }

h2.htitle, div.crumbs{
/*margin-left:210px;*/
}

#footer 
{
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#3a3737;
	margin-right:10px;
	margin-top:150px;
	margin-left:250px;
	text-align:left;
	color: Gray;
	font-size:x-small;
}

div.header {
background-image: url(/images/nav/main-title2-background.gif);
width:100%;
margin-top:0px;
}


