/* Body */

BODY	{
	/* background-image:;
	background-position:;
	background-attachment:;
	background-repeat:; */
	background-color:;
	font-family: Verdana;
	/*margin-left: 5%;
	margin-right: 5%;*/
	}
	
/* Links */
/*unvisited link*/
a:link {
  font-weight: bold;
  background-color: #ffffff;
	color:#FFF3C2;
  text-decoration:underline;
  }

/*visited links*/
a:visited {
  font-weight:bold;
  background-color: #ffffff;
	color:#FFF3C2;
	text-decoration:underline;
	}

a:hover {
  /*font-weight: bold;*/
  background: #FFF3C2;
  color: #870831;
  text-decoration:underline;
  }

/*Class for sidebar navigation links*/
a.sidebar:link {
  font-weight:;
  background-color: #FFFFFF;
  color:#914339;
  text-decoration:underline;
	}

a.sidebar:visited {
	font-weight:;
	text-decoration: underline;
  background-color: #FFFFFF;
	color:#914339;
	}

a.sidebar:hover {
  /*font-weight: bold;*/
  background: #FFFFFF;
  color: #914339;
  text-decoration:underline;	
	}

/*Class for rightnav specialty links*/
a.rightnav:link {
  font-weight:;
  background-color: #FAE9D2;
  color:#914339;
  text-decoration:underline;
	}

a.rightnav:visited {
	font-weight:;
	text-decoration: underline;
  background-color: #FAE9D2;
	color:#914339;
	}

a.rightnav:hover {
  /*font-weight: bold;*/
  background: #FAE9D2;
  color: #914339;
  text-decoration:underline;	
	}
		
/*Class for in-page links*/
a.inpage:link {
	font-weight: bold;
	text-decoration: underline;
  background-color: #ffffff;
	color: #8B0738;
	}
	
a.inpage:visited {
  font-weight: bold;
	text-decoration: underline;
  background-color: #ffffff;
	color: #8B0738;
	}
	
/*Class for graphics links*/
a.graphic:link {
	font-weight: bold;
	text-decoration: none;
  background-color: #f0f8ff;
	border: none;
	}
	
a.graphic:visited {
	font-weight: bold;
	text-decoration: none;
  background-color: #f0f8ff;
	border: none;
	}
	
	/*Class for event links*/
a.topnav:link {
	font-weight: bold;
	text-decoration: none;
  background-color: #ffffff;
	color: #8B0738;
	}

a.topnav:visited {
  font-weight: bold;
	text-decoration: none;
  background-color: #ffffff;
	color: #8B0738;
	}

