#pagecontent {
line-height: 24px;
font-size: 12px;
color: white;
}

#slides ul {margin-left: 15px }
h1 {
color: white !important
}
xdiv { border: solid red 1px }
#pagecontent h1 { color: white }
#pagecontent a { color: orange}
.fullwidth {width: 840px }


/* ----------header links/links at the very top of the site-------------- */
#headerlinks ul li {
	float:right;
	list-style: none;
	margin-top: 10px;
}
#headerlinks a {
	color:whitesmoke;
	margin-right:10px;
	font-size:11px;
	font-family: arial;
}

/* ----------container of search box-------------- */
#search {
	clear:both;
	margin-top:50px;
	float:right;
	margin-right:10px
}

#gsearch input {
	vertical-align:middle;
	height:25px;
	margin:0;
	padding:0
}

/* ----------container of the language drop down list-------------- */
#sitelanguage select {	/* applied to the drop down list used to select the web site language */
	background-color:#3B3B3B;
	font-size:11px;
	color:white;
	border:none
}