
body{
margin:0px;
padding:0px
}
img {
	max-width:100%;
}
.outerdivtop {

    
    border-bottom: 1px solid #a29e9e
}

.outer {
width:100%;
clear: both;
}

.innerbannertop {
    font-size: 38px;
    color: rgb(255, 255, 255);
    font-family: arial;
    width: 960px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

 .content-area{
	margin: 10px;
	width: 100%;
 }
.content-area p{
	color: #333;
}
 .content-area h1{
	text-align: left;
 }
 .nav{
	   list-style-type: none;
    margin: 0;
   margin: 0 10px 0 0;
	width: 28%;
	float: left;
	background: #463965 none repeat scroll 0 0;
 }
.nav a{
color: #fff;
font-size: 20px;
border-bottom: 0 dotted #666;
}
.nav li{
border-top: 2px solid #666;
    padding: 10px;
    text-align: left;
}
.nav a.active{
	color: #cabfde;
}
 .content-area_inner{
 float: left;
    width: 70%;
 
 }
 ul.list-item{
 text-align: left;
 margin-left: 10px;
 list-style: inside none disc;
 }
 ul.list-item a {
	border-bottom: 0px dotted #666;
 }
 .box-full {
    margin: 0 auto;
    width: 980px;
	float: none;
}
.mainmsg{
z-index:100;

}
.photos a{
text-align: left;
}

#breadcrumbs {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
	padding: 3px 0;
}
#breadcrumbs a {
	text-decoration:none;
	border-bottom: 0 dotted #666;
	font-size: 11px;
}

#full-screen-background-image {
	/* top: 50px; */
}
.bkg-image .container {
	width: 790px;
}
.container #content.box {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #ea0437;
    min-height: 900px;
    opacity: 1;
    margin-bottom: 23px;
	margin-top: 365px;
	outline: 3px solid #0067c6;
	padding: 10px;
	width: 790px;
}
.past{
opacity: 0.7;
}
.campus a{
	text-decoration:none;
	border-bottom: 0 dotted #666;
}
.campus img{
	width: 100%;

}
.bkg-image {
   /*  background: rgba(0, 0, 0, 0) url("images/bkg.jpg") no-repeat 0 0 / 100% auto; */
    /*background-origin: content-box; */
	/* background: #00ff00 url("images/bkg.jpg") no-repeat fixed center;  */
	
    
}
/*speeches*/
/*  Basic stucture
=====================*/
#accordion{margin:30px auto;width:auto;}
#accordion ul{list-style:none;margin:0;padding:0;}
.accordion{display:none;}
.accordion:target{display:block;}
#accordion ul li a{text-decoration:none;display:block;padding:10px;}
.accordion{padding:4px;}
#accordion .accordion ul li a {color: #3399cc;}





/*  Colors 
====================*/
#accordion ul{
/*box-shadow*/
-webkit-box-shadow:0 4px 10px #BDBDBD;
   -moz-box-shadow:0 4px 10px #BDBDBD;
        box-shadow:0 4px 10px #BDBDBD;
/*border-radius*/
-webkit-border-radius:5px;
   -moz-border-radius:5px;
        border-radius:5px;
}
#accordion ul li a{
background:#fff;
border-bottom:1px solid #E0E0E0;
color:#999;
}
.accordion{
background:#fdfdfd;
color:#999;
}
.accordion:target{
border-top:3px solid #FFCDCD;
}

