/* Basic global properties */

:visited {
    color: #b52826;
    background: transparent;
}

:link {
    color: #5a5a5a;
    background: transparent;
}

body {
	color: #000000;
	background: #ffffff;
	/*#fffce2;
	*/
	font-family: Arial, sans-serif;
	font-size: smaller;
}
/*body {
	background: #AAAAAA url(../images/style9/bg.png) 0 0 repeat-x;
	color: #ccc;
}

/* font colors */
/*
a {	color: #2D74BC;}
h1 {	color: #2D74BC;}
h2 {	color: #2D74BC;}
h3 {  color: #ccc;}
h1 {
    font-size: 20pt;
    margin-top: 10px;
}
*/
h2 {
    font-size: 16pt;
}

li {
    padding-bottom: 8px;
}

strong.extra {
    color: #000000;
    background: #ffffff
}

.fineprint {
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
}

.page {
	color: #000000;
	background: transparent;
	font : smaller;
}

table.banner {
    width: 100%;
    background: #ffffff;
    margin: 0px 0px 0px 0px;
    border-style: none;
    border-width: 0px 0px 0px 0px;
    border-spacing: 0;
    padding: 0px 0px 0px 0px;
}

table.banner tr {
    vertical-align: top;
}

td.banner-image {
    padding-bottom: 3px;
    width: 86px;
}

td.banner-pca {
    font-family : Arial, sans-serif;
    /*background  : #f0f0f0;*/
    background  : #ffffff;
    min-width   : 460px;
    width       : 460px;
    max-width   : 460px;
    text-align  : left;
    padding     : 5px 0px 5px 3ex;
    vertical-align: middle;
    font-weight : bold;
    font-size   : 18px;
}

td.banner-page-name {
    text-align: right;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    color:#b52826;
    background: transparent;
}

table.page {
    margin: 0;
    border-style: none;
    border-width: 0;
    border-spacing: 0;
    padding: 0;
}



td.demenu {
    color: #000000;
    background: #e0e0e0;
    text-align: center;
    width: 135px;
    height: 22px;
}

/* The sidemenu class is for the menu that appears on the
   side of each page */
table.sidemenu {
    width: 145px
}

td.sidemenu {
    color: #000000;
    background: #e0e0e0;
    text-align: center;
    height: 22px;
}

td.prompt {
    text-align: right
}

a.sidemenu {
    text-decoration: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #000000;
    background: #E0E0E0
}

a.sidemenu:link {
    text-decoration: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #000000;
    background: #E0E0E0
}

a.sidemenu:visited {
    text-decoration: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #000000;
    background: #E0E0E0
}

a.sidemenu:active {
    text-decoration: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #0000FF;
    background: #E0E0E0
}

a.sidemenu:hover {
    text-decoration: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #000000;
    background: #FFFFFF
}


/* The textnav properties are for the banner menu across the top
   of each page */


td.textnav {
    color: #fdfdfd;
    background: #B52826;
    font-size: 11px;
    letter-spacing: -0.001em;
    height: 18px;
    white-space: nowrap
}

a.textnav:link {
    color: #FFFFFF;
    background: #B52826
}

a.textnav:visited {
    color: #FFFFFF;
    background: #B52826
}

a.textnav {
    color: #fdfdfd;
    background: #B52826;
    text-decoration: none;
    font-family:arial, helvetica, sans-serif;
}

a.textnav:hover {
    color: #ffffff;
    background: #B52826;
    text-decoration: underline;
    font-family:arial, helvetica, sans-serif;
}

.PageHeader {
    font-weight: bold
}

/* The following are all the style definitions necessary for the
   menubar near the top of each page */


div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #ffffff;
}

div.menuBar {
  background-color: #b52826;
  border: 2px outset #b52826;
  padding: 4px 2px 4px 2px;
  text-align: left;
  white-space: nowrap;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #b52826;
  color: #ffffff;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: #ffffff;
  border: 1px inset #b52826;
  color: #b52826;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #ffffff;
  border: 1px inset #b52826;
  color: #b52826;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #b52826;
  border: 2px outset #b52826;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  border: 1px solid #b52826;
  color: #ffffff;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #ffffff;
  border: 1px inset #b52826;
  color: #b52826;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #b52826;
  margin: 4px 2px;
}


