

/* ##### Common Styles ##### */

body {
  color: black;

  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;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}
.bL {
	font-family: Cooper Black;
	font-size: 150%;
	color:#666632;
}
.signature {
	font-family: Lucida Handwriting;
	font-size: 175%;
}

.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: inherit;
  background-color: rgb(184,38,25);
  width: 74.8%;
  display:block;
  
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
  display:block;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: white;
  background-color: black;
  font-size: 109%;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: white;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: rgb(64,64,64);
  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: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {

  width: 350px;
  height: 120px;
  margin: 0 0 0 0;
  padding: 1px;
  position: absolute;
  background-color:white;
  top: 0px;
  left: 655px;
  border: 1px solid black;
}
.rightSideBar2 {
  background-color:transparent;
  width: 335px;
  height: 100%;
  margin-top: 80px;
  padding: 1px;
  position: absolute;
  left: 660px;
  clear: both;
}

.addsLeft {
  width: 200px;
  height: 100%;
  padding: 0;
  position:absolute;
  top: 0px;
  left: 0px;
}
.addsRight {
  width: 150px;
  height: 100%;
  padding: 0;
  position:absolute;
  padding-left: 200px;

  top: 0px;
  right 0px;
}



[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: none;
}

.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: underline;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  width: 646px;
  z-index: 1;
  text-align: justify;
  line-height: 1.5em;
  position:absolute;
  top:130px;

}

#main-text {


  color: black;
  width: 95%;
  z-index: 1;
  text-align: justify;
  line-height: 1.5em;
  padding: 0.5ex 1em 1em 1em;
}

#main-copy h1 {
  color: rgb(166,140,83);
  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 a {
  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


#box {
width:325; 
height:227; 
border:0;
text-align: right; 
padding-left: 15px;
float:right;
}

#box-back {
	
	position:relative;
	top:205;
	background-color: black;
	height: 25;
	width: 300;
	padding: none;
	left:5;
	z-index:1;
}

#box-text {
	
	position: absolute;
	width:300;
	left:350;
	padding-top: 210;
	text-align: bottom;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration:none;
	font-family: Verdana;
	z-index:2;
}

#box-text.a:link {
	text-decoration:none;
}

#box-text.a:active {
	text-decoration:none;
}
#box-text.a:hover {
	text-decoration:none;
}


/* ##### Footer ##### */

#footer {
  color: black;
  position: absolute;
  top: 100%;
  width: 97%;
  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 {
  text-decoration: none;
}