html, body {
	color: #404040;
        font-family: Arial,sans-serif;
}
.navigation {
    border-bottom: 1px solid #DFE8EF;
    height: 30px;
    line-height: 2;
    list-style-type: none;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #404040;
}

.navigation:hover {
    background-color: white;
}

.navigation:visited {
	color: #404040;
}

h2 {
    text-align: center;
}


#map_canvas {
    border: 1px solid #01327F;
    height: 383px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 80%;
}

.main_table {
    border-collapse: collapse;
    border-color: #DFE8EF;
}

.lcolumn {
    background-color: AliceBlue;
    border-right: 1px solid #DFE8EF;
    border-top: 1px solid #DFE8EF;
    font-size: 15px;
    min-width: 200px;
    max-width: 200px;
    vertical-align: top;
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}

.mcolumn {
    border-top: 1px solid #DFE8EF;
    padding: 10px;
    height:100%;
    vertical-align: top;
    font-size: 16px;
}

.top_page {
    max-height: 140px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.top_page img {
	border: 0 none;
}

.layer1 {
    margin: 40px auto 0;
    padding: 0;
    width: 90%;
}
 
.heading {
    margin-bottom: 1px;
    margin-top: 1px;
	padding: 3px 10px;
	cursor: pointer;
	position: relative;
	background-color: AliceBlue;
	border-left: 1px solid #DFE8EF;
	border-right: 1px solid #DFE8EF;
	border-top: 1px solid #DFE8EF;	
}

.heading:hover {
	background-color: white;
}

.content {
	padding: 5px 10px;
	background-color:White;
	border-left: 1px solid #DFE8EF;
	border-right: 1px solid #DFE8EF;
}

.max_height {
	height: 100%;

}

.date {
	border-bottom: 2px solid #DFE8EF;
}
.dates {
    border: 1px solid black;
    width: 76%;
}

.hr {
    border-top: 1px dotted Grey;
    height: 38px;
}

.sponsors {
    background-color: AliceBlue;
    border-left: 1px solid #DFE8EF;
    border-top: 1px solid #DFE8EF;
    color: #B1B1CC;
    font-size: 16px;
    padding-top: 9px;
    text-align: center;
    vertical-align: top;
    max-width: 128px;
    min-width: 128px;
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;    
}

.sponsors img {
    margin-top: 40px;
    max-width: 114px;
    padding: 1px;
    opacity : 0.6;
    filter: alpha(opacity=60);
    border: 0 none;
}

.sponsors img:hover {  
    opacity : 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    max-width: 114px;
}

.photos {
	border: 0 none;
	text-align: center;
}

.photos img {
	height: 170px;
}

