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

body {
        
        background-color: white;
        font-family: verdana, helvetica, arial, sans-serif;
        font-size:11pt;
        /* Enables font size scaling in MSIE */
        margin: 0;
        padding: 0;

}

big{
	font-size: 22px;
	}

html > body {
  font-size: 11pt;

}

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: white;
  margin: 0;
	padding: 0;	
	*/
	;
}



.headerTitle {
	margin: 0;
	padding: 0;
	background-color: #B41C1B;
}

.headerTitle2 {
	margin: 0;
	padding: 0;
	background-color: #B41C1B;
	color: white; 
  font-weight: bold;  
  font-size: 100%; 
  text-align: center;
  width: auto; 
  font-family: Garamond;
  line-height : 30px;
}

.headerTitle a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 130%;  /* 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;
}

.right
{
position: absolute;
top: 0px;
left: 720px;
width: 230px;
color: white;
font-size: 10px;
}
.right a
{
	color: White;
	text-decoration: none;
}
.right a:hover
{
	text-decoration: underline;
}
.decoration {display: block;}

.subHeader {
	color: white;
	background-color: #A0A0A0;
	font-size: 95%;
	text-align: center;
	line-height : 30px;
	padding : 0px;
}

.subHeader a {
	color: white;
	background-color: #A0A0A0;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0px 0ex;
}

.subHeader-left {
	color: white;
	background-color: #A0A0A0;
	font-size: 95%;
	text-align: left;
	line-height : 30px;
	padding: 0px;

}

.subHeader-left a {
	color: white;
	background-color: #A0A0A0;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0px 0ex;
	vertical-align: middle;
}

.subHeader_red
{
	color: #CC3333;
	font-weight: bold;
	background-color: #A0A0A0;
}

.subHeader a:hover {
	color: rgb(0,0,0);
	background-color: #A0A2A2;
}

.subHeader-left a:hover {
	color: rgb(0,0,0);
	background-color: #A0A2A2;
}
/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: #F0EEE4;
  text-align: justify;
  vertical-align : top;
  line-height: 1.5em;
  margin: 0 0 0 0 em;
  padding: 0.5ex 15em 1em 0em;
  border-left: 0px solid rgb(216,210,195);
}

#main-copy h1 {
        color: rgb(0,0,0);
        
        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: 0em 0 0 0;
        
}

 li {
        margin: 0.5ex;
        padding: 0 0 0 0.25ex;
}
#main-copy a {
  color: #B41C1B;
  background-color: transparent;
  text-decoration: none;
}

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

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

.bigger {

font-weight: bold;
text-align: left;
line-height: 1.2em;
}
td {
	
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: justify;
vertical-align : top;
	line-height: 1.3em;
	font-size: 10pt;
	/* Enables font size scaling in MSIE */
	margin: 0;
	 padding: 0 5px;
	*/
	;
	
}
.td_left
{
	
	text-align: left;
	
}


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: #2F4D97;
  background-color: #90A9E8;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 2em 1mm 2em 1mm;
  clear: both;
}
.td_right
{
	text-align: right;
	background-color: #B41C1B;
	padding: 1em 3em 1em 1em;
}

#footer div {
  margin: 0;
  padding: 0 0 0.5ex 0;
}

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

#footer a:hover {
  color: white;
  background-color: #B41C1B;
}
