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

body {
  color: black;
  background-color: rgb(243,242,235);
  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;
}

td {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
}

acronym, .titleTip {
  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;
}

.button {
  font-size: 117%;
  font color: rgb(184,38,25);
  background-color:rgb(230,223,207);
  padding:2px;
  border:1px solid #665B38;
  text-decoration:none;
}

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

table.adress {
	position: absolute;
	margin-left: 25%;
	border-collapse:collapse; 
	padding:0px;

}

table.adress td{
	padding-top: 15px;
	padding-right: 10px;
}

div.adressH {
	color: black;
	font-size: 11px;
	/*border: 1px solid #A8A8A8; */
}

div.adressH2 {
	color: black;
	font-size: 11px;
	/*border: 1px solid #A8A8A8; */
}


div.adressH p, div.adressH2 p{
	padding: 0px 0 0 15px;
	margin-top: 5px;
	background: url(/img/bgline.gif) center left no-repeat
}

div.adressH a:link, div.adressH a:visited , div.adressH2 a:link, div.adressH2 a:visited{ 
	color: black;		
		text-decoration: none;
		font-size: 12px;
}

div.adressH a:hover , div.adressH2 a:hover { 
	color: black;	
	text-decoration: none;
}

#header {
  color: inherit;
  background-color:#cc6633;
}

.headerTitle {
  margin: 0;
  width:  40%;

}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  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: 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: 15.5em;
  float: left;
  clear: left;
}



.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: #ad754c;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarTitle {
  color: #333;
  background-color: #e8d8cd;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}


.leftSideBar .sideBarText {
  color: #ad754c;
  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;
}

a.linkb:link, a.linkb:visited 
{
	color: black;		
		text-decoration: none;
}

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

.rightSideBar {
  float: right;
  clear: right;
  width: 172px;
  margin: 2ex 10px 4ex 0ex; 
  padding: 0;
  border: 1px solid #daccc1;
  font-size: 8pt;
}


.rightSideBar .sideBarTitle {
  color: black;
  background-color: #e8d8cd;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: #ad754c;
  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;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 16.2em 0 15.5em;
  padding: 0.5em 1em 1em 1em;
  border-left: 1px solid #daccc1;
  border-right: 1px solid #daccc1;
  margin-right:205px;
}

#main-copy h1 {
  color: #ad754c;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 140%;
  font-weight: bold;
  text-align: left;
  margin: 0em 0 0 0;
  padding: 0em 0 0 0;
  line-height: 1.5em;
  /*border-top: 1px solid #daccc1; */
}


#main-copy h2 {
  color: #ad754c;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
  margin: 0em 0 0 0;
  padding: 1em 0 1em 0;
  line-height: 1.5em;
  /*border-top: 1px solid #daccc1; */
}

#main-copy h3 {

  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 110%;
  text-align: left;
  margin: 0em 0 0 0;
  padding: 1em 0 1em 0;
  line-height: 1.5em;
  /*border-top: 1px solid #daccc1; */
}

#main-copy a {
  color: #ad754c;
  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;
}


/* ##### Footer ##### */

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

#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;
}