/**********************************
 * MODIF: 2006-Jan-31 20:04 -0500 *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(243,242,235); 
   background-color: White; 
  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;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: inherit;
  background-color: rgb(184,38,25);
  background-color: lightskyblue;
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
  display: block;
  height:100px;
  width:790px;
}

.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;
}

.headerTitle #headerTitleLeft
{
	color: white;
	font-weight: normal;
	float: left;
	display: block;
	text-align: left;
	margin-left: 30px;
}
.headerTitle #headerTitleRight
{
	color: white;
	font-weight: normal;
	float: right;
	display: block;
	text-align: right;
	width:11em;
}

.headerTitle #leftTitleText
{
	font-weight:bold;
	color: Black;
	font-size:3.1em;
	margin-left:.5em;
}

.subHeader {
  color: white;
  background-color: lightslategrey;
  font-size: 109%;
  text-align: center;
  margin: 0;
  padding: 0 14em 0 1em;
  display:block;
  height:20px;
}

.subHeader #subHeaderLeft
{
	color: white;
	font-weight: normal;
	float: left;
	display: block;
	text-align: left;
	
}
.subHeader #subHeaderRight
{
	color: white;
	font-weight: normal;
	float: right;
	display: block;
	text-align: right;
	
}

.subHeaderCaption {
  color: white;
  background-color: grey;
  font-size: 100%;
  text-align: left;
  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;
}

/* ##### Slogan Banner ##### */

.sloganTable {
	width:100%;
	color:maroon;
	font-weight:bold;
	font-style:italic;
	font-size:1.2em;
	font-family:arial;
	border-collapse:collapse;	
}

.sloganTableRow {
	background-color:powderblue;
	height:1.7em;
	vertical-align:middle;
	width:100%;
	text-align:center;	
}

/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
  background-color: rgb(243,242,235);
}

.leftSideBar .sideBarTitle {
  /* color: rgb(64,64,64);*/
  color: slateblue;
  background-color: rgb(230,223,207);
  background-color: lavender;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.sideBarTitleTop {
  border-bottom: 0px solid black;
  color: darkmagenta;
  background-color: lavender;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.sideBarTitleTop a {
  color: darkmagenta;
  background-color: transparent;
  text-decoration: none;
}

.sideBarTitleTop a:hover {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;
}

.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: darkmagenta;
  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: 13em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
}

[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;
  background-color: white;
  background-repeat: repeat-y;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 15em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
  height: 100%;
  display: block;
  /*clear: both;*/
}

#main-copy h1 {
  color: maroon;
  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);
}

.iconTitleText {
  color: maroon;
  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;
  margin-left: 10px;
}

#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;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: lavender;
  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;
}

/* ##### 2Column Listing ##### */
.twoColumnTable td
{
	padding-left:20px;
	padding-right:35px;
}

/* #### Formatting Fixes ##### */
.stretch
{
	clear:both;
}