html, body {
	background: rgb(179,220,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,220,237,1)), color-stop(50%,rgba(41,184,229,1)), color-stop(100%,rgba(188,224,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(179,220,237,1) 0%,rgba(41,184,229,1) 50%,rgba(188,224,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(179,220,237,1) 0%,rgba(41,184,229,1) 50%,rgba(188,224,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(179,220,237,1) 0%,rgba(41,184,229,1) 50%,rgba(188,224,238,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(179,220,237,1) 0%,rgba(41,184,229,1) 50%,rgba(188,224,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=0 ); /* IE6-9 */

    color: #404040;
	font-family: Arial,sans-serif;
    height: 100%;
}

#page {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px; 
    background-color: white;
    border: 1px solid AliceBlue;
    height: auto !important;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 97%;
    max-width: 1212px;
}

#main_content {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px; 
    border: 1px solid grey;
    float: left;
    height: auto !important;
    margin-left: 5px;
    width: 85%;
}

.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;
}

table.program {
    border: 1px solid #01327F;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

table.program th {
	border: 1px solid #01327F;
}

table.program tr {
    height: 40px;
}

table.program td {
    border: 1px solid #01327F;
    margin: 0;
    padding: 0;
}

#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;
}

