body {
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.sc.edu/vmps/images/sc_edu_bg_tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.menubg {
  background-image: url('../images/nav_fade.jpg');
  background-repeat: no-repeat;
  background-position: bottom; 
}

.dotline {
	border-top: 1px dashed #909090;
	padding-top: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

a:visited 
{
  color: #990000;
}	
            
.searchScope {
  background: #313F44;
  color: white;
  font-size: 10px;
}

.lftNav {
  color: white;
  font-size: 11px;
  font-weight: bold;
}

.lftNav a:link {
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.lftNav a:visited {
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.lftNav a:hover {
  color: white;
  text-decoration: underline;
}

.lftNav a:active {
  color: white;
  text-decoration: underline;
}

.lftNavSub {
  color: white;
  font-size: 10px;
}

.lftNavSub a:link {
  color: white;
  font-size: 10px;
  text-decoration: none;
}

.lftNavSub a:visited {
  color: white;
  font-size: 10px;
  text-decoration: none;
}

.lftNavSub a:hover {
  color: white;
  text-decoration: underline;
}

.lftNavSub a:active {
  color: white;
  text-decoration: underline;
}

.searchScope 
{
	 background:#cccccc;
	 color:black;
}


.address {
	color: black;
	font-size: 11px;
	line-height: 13px;
}

.address a:link {
  color: black;
  font-size: 11px;
  text-decoration: none;
}

.address a:visited {
  color: black;
  font-size: 11px;
  text-decoration: none;
}

.address a:hover {
  color: black;
  text-decoration: underline;
}

.address a:active {
  color: black;
  text-decoration: underline;
}

.AFV {
	background-color: #f0f0f0;
	background-image: url(../images/AFV_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.gameday {
	background-color: #f0f0f0;
	background-image: url(../images/gameday_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.garnetarrow {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
	list-style-image: url(../images/arrow.png);
	margin-bottom: 0px;
	padding-bottom: 0px;
}