
html, body { background-color:#069; color:#fff; font-family: verdana, lucida, helvetica,arial,sans-serif; font-size:14px;}

/* cuz N4's a pain sometimes */
td {font-family: verdana,lucida, helvetica,arial,sans-serif; font-size:14px; }
div {font-family: verdana,lucida, helvetica,arial,sans-serif; }
/* mega and mega2 divs hold everything, a centering cheat for the Netscapes */
#mega { text-align:center;  width:99%;  }
/* stupid but mega2 requires a border to work */
#mega2 { width:600px; border: #069 1px solid; text-align:center; margin:auto; }
/* header area */
#header { width:600px; align:center; background-image:url(img/catalogq_bg.gif);
          border: #fff 1px solid; color:#fff; padding-top:10px; padding-bottom:10px; }
h1 { text-align:center; }

/* white area with nav and content */
#main {background-color:#fff; color:#9cf; margin-top:20px; width:600px; align:center;  }


/* These are for right content column inside main */
#contcol { border:#fff 1px solid; width:450px; background-color:#fff;  }
#conthed { color:#069; text-align:left; font-size:16px; font-weight:bold; padding:3px; width:400px; }
#content { color:#069; text-align:left; padding:8px;}
form td { color:#069; font-weight:bold;}
h2 { color:#069; font-weight:bold; font-size:18px;}

#copyright { background-color:#fff; color:#069; font-size:12px; text-align:center; }

#Catqsearch th { color:#069; font-weight:bold; text-align:left; font-size:14px; padding-top:20px; }
#Catqsearch th span { font-size:12px;}
.results th { color:#069; font-weight:bold; text-align:left; font-size:14px; padding-top:20px; }

a { color:#099;  }
a:link, a:visited { color:#099; }
a:hover { color:#309; }

.orglinks {width:500px; height:30px; overflow:none; }
.orglinks a { background-color:#39c;  color:#fff;  font-weight:bold; text-decoration:none;}
.orglinks td {text-align:center; background-color:#39c;  }

input.button {cursor:hand; }
