html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  vertical-align: baseline;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}/* AltFooterStick compatible layout. Generated by I2RD CMS Fri Dec 28 21:43:36 UTC 2007 */
#header {
  width: auto;
  clear: both;
  height: auto;
}
#column1 {
  width: 32.0%;
  height: auto;
  float: left;
}
#e_column_0 {
  width: auto;
  clear: both;
  height: auto;
}
#column2 {
  width: 32.0%;
  height: auto;
  float: left;
}
#column3 {
  width: 32.0%;
  height: auto;
  float: left;
}
#footer {
  width: auto;
  clear: both;
  height: auto;
}
#e_content {
  width: auto;
  clear: both;
  height: auto;
}
/*
BASIC STYLE	
Filename: styles.css
Author: Bret McVey / Vivian Clark
Company: Nebraska Sports Council
*/
/* Layout Styles */

body {
  background: #003256 url(/resources/all/files/26891/_fn/bg.gif) repeat-x center top;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.page {
  margin: 0 auto;
  padding: 0;
  width: 784px;
  text-align: center;
}
/* Header ------------------------------------------------- */
#header {
  background: transparent url(/resources/all/files/26907/_fn/masthead-bg2.jpg) no-repeat center top;
  height: 84px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 784px;
}		
#logo {
  background: url(/resources/all/files/26911/_fn/NSC.gif) no-repeat center;
  float: left;
  margin: 0;
  padding: 0 0 0 8px;
  width: 186px;
}
#logo h1 a {
  display: block;
  width: 186px;
  height: 75px;
  text-indent: -4000em;
}
/* Columns ---------------------------------------------- */
#e_content {
  background: transparent url(/resources/all/files/26893/_fn/contentbox-bg.jpg) repeat-y center top;
  clear: both;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  text-align: center;
  width: 784px
}
#e_column_0 {
  margin: 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
  width: 750px;
}



/* footer ----------------------------------------*/

#footer {
  background: transparent url(/resources/all/files/26899/_fn/footer-bg.jpg) no-repeat center bottom;
  border: 0;
  clear: both;
  height: 40px;
  margin: 0;
  padding: 15px 0 0 0;
  text-align: left;
  width: 784px;
}
#footer p {
  border-top: 1px #555 solid;
  color: #555;
  font-size: 10px;
  margin: 0 20px;
  padding: 5px 20px 0 20px;
}
#footer a {
  font-weight: bold;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}


/* General styles */
/* --------------------------------------------------------- */
a:link, a:visited {
  color: #11557E; 
  text-decoration: none;
}
a:hover, a:active { 
  color: #B6232A; 
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #11557E;
  font: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 22pt;
}
h3 {
  font-size: 12pt; 
  text-transform: uppercase;
}
h4 {
  color: #860909;
  font-size: 11pt;
}
h5 {
  font-size: 11pt;
  text-transform: uppercase;
}

p {
  font-size: 10pt; 
  margin: 0 0 15px 0; 
  padding: 0;
}
td {
  font-size: 10pt;
}
#column2 ul {
  padding: 15px;
  font-size: 10pt; 
  list-style-type: square;
}
blockquote {
  margin: -6px 0 20px 15px; 
  padding: 0;
}
img {
  border: 0;
}
#column1, #column3 {
  display: none
}

#column2 {
  float: left;
  margin: 0;
  padding: 12px 20px 20px 20px;
  text-align: left;
  width: 704px;
  z-index: 5;
}

/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}
/* Menu Styles */

#topnav {
  float: left;
  margin: 0;
  padding: 40px 10px 5px 5px;
  text-align: center;
  width: 500px;
}

#topnav ul, 
#topnav li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

#topnav a {
  color: #FFF;
  float: left;
  line-height: 14px;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  padding: 0 10px 3px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#topnav a:hover {
  border-bottom: 3px #FFF solid; 
  color: #FFFFCC; 
}


