body{
    /*font-family: Verdana, Helvetical, Arial, sans-serif;*/
	background-image: url(Images/multicultural_background.jpg);
}

table{
border-collapse: collapse;
border-style: none;
}
TD{	
margin: 0;
padding: 0;
vertical-align: top;
text-align: left;
}
.ContentCell{
padding-top: 15px;
padding-bottom: 15px;
padding-left: 50px;
padding-right: 50px;
background-color: #FFFFFF;
}
.TinyContent{
margin: 5px;
}
.NavCell{
padding: 10px;
vertical-align: middle;
text-align: left;
}

/* Used for "Buttons" on the Main Navigation Bar */
/* 
Possible link modifiers
   :link
   :active
   :visited
   :hover
*/
.rollovers {
	DISPLAY: block; 
	BORDER-LEFT: #ffde05 1px solid; 
	PADDING-LEFT: 0px; 
	BORDER-RIGHT: #ffde05 1px solid; 
	PADDING-RIGHT: 0px; 
	BORDER-TOP: #ffde05 1px solid; 
	PADDING-TOP: 1px; 
	BORDER-BOTTOM: #ffde05 1px solid; 
	PADDING-BOTTOM: 0px; 
	TEXT-INDENT: 6px; 
	LEFT: 0px; 
	MARGIN: 0px; 
	HEIGHT: 18px; 
	TEXT-ALIGN: left; 
	VERTICAL-ALIGN: top; 
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #EBD79F; 
	BACKGROUND-COLOR: #6c339F; 
	}
.rollovers:hover {
	BORDER-LEFT: #6C339F 1px solid; 
	BORDER-RIGHT: #6C339F 1px solid; 
	BORDER-TOP: #6C339F 1px solid; 
	BORDER-BOTTOM: #6C339F 1px solid; 
	COLOR: #6C339F; 
	BACKGROUND-COLOR: #EBD79F;
	}

/* Used for Drop-Down Options on the Main Navigation Bar */
.submenu {
	display: block;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 1px;
	}
.submenu:hover {
	color: #FFFFFF;
	}

/* Switches on and off the drop-down */
.hide {
	display: none;
	}
.show {
	display: block;
	}

/* 
Text, Link, & Heading Styles
Note: Reusing/overriding Messiah styles so that these show up in Contribute.
*/
.PrimaryHeader {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;

	color: #6C339F;
}
.MainHeader {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;

	color: #6C339F;
}
.BodyFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}
.BodyLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: underline;

	color:#666666;
}
.BodyLink:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: underline;

	color: #6C339F; 
}
A.BodyLink:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: underline;

	color: #6C339F; 
}
.TinyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;

	color: #6C339F;
}
A.TinyLink:hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;

	color: #EBD79F; 
}

