body {
    background-color: #E8E0D8;
    font-family:'Open Sans', serif;
}

#page-container{
	width:66%; 
	margin:0px auto; 
	margin-top:14px; 
	margin-bottom:10px;
	font-size:1.0em;
}

#header-container {
    text-align:center;
    padding:2%;
}

#header-container img {
   float: right;
   margin: 0 15px 15px 0;
	width: 30px;
	height: 30px;
}



#directory-container{
    padding:1%;	 	 
    background-color:#64004B;
}



#directory-container a {
    padding-left: 5%;
    color: #000033;
}

#directory-container a:link {
    text-decoration: none;
}

#directory-container a:hover {
    text-decoration: none;
 color: white;}

#sidebar {
    float:left;
    padding-top:10px;
    width:30%;
}
#sidebar img {
   float: left;
   margin: 0 15px 15px 0;
	width: 288px;
	height: 374px;
}


#pageContent-container-home {
    margin-left: 300px;
    margin-top:10px;
    padding:10px 10px 10px 10px;
    <!-- position:relative; -->

    width:200px;
    height:355px;
    background-color:#eeeeee;
}


#pageContent-container {
    <!-- width:64%; -->
    position:relative;
    padding:2%;	 	 
    background-color:#eeeeee;
}
#footer {
    padding:1%;	 	
    background-color:transparent;
    color: #484848;
}

.address {	
    clear:both;
	font-size: 1em; 
	line-height: 30%;
    width: 100%;
    text-align: right;
}

.header-img {
	width:100%;
	height:20%;
}

.activePage {
	color: white;}


.conferenceName {
	font-style: italic;
}

li {
	padding: .5%;
	margin: 1%;
}

ul {list-style-type: square;}

/*For collapsible/expandable sections*/
.row { vertical-align: top; height:auto !important; }
.list {display:none; }
.show {display: none; }
.hide:target + .show {display: inline; }
.hide:target {display: none; }
 .hide:target ~ .list {display:inline; }
 @media print { .hide, .show { display: none; } }