/* Body */

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

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

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

/*Class for misc toolbar links*/
a.toolbar:link {
  font-weight: bold;
  background-color: #6699cc;
  color:#ffffcc;
  text-decoration:underline;
	}

a.toolbar:visited {
	font-weight: bold;
	text-decoration: underline;
  background-color: #6699cc;
	color:#ffffcc;
	}

/*Class for admin sort display links*/
a.adminsort:link {
  font-weight: bold;
	background-color: #669ACC;
  color:#ffffff;
  text-decoration:underline;
	}

a.adminsort:visited {
  font-weight: bold;
	text-decoration: underline;
  background-color: #669ACC;
	color:#ffffff;
	}	
	
	
/*Class for in-page links*/
a.inpage:link {
	font-weight: bold;
	text-decoration: underline;
  background-color: #ffffff;
	color:#7C2128;
  }

a.inpage:visited {
  font-weight: bold;
	text-decoration: underline;
  background-color: #ffffff;
	color:#7C2128;
	}
	
	/*Class for in-page links*/
a.graphic:link {
	font-weight: bold;
	text-decoration: underline;
  background-color: #f0f8ff;
	color: #5f9ea0;
	border: none;
	}
	
a.graphic:visited {
	font-weight: bold;
	text-decoration: underline;
  background-color: #f0f8ff;
	color: #5f9ea0;
	border: none;
	}
	
/*Class for misc toolbar links*/
a.footer:link {
	font-weight: bold;
	text-decoration:underline;
  background-color: #669999;
	color: white;
	}

a.footer:visited {
  font-weight: bold;
	text-decoration:underline;
  background-color: #669999;
	color: white;
	}
	
a.footer:hover {
  font-weight: bold;
	background-color: #669999;
  color: white;
  text-decoration:none;
  }	
	
	/*Class for Resources left nav links*/
a.leftnav:link {
	font-weight: bold;
	text-decoration:underline;
  background-color: white;
	color: #669999;
	}

a.leftnav:visited {
  font-weight: bold;
	text-decoration:underline;
  background-color: white;
	color: #669999;
	}
	
a.leftnav:hover {
  font-weight: bold;
	background-color: white;
  color: #669999;
  text-decoration:none;
  }	
	
/*Class for Resources right nav links*/
a.rightnav:link {
	font-weight: bold;
	text-decoration:none;
  background-color: white;
	color: #669999;
	}

a.rightnav:visited {
  font-weight: bold;
	text-decoration:none;
  background-color: white;
	color: #669999;
	}
	
a.rightnav:hover {
  font-weight: bold;
	background-color: white;
  color: #669999;
  text-decoration:underline;
  }		