@import "structure.css";
@import "newsdb_calendar.css";

body  {
 font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  background-color: #cccccc;
  background-image: none;
  background-repeat: repeat;
	background-image:url(/assu/images/elements/bodytile.png);
}

/* TOPBANNER */
#topbanner {
  border: 1px #ffffff solid;
}
#topbanner img {
}

/* TOPNAV */
#topnav {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  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: #990033;
	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: #ffffff;
	background-color: #990033;
	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-size: 1.7em;
	font-weight: bold;
	margin-bottom: 0.75em;
	margin-top: 1.5em;
	color: #990033;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
	color: #993366;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: .75em;
  margin-top: 1.5em;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
	color: #000000;
  font-size: 1.20em;
  font-weight: bold;
  margin-bottom: .75em;
  margin-top: 1.5em;
}

a {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #990033;
	text-decoration: none;
}
a:hover {
  color: #006699;
  text-decoration: underline;
}

img.left {
  float:left;
  border: 1px solid #7a0eb0;
  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 #7a0eb0;
  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 hr {
  clear: both;
}
.person img {
  margin-top: 0;
  margin-bottom: 1em;
}
