@charset "utf-8";
/* CSS Document */

/* Format divs on index page */

/* Format special section on index page to promote upcoming events */
.notice {
float: left;
width: 570px;
border:solid #cdcdcd 1px; /* standard purple: #800080 */
background: #ffffff;/* standard gray: #cdcdcd */
padding: 6px;
margin: 6px 0px 6px 6px;
}
.notice h3{
color: #000000;
font-size:2.0em;
line-height:2.0em;
font-family:"Monotype Corsiva",Corsiva,"Lucida Handwriting","Script MT Bold", "Brush Script MT","Comic Sans MS", "Comic Sans", cursive;
}
.notice p{
color: #000000;
font-size:0.8em;
line-height:1.1em;
}
.notice p.largeprint{
color:#333333;
font-size:1.2em;
line-height:1.2em;
}
.notice p.when{
font-size:1.4em;
line-height:1.2em;
font-family:"Monotype Corsiva",Corsiva,"Lucida Handwriting","Script MT Bold", "Brush Script MT","Comic Sans MS", "Comic Sans", cursive;
}
.notice .details{
font-family:"Monotype Corsiva",Corsiva,"Lucida Handwriting","Script MT Bold", "Brush Script MT","Comic Sans MS", "Comic Sans", cursive;
font-size:1.2em;
line-height:1.0em;
}
.notice ul{
font-size:0.8em;
line-height:1.4em;
padding-bottom:1.5em;
text-indent: 2em;
margin-left: 3em;
}



#socialcontent{
width:570px;
float:left;
padding:6px;
margin: 6px 0 6px 6px;
}
#socialother{
width:310px;
float:left;
margin-right:6px;
border: #999999 solid 1px;
}
#twitter{
width:250px;
float:left;
}


#uaclogos{
	width:99%
	}
.indivuaclogo{
	width:25%;
	float:left;
	text-align:center;
	}

.indivuaclogo a{
	text-decoration: none;
	color: #fff;
	}
.indivuaclogo a:hover{
	background-color:#fff;
	color:#fff;
	}

