/* Begin Content sliding objects */

/* Outer container */
#slider
{
	margin: 0px auto;
	width: 800px;
	position: relative;
	height: 400px;
	top: 0px;
	left: 10px;
	float: left;
}

/* Inner divs with content */
.scroll
{
	clear: left;
	background: #ffffff repeat-x left bottom;
	overflow-x: hidden;
	overflow: auto;
	width: 800px;
	position: relative;
	height: 400px;
	top: -9px;
}
.scrollContainer DIV.panel
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	width: 780px;
	padding-top: 0px;
	height: 400px;
	font-family: Calibri, Verdana, Tahoma, Lucida Sans, Arial, Sans-Serif;
	color: #000065; /*	background: #F9FFF4; */
}

/* End Content sliding objects */


/* Begin intra page nav menu */

UL.newnavigation
{
	position: relative;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 9px;
	margin: 0px;
	margin-top: 3px;
	padding-top: 5px;
	list-style-type: none;
	width: 100px;
	border-style: solid;
	border-width: 2px;
	border-color: #D9D7D4;
	background-color: #FBF9F6;
}


UL.newnavigation LI
{
	margin-bottom: 10px;
}

UL.newnavigation A
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	color: navy;
	padding-top: 2px;
	text-decoration: underline;
	font-family: Calibri, Verdana, Tahoma, Lucida Sans, Arial, Sans-Serif;
}

UL.newnavigation A:hover
{
	background-color: #FFFFF4;
	border-style: solid;
	border-width: 1px;
	border-color: orange;
}
UL.newnavigation A.selected
{
	color: #D8340F;
	font-weight: bold;
}
UL.newnavigation A:focus
{
	outline: none;
}

/* End intra page nav menu */


