/*	This is the cascading style sheet (css) document for all of the Unity web pages.

	Changes to these style sheet settings will affect every page of the site.

*/



/* make the body background white */		

body {background-color: white; font-family: arial, helvetica, sans-serif; }



/* this style is used for the body text */

.content {

    font-size: 9pt; 

    color: #666666;

    line-height: 1.5;

}



/* this style is used for the whole left side pane of each screen, showing the Unity address and stuff */

.address {

	font-size: 9pt;

    color: #666666;

}



/* this is used for the event title list on the main page */

.eventTitle {

    font-size: 9pt; 

    color: #666666;

    line-height: 1.0;

}



/* this is used to control vertical spacing for the blank lines between event titles on the main page */

.eventTitleVerticalSpace {

    font-size: 9pt; 

    color: #666666;

    line-height: 0.3;

}



/* this is used just for the copywrite notice */

.copyWrite {

	font-size: 6pt;

    color: #666666;

}

	

/* these are for the currently active navigation link in the top navigation bar */	

.currentLink {

	font-size: 9pt;

	font-weight: bold;

	color: black;

	background: #C0BCD7;

	border-right: 2px solid white;

        text-align: center;

}



.currentLink a:link{

	color: black;

	text-decoration: none;

}



.currentLink a:visited{

	text-decoration: none;

	color: black;	

}



.currentLink a:hover{

	text-decoration: none;

	color: white;

}

	

/* these three styles are used for rollover effects on the top navigation links */	

.topNavLinks{

	font-size: 9pt;
      
	text-decoration: none;

	font-weight: bold;

	color: white;

	background: #666666;

	border-right: 1px solid white;

    text-align: center;

}



.topNavLinks a:link{

	color: white;

	text-decoration: none;

}



.topNavLinks a:visited{

	text-decoration: none;

	color: white;

        
}



.topNavLinks a:hover{

	text-decoration: none;

	color: #99CCFF;

       
}
