@import "structure.css";
@import "newsdb_calendar.css";

body    {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color:#003366;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;

	color: #000000;
}

/* TOPBANNER */
#topbanner {
  border: 1px #ffffff solid;
}
#topbanner img {
}

/* TOPNAV */
#topnav {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
  background-image: url(../../images/elements/topnavbutton1.gif);
}
#topnav ul {}
#topnav li {}
#topnav li a {color: #ffffff; text-decoration: none; font-weight: bold;}
#topnav lib a b {}
#topnav li a:hover {color: #ffffff; background: #000000 url(../../images/elements/topnavbutton4.gif);}
#topnav li a:hover b {background: url(../../images/elements/topnavbutton4.gif) no-repeat right top;}
#topnav li.current a {color: #ffffff; background: url(../../images/elements/topnavbutton3.gif);}
#topnav li.current a b {background: url(../../images/elements/topnavbutton3.gif) no-repeat right top;}
#topnav li.current a:hover {color: #ffffff; background: #000000 url(../../images/elements/topnavbutton3.gif); cursor:default;}
#topnav li.current a:hover b {background: url(../../images/elements/topnavbutton3.gif) no-repeat right top; cursor:default;}

/* MAIN */
#main {
}

/* SIDENAV */
#sidenav {
  background: #FFFFFF;
}
#sidenav h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  background-color: #993300;
  font-size: 1em;
  font-weight: bold;
}
#sidenav li {
  border-top: 1px solid #FFFFFF;
  border-right: none;
  border-bottom: 1px dotted #CCCCCC;
  border-left: none;
}
#sidenav a {
  border-top: 1px solid #FFFFFF;
  border-right: none;
  border-bottom: 1px solid #FFFFFF;
  border-left: none;
  font-size: 1em;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
  background-image: url(../../images/elements/sidenavarrow.gif);
  background-repeat:no-repeat;
}
#sidenav a:hover {
  color: #363636;
  background-color: #999999;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#sidenav form {
}
#sidenav input[type="text"] {
  border: 1px solid #cccccc;
}

/* CONTENT */
#content {
  background: #FFFFFF;
}
#contentbanner {
}

/* FOOTER */
#footer {
  background-color: #FFFFFF;
}
#footer #copyright img {
}
#footer #logo{
}
#footer a {
  font-weight: bold;
  color: #666666;
  text-decoration: underline;
}
#footer a:hover {
  color: #333333;
}

/*** OTHER STYLES ***/




h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 2px;
	margin-top: 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #993300;
	margin-bottom: 8px;
	margin-top: 18px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #006699;
	margin-bottom: 8px;
	margin-top: 18px;
}
a {
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  color: #003366;
  text-decoration: none;
}
a:hover {
  color: #006699;
  text-decoration: underline;
}

img.left {
  float:left;
  border: 1px solid #333333;
  margin-top: 0.5em;
  margin-right: 0.75em;
  margin-bottom: 0.5em;
  margin-left: 0.25em;
  border: 0;
  padding: 2px 2px 2px 2px;
}

img.right {
  float:right;
  border: 1px solid #333333;
  margin-top: 0.5em;
  margin-right: 0.25em;
  margin-bottom: 0.5em;
  margin-left: 0.75em;
  border: 0;
  padding: 2px 2px 2px 2px;
}

img {
  border: 0;
}

p {
  margin: 0;
  padding: 0.25em 0;
}

p.arrow {
  background:url(../../images/elements/arrow.gif) no-repeat ; 
  padding: 0px 0px 0px 22px;
}

.paws A:link {text-decoration: underline overline}
.paws A:visited {text-decoration: underline overline}
.paws A:active {text-decoration: underline overline}
.paws A:hover {text-decoration: underline; color: green;}

.peoplelist {
}
.peoplelist hr {
  clear: both;
}
.person {
  clear: both;
  min-height: 8em;
  margin-top: 0;
  margin-bottom: 2em;
}
.person h2 {
  clear: both;
}
.person img {
  margin-top: 0;
  margin-bottom: 1em;
}
.person hr {
  clear: both;
}

