/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 11 February 2013 16:08:05
*/


/* General
==============================*/

.red {
	border: 1px solid red;
}
.col-1 .page-title {
    display: block;
}

a {
 
    text-decoration: none;
}

.breadcrumbs {
    margin-top: 10px;
}


/* HTML and Borders - required to block out grey background
==============================*/

html {
    color:#202020;
 background-color:rgb(238, 238, 238);
}


body {
    color:#202020;
    font-family:Arial, Tahoma, Helvetica, Sans-Serif;
    font-size:80%;height:100%;
background-image:none;
   background-color:rgb(238, 238, 238);
} 


.navigation-border {
    background:#ffffff;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;  
}

.home-banner-border {
    background:#ffffff;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
}

.container-border {
    background:#ffffff;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
}

.header-border {
   
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
    background-image:url('./image2022.png');
    background-repeat:no-repeat;
   /* background-position:50% 70%; */
    height:170px;
    border-bottom:solid 1px #000;    
}



/* Header and Footer
==============================*/

#logo {
display:none;
}


#header {
 background-image:none;color:#000;background-color:transparent;
    padding:4px 10px 0 10px;
    width:940px;
    height:auto;
padding-bottom:10px;
}

.navigation-wrap {
   display:none
}

#footer {
      width:960px;
   background-image:none;background-color:#fff;border-top:solid 1px #ccc;
    margin:auto;
    padding:10px;
  }


 #header .main-text span{display:block;font-size:150%;}
#header .main-text{font-size:120%;font-weight:bold;color:rgb(54,95,145);margin-top:5px;}
#header .date{font-weight:bold;color:#fff;margin-top:10px}
#header .location{font-weight:bold;color:#fff}
#header .chair{color:#000;margin-top:5px}

 #header .right-side{float:right;width:220px;position:relative;height:150px}
#header .right-side img{max-width:100px}
#header .right-side .credit{position:absolute;bottom:-10px;right:-15px;font-size:0.7em;color:#fff}
#header .left-side{float:left;width:700px}


#container{background-image:none}
 #home{width:960px;margin:0px auto;}
blockquote {
	display: block;
	text-align: right;
	color: #666;
}

blockquote span {
	font-style: italic;
}

