/*
COLORS

Default Grey = #747474
Default Green = #4ba44d

Rentals: Brown = #ae8e6d;
Alumnae: Orange = #d5a35b
Staff: Red = #e67a79
Parents: Purple 2 = #ad80dc
Activities: Orange = #ed7336
Traditions: Purple = #868dcc

*/

/*
////////////////////////////////////////////////////
BODY Classes (determine link color)
////////////////////////////////////////////////////
*/


/******* home page *******/
body.home a {
	color: #4ba44d;}

body.home a:hover {
	background: url(/campStuff/img/strokeGreen.gif) bottom left repeat-x;}

body.home #supernav a:hover {
	color: #4ba44d;}

body.home #footer a:hover {
	color: #4ba44d;}
	
body.home #rssLink {
	padding: 0 0 4px 16px;
	background: url(/img/rssHome.png) 0 -18px no-repeat;}

body.home #rssLink:hover {
	background-position: 0 2px;}
	

/****** traditions page ********/
body.traditions a {
	color: #868dcc;}

body.traditions a:hover {
	background: url(/img/strokePurple.gif) bottom left repeat-x;}

body.traditions #supernav a:hover {
	color: #868dcc;}

body.traditions #footer a:hover {
	color: #868dcc;}

body.traditions #rssLink {
	padding: 0 0 4px 16px;
	background: url(/img/rssTraditions.png) 0 -18px no-repeat;}

body.traditions #rssLink:hover {
	background-position: 0 2px;}


/******* activities page *******/
body.activities a {
	color: #ed7336;}

body.activities a:hover {
	background: url(/img/strokeOrange.gif) bottom left repeat-x;}

body.activities #supernav a:hover {
	color: #ed7336;}

body.activities #footer a:hover {
	color: #ed7336;}

body.activities #rssLink {
	padding: 0 0 4px 16px;
	background: url(/img/rssActivities.png) 0 -18px no-repeat;}

body.activities #rssLink:hover {
	background-position: 0 2px;}


/******* parents page *******/
body.parents a {
	color: #ad80dc;}

body.parents a:hover {
	background: url(/img/strokePurple2.gif) bottom left repeat-x;}

body.parents #supernav a:hover {
	color: #ad80dc;}

body.parents #footer a:hover {
	color: #ad80dc;}

body.parents #rssLink {
	padding: 0 0 4px 16px;
	background: url(/img/rssParents.png) 0 -18px no-repeat;}

body.parents #rssLink:hover {
	background-position: 0 2px;}


/******* staff page *******/
body.staff a {
	color: #e67a79;}

body.staff a:hover {
	background: url(/img/strokeRed.gif) bottom left repeat-x;}

body.staff #supernav a:hover {
	color: #e67a79;}

body.staff #footer a:hover {
	color: #e67a79;}

body.staff #rssLink {
	padding: 0 0 4px 16px;
	background: url(/img/rssStaff.png) 0 -18px no-repeat;}

body.staff #rssLink:hover {
	background-position: 0 2px;}


/******* alumnae page *******/
body.alumnae a {
	color: #d5a35b;}

body.alumnae a:hover {
	background: url(/img/strokeOrange.gif) bottom left repeat-x;}

body.alumnae #supernav a:hover {
	color: #d5a35b;}

body.alumnae #footer a:hover {
	color: #d5a35b;}

body.alumnae #rssLink {
	padding: 0 0 4px 16px;
	background: url(/img/rssAlumnae.png) 0 -18px no-repeat;}

body.alumnae #rssLink:hover {
	background-position: 0 2px;}


/******* rentals page *******/
body.rentals a {
	color: #ae8e6d;}

body.rentals a:hover {
	background: url(/img/strokeBrown.gif) bottom left repeat-x;}

body.rentals #supernav a:hover {
	color: #ae8e6d;}

body.rentals #footer a:hover {
	color: #ae8e6d;}

body.rentals #rssLink {
	padding: 0 0 4px 16px;
	background: url(/img/rssRentals.png) 0 -18px no-repeat;}

body.rentals #rssLink:hover {
	background-position: 0 2px;}