@charset "UTF-8";
/* CSS Document */

body  {background-color: #5c85af; margin: 0px; padding: 0px; text-align: center;}

#container {
background-color: #5c85af;
width: 791px;
text-align: center;
margin: 0px auto;
margin-top: 10px;
}


#navigation {
	background-color: #0d457e;
	width: 791px;
	height: 35px;
	font-family: arial, verdana, sans serif;
	font-size: 12px;
	color: white;
	text-align: center;
	line-height: 35px;
	}
	
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#navigation li {
	display: inline;
	padding:8px 8px;
	}
	
#navigation a {
	color: white;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #5c85af;
	text-decoration: underline;
	}
	
#navigation a.selected {
	color: #5c85af;
	text-decoration:underline;
	}

	
	
#leftcolumn {
width: 200px;
height: 500px;
float:left;
margin-left: -1px;
background-color: 
}

#leftcolumn a{
float:left;
width: 200px;
padding: 0 0 0 0;
overflow:hidden;
text-indent: -9999px;
text-decoration:none;
}

#bottom {
background-color: #0d457e;
height: 398px;
width: 196px;

}

#logo a {
background: url(images/logo.png);
width: 200px;
height: 118px;
}

#kidbox a {
background: url(images/kid.jpg);
width: 195px;
height: 158px;
margin-left: 1px;
}

#location a {
background: url(images/location.png);
width: 195px;
height: 98px;
margin-top:-1px;
margin-left: 1px;
}

#contestbox a {
background: url(images/contest.jpg);
width: 195px;
height: 158px;
margin-left: 1px;
}

#mapbox a {
background: url(images/mapbox.jpg);
width: 195px;
height: 98px;
margin-top:2px;
margin-left: 1px;
}

#mainContent {
width: 585px;
height: 389px;
background-color: white;
border: 1px solid #0d457e;
float: right;
margin-top:4px;
} 

#mainContent p {
font-family: arial, verdana, sans serif;
font-size: 12px;
color: #000000;
line-height: 18px;
text-align: left;
padding: 10px;
margin-top: -15px;
}

#mainContent h1 {
font-family: arial, verdana, sans serif;
font-size: 15px;
color: #ef1721;
text-align: left;
font-weight:bold;
padding: 10px;
}

#navigation a:active, #navigation a.selected {
	background-position: 0 -37px;
	}

img {
padding-left:10px;
}

td {
font-family: arial, verdana, sans serif;
font-size: 12px;
color: #000000;
}

table {
margin-left: 10px;
text-align: left;
}

table img {
padding: 0px;
border: none;
}

#topBar {
margin-left: -10px;
}

a {
color: #0d457e;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

.redText {
font-family: arial, verdana, sans-serif;
font-size: 12px;
color: #ef1720;
font-weight: bold;

}