/* CSS Document */
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#homeHeader {
	width:1024px;
	height:423px;
	background-color:red;
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	color:white;
	font-size:4em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	overflow:hidden;
}

#header {
	width:1024px;
	height:123px;
	background-color:red;
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	color:white;
	font-size:2.5em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	overflow:hidden;
}

#mainContent {
	color:#646464;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

#mainContent, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:xx-small;
}
html>body #mainContent, html>body td {
	font-size: x-small;
}

#mainContent a:link, #mainContent a:visited {
	color:#00CCFF;
	text-decoration:none;
}

#mainContent a:hover {
	color:white;
	background-color:#00CCFF;
}

#mainContent p.MenuBar {
	border-top:0;
	padding-top:0;
	color:white;
	margin-bottom:50px;
}
#mainContent p.MenuBar a:link, #mainContent p.MenuBar a:visited {
	color:#555;
	text-decoration:none;
}

#mainContent p.MenuBar a:hover {
	color:white;
	background-color:red;
}

#mainContent p.MenuBar a#active {
	color:#fff;
	background-color:red;
}

#mainContent p.MenuBar span.logo, #mainContent p.MenuBar span.logo a:link, #mainContent p.MenuBar span.logo a:visited, #mainContent p.MenuBar span.logo a:hover {
	color:red;
}

#mainContent p.MenuBar span.logo {
	color:red;
}

#tenYears {
	visibility:hidden;
}

.galleryFlash {
	border:1px solid #999;
	width:550px;
	height:400px;
}

.pastTable {
	margin-bottom:3px;
	width:70%;
}
.pastTable td.year {
	width:8%;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	background-color:#f8f8f8;
	border:1px solid white;
	border-right:1px solid #CCFFFF;
	height:50px;
	vertical-align:top;
	font-weight:bold;
	font-size:xx-small;
	voice-family: "\"}\""; 
	voice-family: inherit;   
	font-size:xx-small;
}
html>body .pastTable td.year {
	font-size: x-small;
}

.pastTable td.sites {
	background-color:#fdfdfd;
	padding:5px;
	vertical-align:top;
	border:1px solid white;
	padding-bottom:25px;
}

.pastTable td.sites:hover {
	background-color:#fcfcfc;
	border:1px solid #e1e1e1;
}

.siteName {
	font-weight:bold;
	color:#336666;
}