/* CSS Document */
body {
	text-align: center; /* Centers main content (for older browsers) */
	margin: 0px;
	background-color: #e5e5e5;
	font-family: "Euphemia", "Plantagenet Lakota", "Aboriginal Sans", "Arial Unicode MS", "Trebuchet MS", Optima, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#MainWrapper {
	width:760px;
	position:relative;
	z-index:1;
	text-align: left; /* Puts text back to left-align */
	margin: auto auto 50px auto; /* Centers main content */
	padding: 0px;
}
#ColorBar {
  width: 760px;
  height: 28px;
  background: transparent url(http://www.sintegleska.edu/_htmlassets/color_bar_760_20_noborder.png) repeat-y scroll left;
}
#SguName {
  position: relative;
  top: -26px;
  left: 105px;
  height: 0px;
  color: white;
	font-family: "Plantagenet Lakota", "Aboriginal Serif", abromanserif, "Palatino Linotype", "Big Caslon", "Times New Roman", Times, serif;
	font-size: 18px;
}
#SguName a {
  color: white;
  text-decoration: none;
}
#SearchBox {
  background-color: gray;
  height: 0px;
  position: relative;
  top: -26px;
  padding-right: 4px;
  text-align: right;
}
#HeaderBlock {
  width:760px;
  background-color: #fcfcff; /*#fff6ff;*/
  /*border-bottom: 1px solid #e5e5e5;*/
  padding-top: 4px;
  /*padding-bottom: 0px;*/
}
#HeaderSubNav {
  height: 14px;
  line-height: 14px;
  /*text-align: right;*/
  background:transparent url(http://www.sintegleska.edu/_htmlassets/bgSheet.png) repeat-x scroll left;
  /*background-color: #ddddee;*/ /*#dedeff;*/
  padding: 4px 8px 2px 108px;
  margin-top: 4px;
}

#HeaderSubNav {
  background-position: 0px -917px;   /*-895px;*/   /*-917px;*/   /*-1049px;*/
}

#HeaderSubNav a {
  /*color: #333366;*/
  color: black;
}
#Logo {
  width: 53px;
  height: 88px;
  /*width:53px;*/
  /* padding-bottom: 4px; */
}
#LogoBox {
  height: 0px;
  position: relative;
  top: -29px;
}
#MainBody {
  background-color: #ffffff;
  padding:8px;
  width:744px;
}
#FooterNavBlock {
	border-top: 1px solid #bbbbbb;
  margin-top: 32px;
  padding-top: 8px;
	font-size: 15px;
  text-align: center;
}
#FooterSguAddresses {
  margin-top: 32px;
  text-align: center;
}
#FooterSguDirections {
  text-align: center;
}
#FooterSguPhoneNumbers {
  margin-top: 16px;
  text-align: center;
}
#PageFeedback {
	border: 1px solid #bbbbbb;
  margin-top: 16px;
	padding: 8px;
  text-align: center;
}
#FooterLegalNotice {
  margin-top: 8px;
  text-align: center;
	font-family: "Euphemia", "Plantagenet Lakota", "Aboriginal Sans", "Arial Unicode MS", "Trebuchet MS", Optima, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

a {
	color: #753300;
	/* #0000f5; #0f0fff; #002eb8 #377678; */
  /*text-decoration: none;*/
}
a:link, a:active {
  /*font-weight: bold;*/
  /*text-decoration: none;*/
}
a:hover {
  text-decoration: underline;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Plantagenet Lakota", "Aboriginal Serif", abromanserif, "Palatino Linotype", "Big Caslon", "Times New Roman", Times, serif;
	font-size: 16px;
}

