body, div, span, table, tr, td, thead, tbody, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, img, p { margin: 0px; padding: 0px; border: none; }

body { font-size: 100%; font-family: Arial, Helvetica, sans-serif; background: white; color: black; }




a {text-decoration: none;font-weight: bold;	}
a:hover {text-decoration: underline; }
a img {border: none;}
a:link, a:visited { color: #006699; }
a:hover { color: #FF6600; }
a:active { color: #0099CC; }

p {
  padding-bottom: 4px;
}

ul, ol, dl {
  margin-left: 30px;
}

h1 {
  font-size: 1.4em;
  padding-bottom: 12px;
}
h2 {
  font-size: 1em; font-weight: bold;
  margin-bottom: 6px;
}

#container { margin: 18px; }
#pageHeader {
	border-bottom: 1px solid #990000;
	padding-bottom: 12px;
}

#tagline {
  float: right;
	font-weight: bold; 
  padding-top: 50px;
}
#logo { width: 300px; }


#pageMenu {
	font-size: 1em;
	font-weight: bold;
	color: #003366;
}
#pageMenu ul { margin-left: 0; margin-top: 12px; clear: both; }
#pageMenu ul, #pageMenu ul li { list-style: none; }
#pageMenu ul li { float: left; line-height: 1.8em;}



#pageMain {
	clear: both;
  padding-top: 6px;
}
#pageMainLeft {
	float: left;
	width: 300px;
	border: 1px solid #ccc;
}


#pageMainRight {
	margin-left: 312px;
	border: 1px solid #ccc;
  background-color: #ffffcc;
  color: #000;
  padding: 12px;
  font-size: 1em;
}

.directorylist, .searchbox {
  padding: 12px;
}
.directorylist ul { margin-left: 24px;  }
.directorylist ul li { }

.directorylist ul { margin-left: 24px;  }
.directorylist ul li ul li a { color: #cc0000; }

#pageFooter { padding-top: 12px; border-top: 1px solid #990000; }


/*--------------------------------*/

.underline {
  text-decoration: underline;
}
.code {
  font-family: "Courier New", Courier, monospace;
}
.quote, q, blockquote {
  font-style: italic;
}
.clear {
	clear: both;
}
.smallsize {
  font-style: italic;
  font-size: 0.8em;
  color: #666;
  font-weight: normal;
}


.newsitem, .searchitem {
  padding-bottom: 16px;
  border-bottom: 1px solid #999;
  margin-bottom: 16px; 
}

.highlight {
  color: #FFFFCC;
  background-color: #006699;
}
