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: 73%;
}

td {
	font-size: 100%;
  }


.doNotDisplay {
  display: none !important;
}


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

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

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
  height:60px;
}

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

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

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

.subHeader {
	color: Maroon;
	background-color: rgb(240,233,187);
	font-size: 109%;
	text-align: center;
	margin: 0;
	padding: 0.5ex 0;
}

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

.subHeader a:hover {
  color: Maroon;
  background-color: white;
}

.header-pic {
position:absolute;
top:5px;
right:80px;
text-align:right;
}

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

.leftSideBar {
}

.leftSideBar .sideBarTitle {
	color: rgb(64,64,64);
  background-color: #FED7F9;
	font-weight: bold;
	margin: 0;
	padding: 0.8ex 1ex;
}


.leftSideBar .sideBarText {
	color: rgb(166,140,83);
	background-color: transparent;
	line-height: 1.25em;
	margin: 1ex 0.25ex 1.5em 1ex;
	font-size: 92%;
	padding: 0;
	display: block;
}

.SideBarBox {
  padding: 2;
   border: 1px solid rgb(216,210,195);
}

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

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
}

#main-copy h3 {
  color: rgb(166,140,83);
  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 a {
	color: #A88C53;
	background-color: transparent;
	text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy .sideBarText a {
  text-decoration: none;
}

#main-copy .sideBarText a:hover {
background-color: white;
color: Maroon;
text-decoration: underline overline;
}


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

#footer {
  color: black;
  background-color: #F4A460;
  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;
}

.subfooter {
	color: Maroon;
	background-color: rgb(240,233,187);
	font-size: 92%;
	text-align: center;
	margin: 1;
	padding: 1em 0;
}

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

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

#footer2 {
 color: black;
 font-size: 92%;
  }

#footer .footer2 a {
 color: black;
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
}

#footer .footer2 a:hover {
 color: black;
  text-decoration: none;
  font-weight: normal;
}