/*  This CSS Should ONLY be connected to root level default.asp  */
/*    All other pages will access the style sheet in the .dll    */
/* The top portion of this CSS is a copy of what5 is in the .dll */
body {
  background-color: #e5e5d0;
}


/* SCSU Header */
#scsu-shell {
  width: 100%;
  margin: 0px auto;
}
#scsu-tool-navigation {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .75em;
  padding: 2px 2px 6px 2px;
}
#scsu-tool-navigation a {
  color: #432b2f;
  text-decoration: none;
}
#scsu-tool-navigation a:hover {
  color: #000000;
  text-decoration: underline;
}
#scsu-header {
  height: 42px;
  background-image:url(/images/shell/scsu-top-back.png);
  background-repeat:repeat-x;
}
#scsu-banner-navigation {
  border-top: 1px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-bottom: 1px solid #432b2f;
  background-color:#432b2f;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
#scsu-banner-navigation ul {
  margin: 0px;
  padding: 0px;
}
#scsu-banner-navigation li {
  display: inline;
  margin: 0px;
  padding: 0px;
}
#scsu-banner-navigation a {
  padding: 1px 9px 1px 9px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: .75em;
}
#scsu-banner-navigation a:hover {
  color: #e0861a;
}
#scsu-content-holder {
  border-top: 1px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  overflow: auto;
}
/* Mainpage NEWS */
#teaser h2.newsteasertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 2px 4px 2px 4px;
	margin: 0px;
}
#teaser p.newsdate {
	font-size: .65em;
	color: #666666;
	margin: 0px;
	padding: 0px 4px 0px 4px;
}
#teaser li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}
#teaser li li {
	font-size: 1em;
}
#AnnouncementItems ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#AnnouncementItems li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
#AnnouncementItems a {
	display: block;
	padding: 2px 2px 3px 2px;
	border-bottom: 1px solid #cccccc;
	font-size: .8em;
	color: #333333;
	text-decoration: none;
}
#AnnouncementItems a:hover {
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
	color: #990000;
	text-decoration: none;
}
/* SCSU-Footer */
#scsu-footer {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  padding: 3px;
  background-image:url(/images/shell/footer-bg.gif);
  background-repeat:no-repeat;
  background-color:#ffffff;
  clear: all;
}
#scsu-footer h3 {
  margin: 0px 0px 4px 0px;
  padding: 0px;
  font-size: .75em;
  font-weight: bold;
  float: left;
}
#scsu-footer p {
  font-size: .65em;
}
#scsu-footer-footnote {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: .65em;
}

/* Mainpage ONLY Styles*/
.scsumainimage {
	border-top: 1px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
}

