

body
{
	margin: 0;
	background-color: #FFFFFF;
}

body
{
	behavior: url(csshover2.htc);
}

h1
{
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
}

body, p, a
{
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

h1, p
{
	margin: 0px;
}

div#Main
{
	width: 900px;
	margin: 10px auto;
}

div#Content
{
	text-align: center;
}


div#PageHeader
{
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

div#NavigationBar
{
	text-align: center;
}

#menu{
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DD4814;
	background-color: #FFFFFF;
}

#menu{
	padding:0;
	margin:0;
}

#menu ul{
	padding:0;
	margin:0;
}

#menu li{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
} 

#menu li a{
	width:100px;
	height: 30px;
	display: block;
	text-decoration:none;
	text-align: center;
	line-height: 30px;
	background-color: #035145;
	color: white;
} 

#menu li a:hover{
	background-color:orangered;
} 

#menu ul ul{
	position: absolute;
	top: 30px; 
	visibility: hidden;
} 

#menu ul li:hover ul{
	visibility:visible;
} 

div#Head
{
	width: 900px;
}

div#PageBody
{
	margin: 0px 0px 0px 0px;
}

div#PageBody h1
{
	font-size: 11px;
	color: #000000;
	margin: 0 0 0 0;
	text-indent: 8pt;
}

div#PageBody p
{
	font-size: 10px;
	margin: 0 0 0 0;
	text-indent: 8pt;
}


div#PageFooter
{
	background-color: #e6e6e6;
	padding: 10px 400px 10px 400px;
	font-weight: 100;
	letter-spacing: .0em;
	border: 0px;
	margin: 0px;
}

div#PageFooter p
{
	text-align: right;
	font-size: 10px;
	color: #DD4814;
}

ul.navigationbar {
	display: table;
	width: 100%;
}
	
ul.navigationbar>li {
	display: table-cell;
	text-align: center;
	height: 21px;
}
	
ul.navigationbar>li:hover {
}

ul.navigationbar>li>a {
	display: block;
	text-decoration: none;
}
	
ul.navigationbar>li>a>img {
	border: 0;
}
	
table.dateList {
	width: 100%;
}
	
table.indexcategories td {
	padding: 0em;
}
	
table.indexcategories, table.indexcategories * {
	padding: 0;
	margin: 0;
	border: 0;
	border-spacing: 0;
}
	
table.indexcategories td {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
}
	
table.indexcategories td.squareA {
	background-color: #5F574F;
}

table.indexcategories td.squareB {
	background-color: #5F574F;
}

td.squareA img:hover, td.squareB img:hover {
	opacity: 0.3;
}
	
table.splashParts {
	width: 100%;
	height: 550px;
}
	
table.splashParts td {
	width: 50%;
	height: 100%;
	text-align: center;
	position: relative;
}
	
table.splashParts td a {
	vertical-align: middle;
	color: #fff;
	font-size: 3em;
	font-family: "helvetica", "futura", sans-serif;
	font-variant: small-caps;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
}

table.splashParts td a:hover {
	color: #fff;
	background-color: #000;
	opacity: 0.7;
}
	
.partiallyTransparentBackground {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
		
opacity: 0.3;
	background-color: #fff;
	color: #000;
}
