﻿/* #### Top State Links #### */

#StateLink {
  color: rgb(255,255,255);
}

#StateLink a {
  color: rgb(33,50,66);
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
}

#StateLink a:hover {
  color: rgb(150,0,0);
  text-decoration: none;
}

/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(255,255,255);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

.titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

acronym {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: inherit;
  background-color: rgb(109,158,060);
}

.headerTitle {
  margin: 0;
  padding: 0.25em 3mm 0.25em 3mm;
}

.headerTitle a {
  color:  rgb(162,10,17);
  font-family: arial, verdana, tahoma, sans-serif;
  background-color: transparent;
  text-decoration: none;
  font-size: 90%;  /* For MSIE */
  font-weight: normal;
  font-style: italic;
}

.headerTitle > a {
  font-size: 100%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
  padding: 0;
  margin: 0;
  filter:alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=200, FinishY=0);
}

.headerTitle img {
}

.subHeader {
  color: rgb(204,204,153);
  background-color: rgb(33,50,66);
  font-size: 100%;
  text-align: left;
  margin: 0;
  padding: 0.5ex 1ex 0.5ex 2ex;
}

.subHeader .highlight {
  color: white;
  background-color: transparent;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 0.5ex 1ex 0.5ex 0;
}

.subHeader a {
  color: white;
  background-color: transparent;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 0.5ex 1ex 0.5ex 0;
}

.subHeader .highlight {
  color: rgb(109,158,060);
  background-color: transparent;
  text-decoration: none;
}

.subHeader a:hover {
  color: rgb(109,158,060);
  background-color: transparent;
  text-decoration: none;
}

/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 14.5em;
  height: 100%;
  float: left;
  clear: left;
  margin: 1ex;
  padding: 0.5ex;
  border: 1px solid rgb(150,0,0);

}

.leftSideBar .sideBarTitle {
  color: rgb(255,255,255);
  background-color: rgb(33,50,66);
  font-weight: normal;
  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 {
  font-size: 90%;
  margin: 0.75ex;
  padding: 0 0 0.2ex 0.75ex;
}

.leftSideBar nobr {
  font-size: 90%;
  margin: 0.75ex 0 0 0;
  padding: 0 0 0 0.75ex;
  display: block;
}

.leftSideBar a {
  color: rgb(33,50,66);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: rgb(150,0,0);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.25em;
  margin: 0.75ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  color: rgb(204,102,0);
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}

.leftSideBar form {
  margin: 0;
  padding: 0;
}

.searchBox {
  width: 7.5em;
  margin: 1em 0 1em 0;
}

input  {
  margin: 1em 0 1em 0;
 }

/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 13em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(150,0,0);
  background-color: rgb(109,158,060)
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: rgb(204,204,153);
  background-color: rgb(33,50,66);
  font-weight: normal;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: rgb(33,50,66);
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
}

.rightSideBar a:hover {
  text-decoration: none;
  color: rgb(150,0,0);
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: none;
}

.rightSideBar ul {
  font-size: 90%;
  list-style-type: none;
  list-style-position: outside;
  margin: 0.5em;
  padding: 0; 
}

.rightSideBar li {
  background-repeat: no-repeat;
  background-position: 0 .5em; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0.5ex; padding-left:10px; padding-right:0; padding-top:0; padding-bottom:0.5ex

}

/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 15.5em;
  padding: 0.5ex 15em 1em 1em;
  /*border-left: 1px solid rgb(216,210,195);*/
}

#main-body {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 13.5em;
  padding: 0.5ex 5em 1em 1em;
  /*border-left: 1px solid rgb(216,210,195);*/
}

#main-copy h1 {
  color: rgb(33,50,66);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 0.5em 0 0.5em 0;
  border-top: 0px solid rgb(216,210,195);
}

#main-copy a {
	color: rgb(0, 0, 255);
	background-color: transparent;
	text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy ul {
  list-style-type: none;
  margin: 0.5em;
  padding: 0.3ex; 
}

#main-copy li{
  line-height: 1.75em;
  margin: 0 0 0.5ex 0;
  padding-left: 1.5em;
  background-image: ;
  background-repeat: no-repeat;
  /*background-position: 0 .2em;*/
}

#main-copy li.pdf {
  line-height: 1.75em;
  margin: 0 0 0.5ex 0;
  padding-left: 1.5em;
  background-image: ;
  background-repeat: no-repeat;
  /*background-position: 0 .2em;*/
}

#main-copy li.link {
  line-height: 1.75em;
  margin: 0 0 0.5ex 0;
  padding-left: 1.5em;
  background-image: ;
  background-repeat: no-repeat;
  /*background-position: 0 .2em;*/
}

#main-copy li.red {
  line-height: 1.75em;
  margin: 0 0 0.5ex 0;
  padding-left: 1.5em;
  background-image: ;
  background-repeat: no-repeat;
  /*background-position: 0 .2em;*/
}

/* ##### Footer ##### */

#footer {
  color: rgb(204,204,158);
  background-color: rgb(35,50,66);
  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: rgb(204,204,153);
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
}

#footer a:hover {
  color: rgb(150,0,0);
  text-decoration: none;
}
