/***********************************************/
/* Color Definitions                           */
/*                                             */
/* FAU Blue:  002d62                           */
/* FAU Red:   c10435                           */
/* FAU Gray:  c3c8cd                           */
/***********************************************/
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.events {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #CCCCCC;
}
.eventstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
.eventstext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	font-weight: bold;
}
.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;	
	padding-bottom: 3px;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:bold;
	color:#FFFFFF;
}
a.top:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}
a.top:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}
a.top:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #003366;
}


a.link5:link { color: #666666; text-decoration: underline; }
a.link5:active { color: #666666; text-decoration: underline; }
a.link5:visited { color: #666666; text-decoration: underline; }
a.link5:hover { color: #999999; text-decoration: underline; }

/************************************************ 
*												*														
*	This is text formating for the first letter *
*	of the openning paragraph					*
*												*
************************************************/

.intro {
color:#c10435;
width:0.7em;
font-size:400%;
font-family:algerian,courier;
line-height:80%;
float:left;
padding-right: 0.1em; /** from Mike **/
}

.copyright1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #666666;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #666666;
}


.copyright a:link, .copyright a:visited, .copyright a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #666666;
}

.copyright a:hover{
	color: #000000;
}

