/* CSS Document */
.body {
	background-image: url(images/scmea_watermark.gif);
	background-repeat: no-repeat;
	background-position: 0px 75px;
	background-attachment: fixed;
}
.bodytext {
	font-size: 12px;
	font-family: Verdana;
	color: #15355D;
}
.heading1 {
	font-size: 24px;
	font-family: Verdana;
	color: #CC0000;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #CC0000;
}
.leftMenuItems {
	font-family: Verdana;
	font-size: 14px;
	color: #15355D;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.leftMenuItems a {
	display: block;
	padding: 2px 4px;
	color: #000033;
	text-decoration: none;
	border-right-width: 2px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-style: none;
	border-top-width: 1px;
	border-top-style: solid;
}
.leftMenuItems a:hover {
	color: #550000;
	text-decoration: none;
	background-color: #FFA7A0;
	border-right-width: 4px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.leftMenuItems a#current {
	text-decoration: none;
	background-color: #BFD1FF;
	border-right-width: 4px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6666FF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.leftMenuItems a#current:hover {
	color: #550000;
	text-decoration: none;
	background-color: #FFA7A0;
	border-right-width: 4px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.smalltext {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #000000;
}
.heading2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ED1C24;
}
.maintable {
	border-width: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #15355D;
	border-collapse: separate;
}
ul#menu {
  width: 560px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  list-style-type: none;
  margin: 0;
}

ul#menu li, 
  ul#menu a {
  color: #15355D;
}

ul#menu li {
	line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #FF0000;
}

ul#menu a.active {
  color: #CC0000;
}