BODY {
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	background : #990000;
	margin-top: 2px;
	margin-left: 2px;
	margin-right:2px;
	margin-bottom:2px;
      }
A {
          font-family : arial, helvetica, sans-serif;
          text-decoration : none;
      }
A:link {
          font-family : arial, helvetica, sans-serif;
          color : #0000ff;
      }
A:active {
          font-family : arial, helvetica, sans-serif;
          color : #990000;
      }
A:visited {
          font-family : arial, helvetica, sans-serif;
          color : #0000ff;
      }
A:hover {
          font-family : arial, helvetica, sans-serif;
          text-decoration : underline;
          color : #990000;
      }
.normal {
          font-family : arial, helvetica, sans-serif;
          font-size : 12px;
      }
.normal-small {
          font-family : arial, helvetica, sans-serif;
          font-size : 11px;
          font-style : normal;
          font-weight : normal;
          font-variant : normal;
      }
.SignLabel {
          font-weight : bold;
          font-size : 14px;
          color : #ffffff;
          font-family : arial, helvetica, sans-serif;
          background : #990000;
      }
.SignLabel1 {
          font-weight : bold;
          font-size : 14px;
          color : #000000;
          font-family : arial, helvetica, sans-serif;
          background : #ffcc33;
      }
a.dsps:link {
          font-family : arial, helvetica, sans-serif;
          color : #ffffff;
          font-size : 8px;
      }
a.dsps:visited {
          font-family : arial, helvetica, sans-serif;
          color : #ffffff;
      }
a.dsps:hover {
          text-decoration : underline;
          color : #0000ff;
      }
a.dsps:active {
          font-family : arial, helvetica, sans-serif;
          color : red;
      }
.hide {
          font-family : Arial, Helvetica, sans-serif;
          color : #ffffff;
      }
INPUT {
          font-size : 10px;
          color : #333333;
          font-family : arial, helvetica, sans-serif;
          background-color : #ffffdd;
      }
INPUT.submit {
          font-size : 10px;
          color : #000000;
          font-family : arial, helvetica, sans-serif;
          background : #ffffdd;
      }
SELECT {
          font-size : 10px;
          color : #333333;
          font-family : arial, helvetica, sans-serif;
          background-color : #ffffdd;
      }
TEXTAREA {
          font-size : 10px;
          color : #333333;
          font-family : arial, helvetica, sans-serif;
          background-color : #ffffdd;
      }
table.top {
          width : 970px;
		  padding : 3px;
          background-color : #ffffff;
          font-family : arial, helvetica, sans-serif;
          font-size : 11px;
          border : 1px solid #999999;
      }
table.menu {
          width : 970px;
          border : 1px solid #999999;
          background : #ffcc33;
          font-family : arial, helvetica, sans-serif;
          font-size : 11px;
      }
table.foot {
          width : 920px;
		  padding : 3px;
          border : 1px solid #999999;
          background : #ffffff;
      }
table.links {
          width : 970px;
          border : 1px solid #999999;
          background : #ffcc33;
          font-family : arial, helvetica, sans-serif;
          font-size : 14px;
      }
table.links td a {
          text-decoration : none;
          color : blue;
          background-color : #ffcc33;
          display : block;
          padding : 5px;
      }
table.links td a:hover {
          background-color : #990000;
          color : white;
          text-decoration : none;
      }
table.boxes {
          border : 1px solid #990000;
          background : #ffffff;
		  font-family : arial, helvetica, sans-serif;
          font-size : 12px;	
      }

	  
table.boxes1 {border : 1px solid #ffcc33;
          background : #ffffff;
		  font-family : arial, helvetica, sans-serif;
          font-size : 12px;	}	  
table.boxes1 td a {text-decoration : none;/*border-top: 2px #92afdb solid; border-bottom: 2px #92afdb solid;*/color : #A14921;
          /*background-color : #a14921;*/ display : block; padding : 5px 10px 5px 10px;}
table.boxes1 td a:hover {background-color : #990000; color : #ffff99; text-decoration : none;}


table.address {
          width : 770px;		  /*padding : 3px;
          border : 1px solid #999999;*/
          background : #ffffff;
          font-family : arial, helvetica, sans-serif;
          font-size : 11px;
          color : #444444;
		  		  text-align:center ;
      }
table.body {
          width : 970px;
         /* border : 1px solid #999999;*/
		  background : #ffffff;
		  padding : 0px;
		  font-family : arial, helvetica, sans-serif;
          font-size : 12px;	 
		  text-align:center ;
      }
	  
.bg_nav_right_header  { background-color: #ffffff; } 
    .nav_right_header       { color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
    .nav_right_headlines            { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: regular; }    
    .nav_right_category_name        { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }    
    .nav_right_category_header      { color: #ffffff; font-family: impact, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: regular; text-transform: uppercase; }
	
	table.campus {
          width : 700px;
          border : 1px solid #999999;
          background : #ffcc33;
          font-family : arial, helvetica, sans-serif;
          font-size : 11px;
      }
	  table.dir {border: 1px solid #990000; background-color: #FFFFFF; font-family: arial, helvetica, sans-serif; font-size: 10px}
	  
	  
/* Nav Menu Code*/
ul.nav {
  padding: 2px;
  margin: 1px;
  list-style: none;
  }
 
li.nav {
  float: left;
  position: relative;
  width: 150px;
  font-family : arial, helvetica, sans-serif;
  font-size : 11px;
  text-decoration : none;
  text-align : left; 
  padding-bottom: 2px;
  }
  
li li a:hover {
  background : #dddddd;
  text-decoration: underline;
  color: ffcc33;
  }
 
li ul.nav {
  display: none;
  position: absolute; 
  margin: 1px;
  top: 15px;
  left: 5px;
  background : #ffffff;
  border : 1px solid #999999;
  color : #000000;
  }
 
li > ul {
  top: auto;
  left: auto;
  }
 
#nav a {
  font-weight: none;
  color: black;
  text-decoration: none;
}
 
li:hover ul, li.over ul{ display: block; }

table.bodyHO {
          width : 700px;
          border : 1px solid #999999;
		  background : #ffffff;
		  padding : 3px;
		  font-family : arial, helvetica, sans-serif;
          font-size : 10px;	 
		  text-align:center ;
      }
.summary{font-family : arial, helvetica, sans-serif; font-size : 11px;	}



table.menu1 {
          width : 855px;
          background : #ffcc33;
          font-family : arial, helvetica, sans-serif;
          font-size : 11px;
      }
	  
	  table.links1 {
          width : 960px;
          background : #ffcc33;
          font-family : arial, helvetica, sans-serif;
          font-size : 14px;
      }
table.links1 td a {
          text-decoration : none;
          color : blue;
          background-color : #ffcc33;
          display : block;
          padding : 5px;
      }
table.links1 td a:hover {
          background-color : #990000;
          color : white;
          text-decoration : none;
      }
	  
.address {
          font-family : arial, helvetica, sans-serif;
          font-size : 11px;
          color : #444444;
		  text-align:center ;
      }
	  
	  table.box1 {
          padding : 5px;
          border : 1px solid #ffcc33;
		  font-family : arial, helvetica, sans-serif;
          font-size : 12px;	
      }
	  
table.sports {width : 175px; /*background : #ffcc33;*/ font-family: tahoma, times-new roman, serif; font-size : 14px;}	  
table.sports td a {text-decoration : none;/*border-top: 2px #92afdb solid; border-bottom: 2px #92afdb solid;*/color : #A14921;
          /*background-color : #a14921;*/ display : block; padding : 5px 5px 5px 5px;}
table.sports td a:hover {background-color : #ffff99; color : #990000; text-decoration : none;}

table.sportadmin {width : 200px; /*background : #ffcc33;*/ font-family: tahoma, times-new roman, serif; font-size : 14px;}	  
table.sportadmin td a {text-decoration : none;/*border-top: 2px #92afdb solid; border-bottom: 2px #92afdb solid;*/color : #A14921;
          /*background-color : #a14921;*/ display : block; padding : 5px 5px 5px 5px;}
table.sportadmin td a:hover {background-color : #990000; color : #ffff99; text-decoration : none;}

table.top1 {
          width : 970px;
		  /*padding : 3px;*/
          background-color : #ffffff;
          font-family : arial, helvetica, sans-serif;
          font-size : 11px;
        /*  border : 1px solid #999999;*/
      }
	  
	  table.foot1 {
          width : 870px;
		  /*padding : 3px;*/
          background-color : #ffffff;
          font-family : arial, helvetica, sans-serif;
          font-size : 11px;
        /*  border : 1px solid #999999;*/
      }
