@charset "utf-8";
body {
	font-family:Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 100%;
	font-weight: bold;
}

h1, h2 {
	padding:0;
	margin:0;
}

h2 {
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:4px;
}

img {
	display:block;
}

a {
	color:#8CC63F;
}

.themeImage, #homepageAnimation {
	display: none;
}

#navigation {
	color: #fff;
	font-size:11px;
	text-transform:uppercase;
	border-bottom:3px solid #fff;
}
#topNavigation, #midNavigation, #bottomNavigation {
	padding:8px 0;
}

#navigation ul {
	margin: 0;
	padding: 0;
	display: inline;
} 

#navigation ul li {
	padding:8px 12px;
	list-style: none;
	display: inline;
}
	
#navigation ul li.here {
	list-style: none;
	display: inline;
}

#topNavigation {
	background-color: #19334e;
}

#topNavigation .here {
	background: url(interface/navigation-top-here.gif) repeat #70a9c5;
}

#midNavigation {
	background-color: #70a9c5;
}

#midNavigation .here {
	background: url(interface/navigation-mid-here.gif) bottom center no-repeat;
}

#bottomNavigation {
	background-color: #9cccee;
}

#bottomNavigation .here {
	background: url(interface/navigation-bottom-here.gif) bottom center no-repeat;
}

#navigation a {
	color:#fff;
	text-decoration:none;
}

#PDAheader {
	color: #19334e;
}

#PDAheader a {
	color: #19334e;
}

#navigation {
	display:none;
}

#logo {
	width: 217px;
	border-right: 10px solid #fff;
	background: #0054a0;
}

#content {
	padding: 65px;
	vertical-align: top;
	background: url(interface/background-content.jpg) no-repeat right top #0054a0;
}

#rightColumn h1 {
	font-size: 180%;
	padding:0;
	margin:0;
}
.here {
	font-weight:bold;
}

#footer{
	display:none;
}
#newsImage { display:none; }