.MainMenuButton {
	font-size: 11px;
	background: #ECE9D8;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.MainMenuButtonSelected {
	font-size: 11px;
	background: #e1e1e1;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: none 0px #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.ContestMenuButton {
	font-size: 11px;
	background: #e1e1e1;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-top: solid 1px #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.ContestMenuButtonSelected {
	font-size: 11px;
	background: #ffffff;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-top: solid 1px #c0c0c0;
	border-bottom: none 0px #c0c0c0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.ContestMenuSpacer {
	font-size: 10px;
	border-bottom: 1px solid #c0c0c0;
	background: white;
	color: white;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	
}

.ContestContentBox {
	border-left: solid 1px #c0c0c0; 
	border-right: solid 1px #c0c0c0; 
	border-bottom: solid 1px #c0c0c0;
}


.MainMenuLink {
	color: #000000;	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
}

.MainMenuLink:visited {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
}

.MainMenuLink:hover {
	color: #ff0000;
	background: #ffffcc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
}

.SubMenuLink {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}


.MainMenuSpacer {
	font-size: 10px;
	border-bottom: solid 1px #000000;
	background: white;
	color: white;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	
}

.MainMenuButtonSelected2 {
	background: white;
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	border-left:  solid 1px #000000;
	border-right: solid 1px #000000;
	border-top:  solid 1px #000000;
	border-bottom: solid 1px #ffffff;
}

.ContestMenuLink {
	color: #000000;
	background: #e1e1e1;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}	
	
.ContestMenuLink:visited {
	color: #000000;
	background: #e1e1e1;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}	

.ContestMenuLink:hover {
	color: #ff0000;
	background: #ffffcc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	
}	

.ContestActiveLink {
	font-size: 11px;
	font-weight: bold;
}

.SubHeader1
{
	font-size: 13px;
	border: solid 1px #000000;
	color: #006699;
	background:  #ffffee;
}
