/* ##### Common Styles ##### */
/* ##### Common Styles ##### */

body  { 
	font-size: 73%; 
	font-family: verdana, helvetica, arial, sans-serif; 
	margin: 0; padding: 0 }

html > body {
  font-size: 9pt;
}

.doNotDisplay {
  display: none !important;
}

/* ##### Header ##### */
/* ##### Header ##### */

.mini {
 font-size: 0.75em;
 line-height: 1.0em; 
 }

.header { background-color: #E3E3E3 }
.superHeader  { color: white; background-color: red; height: 1.5em }
.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
  font-weight: bold;
  font-style: italic;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: darkred;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: white;
  background-color: #7D7D7D;
  font-size: 109%;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: #FF9900;
  text-decoration: underline;
}

/* ##### Left Side Bar ##### */
/* ##### Left Side Bar ##### */

.leftSideBar	{
	width: 10em; 
	margin: 2ex 0.5ex 0; 
	padding: 0; 
	float: left; 
	clear: left; 
	border: 1px solid rgb(216,210,195) 
}

.leftSideBar .sideBarTitle {
  color: black;
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
 }

.leftSideBar a {
  color: #000099;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
  display: block;
  }

.leftSideBar a:hover {
  color: white;
  background-color: #990000;
  text-decoration: none;
}
.leftSideBar .apic a:hover {
  color: #000099;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}


/* ##### Right Side Bar ##### */
/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 13em;
  margin: 2ex 0.5ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.rightSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.rightSideBar li {
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
 }

.rightSideBar a {
  color: #000099;
  background-color: transparent; 
  text-decoration: underline;
  font-weight: bold; 
  display: block;
}

.rightSideBar a:hover {
	background-color: #990000;
	text-decoration: none;
	color: white;
}

.rightSideBar .apic a:hover {
  color: #000099;
  background-color: transparent;
  text-decoration: none;
}

.rightSideBar .sideBarText {
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
  display: block;
}

.rightSideBar .sideBarText a {
  text-decoration: underline;
}

.rightSideBar .sideBarText a:hover {
  text-decoration: none;
}

.rightSideBar .notactive {  
	color: #7D7D7D;
}

/* ##### Main Copy ##### */
/* ##### Main Copy ##### */

.main-copy  { 
	color: black; 
	line-height: 1.5em; 
 	background-color: white; 
	text-align: left; 
	margin: 0 0 0 10.5em;
	padding: 0.5ex 15em 1em 1em 
}

.main-copy .blue {
  color: #000099;
}

.main-copy h1 {
  color: #990000;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}
.main-copy h1.blue {
  color: #000099;
}

.main-copy h2 {
  color: #000099;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left
}

.main-copy h3 {
  color: #000099;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 125%;
  font-weight: bold;
  font-style: italic;
  text-align: left
}
.main-copy a {
  color: #000066;
  background-color: transparent;
  text-decoration: underline;
}
.main-copy a:visited {
  color: #0000FF;
  background-color: transparent;
  text-decoration: underline;
}
.main-copy a:hover {
  text-decoration: none;
}

.main-copy .topOfPage {
  color: #000099;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: underline;
  margin: 2.5em 1em 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

.main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

table {
   background-color: transparent;
   border-collapse: collapse;
   border-color: rgb(230,223,207);
   empty-cells: show;
}

thead{
background-color: rgb(230,223,207);
}   

td   { 
	font-size: 73%; 
	line-height: 1.5em; 
	border-color: #5D5D5D;
	border-width: 1px;
	border-style: solid;
	font-family: verdana, helvetica, arial, sans-serif; 
	vertical-align: top;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

/* ##### Footer ##### */
/* ##### Footer ##### */
.footer {
  color: black;
  background-color: rgb(230,223,207);
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

.footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

.footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.footer a:hover {
  color: #990000;
  text-decoration: none;
}
