body {
	font-family: arial, helvetica, serif;
	font-size: 12px;
	line-height: 20px;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
}

li ul { /* second-level lists top 2em because 24px line height */
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	background-color: #DEDECA;
}


#content {
	clear: left;
}


td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color: #DEDECA;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #333399;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #333399;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #333399;
	color: #DCDCDC;
	line-height: normal;
	font-variant: normal;
	font-style: normal;
	vertical-align: top;
	display: compact;
	font-weight: bold;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  font-weight: bold;
	background-color: #DEDECA;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #DEDECA;
}



a:hover {
	text-decoration: underline;
}
.Bigger {
	font-size: medium;
}

div.shadow {
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(images/shad_bottom.png) repeat-x left bottom;
}

div.shadow img.nomatte {
  padding: 0 0 4px 0;
  background: white url(images/shad_bottom.png) repeat-x left bottom;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(images/shad_tlcorner.png) no-repeat left top;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(images/shad_trcorner.png) no-repeat right top;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(images/shad_blcorner.png) no-repeat left bottom;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(images/shad_brcorner.png) no-repeat right bottom;
  position: absolute;
  bottom: 0px;
  right: -1px;
}
