#headSection1 {
	height: 88px;
	color: Black;
	background: #ffffff url(../images/filmstrip_800.png) repeat-x top left;
}

#leftBox {
	margin: 0 0 0 2%;
	width: 96%;
}

#centerBox {
	clear: both;
	width: 70%;
}

#rightBox {width: 24%;}

#nav {
	font-family : Arial, sans-serif;
	font-size : .875em;
	font-weight: bold;
	margin-bottom: 2em;
	line-height: 1.8em;
}

#nav a {
	background-color: inherit;
	border: none;
	color: #3082AF;
	display: inherit;
	padding: .3em .5em .3em .5em;
	text-decoration : none;
	vertical-align: middle;
	white-space: nowrap;
}

#nav a:hover, #nav li.selected a, #nav li.current a:hover {
	background-color: #003399;
	border: none;
	color: White;
}

#nav li {
	border: none;
	display: inline;
}

#nav li.current a {
	background-color: #3082AF;
	border: none;
	color: White;
}

#nav li.submenu {
	text-align: left;
}

#nav li.submenu a {
	border: 1px solid #3082AF;
}

#nav ul {
	border: none;
	margin: 0;
}

#leftOther {display: none;}

