
 #Body {
  font-family: 'Lato', sans-serif;
        font-size: 1.1em; 
		line-height:150%;
      }

p.SmallText {font-size:.9em; line-height:135%;}

a:link, a:visited {text-decoration:none; color:#076e99; }
a:hover {text-decoration:underline; padding-bottom:10px;}
a:link img, a:visited img {border-style:none;}
.Bold {font-weight: bold;}
.Red {color:red;}

.Highlight {background:yellow;}

.MarginTopZero {margin-top:0px;}
.MarginBottomZero {margin-bottom:0px;}

div#Wrapper {width: 800px; margin-left:auto; margin-right:auto; position:relative;}

/*
#NavBar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:#c69fe0;
}

li {
    float: left;
}

#NavBar li a {
    display: block;
    color: white; color:black;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
}



#NavBar li a:hover {
	background:#8a0079;
	color:white;
	padding: 5px 16px;
	text-decoration:none;
}

#NavBar li.Active a {	
	background:#8a0079; 
	color:white;}
*/




#NavBar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background:#aacbee;
}

li {
    float: left;
}

#NavBar li a {
    display: block;
    color: #001a57;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
}

#NavBar li a:hover {
	background:#001a57;
	color:white; 
	padding: 5px 16px;
	text-decoration:none;
}

#NavBar li.Active a {	
	background:#001a57;
	color:white;}




#ContentWrapper {width: 700px;  padding-top:0px; background:white; margin-left:50px;}

#ContentWrapperGallery {width: 796px;  margin-top:20px; border: 2px solid #dfe6ee; border:1px solid silver;  background:#aacbee; background-color:aliceblue;}

.SlideshowImage {width:796px;}

h1#PageTitle {font-weight:normal; font-size:1.5em; line-height:150%; margin-top:25px;}

h3 {font-weight:normal; font-size:1.5em; line-height:150%;}

table {border-collapse:collapse;}
table td {vertical-align: top;}
table#Agenda td {border-bottom:1px dotted gray; vertical-align: top;} 
table#Agenda td.ColOne {line-height:120%; padding-right:15px; width:110px;}


/* BUTTONS */

.button {
	background-color:white; background:#001a57; background:#aacbee;
    /*border: 1px solid #001a57;*/
	border:none;
    /*padding: 8px 13px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	/*border-radius: 10px;*/
	margin-top:10px;
}


.button a {color:black; 
    text-decoration-line: none;
    text-decoration-style: none;}

.button:hover {background:#001a57; color:white;}

.button:hover a {color:white;}


