/* COLORS 
color:#013333;  /* Dark Green */
/*color:#74A092;  /* Middle Green */
/*color:#D7E8E8;  /* Light Green */
/*color:#007C66;  /* BG/Tree Green */

/*color:#666666;  /* Text Gray */
/*color:#FF870E;  /* Orange */
/*color:#522104;  /*Brown*/

/*********** GENERAL STYLING *************/
* {
font-family:Helvetica, Arial, sans-serif;
color:#666666;  /* Text Gray */
}
body { 
font-size:100%; /* allows font-size to work in all browsers */
line-height:1.125em; /* 16×1.125=18 */ /* allows line-height to render correctly in all browsers */
}
h1 { 
font-size:1.3em; /* 16x1.3 = 21 */
font-size:1.5em;   /* 16x1.5=24 */ 
color:#666666;  /* Text Gray */
color:black;
font-weight:normal;
line-height:1.1em;
/*font-family:Georgia, "Times New Roman", Times, serif;*/
}
h2 { 
font-size:1.125em; /* 16x1.125=18 */
font-size:1em; /* 16x1 = 16 */
font-size:0.875em;  /* 16x0.875=14 */
color:#522104;  /*Brown*/
color:#333333; /* Dark Gray */
}
h3 { 
font-size:0.875em;  /* 16x0.875=14 */
color:#013333;  /* Dark Green */
color:#333333; /* Dark Gray */
}
h4 { 
font-size:0.75em;  /* 16x0.75=12 */
font-size:0.875em;  /* 16x0.875=14 */
}
h5 { 
font-size:1em; 
font-size:0.75em;  /* 16x0.75=12 */
color:#FF870E;  /* Orange */
}
p  { 
font-size:0.75em;  /* 16x0.75=12 */
font-size:0.875em;  /* 16x0.875=14 */
}
small  { 
font-size:0.50;  /* 16x0.50=8 */
font-size:0.584;  /* 16x0.584=9 */
}
textarea {
font-size:0.875em;  /* 16x0.875=14 */
}


ol {
font-size:0.75em;  /* 16x0.75=12 */
}
ul {
font-size:0.875em;  /* 16x0.875=14 */
}
ul ul {
font-size:1em;  
}
li {
}
address {
}
a:link, a:visited {
color:#522104;
text-decoration:none;
}
a:hover, a:active {
color:#ff870e;
text-decoration:underline;
}
p a:link, p a:visited {
text-decoration:underline;
}


/* STYLING FOR TABLE */
table  { 
font-size:0.875em;  /* 16x0.875=14 */
}
table h3{
font-size:1.25em;
text-align:left;
color:#007C66;  /* BG/Tree Green */
color:#522104;  /*Brown*/
color:#333333;
letter-spacing:.02em;
}
td  { 
font-size:0.875em;  /* 16x0.875=14 */
}
th {
color:#333333;
}
.title {
width:inherit;
font-weight:bold;
color:#333333;
}
.title2 {
font-weight:bold;
font-size:1.1em;
}
.title3 {
font-weight:bold;
color:#522104;
}
.center td{
text-align:center;
}
/*END TABLE FORMATTING*/



#Header {
font-family:"Times New Roman", Times, serif;
color:#666666;  /* Text Gray */
font-weight:bold;
}
#Header p{
font-family:"Times New Roman", Times, serif;
color:#666666;  /* Text Gray */
font-weight:bold;
font-size:1em; 
font-style:italic;
text-align:right;
}


#MainContent #BreadCrumbs {
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:0.875em;  /* 16x0.875=14 */
}
#MainContent #BreadCrumbs a {
font-family:Helvetica, Arial, sans-serif;
font-style:normal;
font-size:0.875em;  /* 16x0.875=14 */
color:#666666;  /* Text Gray */
text-decoration:none;
}
#MainContent li {
list-style-type:square;
}

#SecondaryInfo h2 {
letter-spacing:.02em;
font-size:1.2em; 
}
#SecondaryInfo h4 {
line-height:1.15em;
color:#013333;  /* Dark Green */
}
#SecondaryInfo .PromotionsBox h1 {
color:white;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.6em;
}
.GreenBox, .GreenBox2 {
line-height:1em;
}
.GreenBox h2, .GreenBox2 h2 {
text-align:right;
color:white;
}
.OrangeBox h2 {
text-align:right;
color:white;
}



#FooterInfo h2 {
font-weight:bold;
font-size:1.125em; /* 16x1.125=18 */
}
#FooterInfo a:link, #FooterInfo a:visited {
color:#666666;
}
#QuickLinks ul {
font-weight:bold;
list-style:none;
}
#QuickLinks ul ul {
font-weight:normal;
}





/*FORMATTING FOR FOOTER*/
#Footer a{
color:#74A092;  /* Middle Green */
}
/*END FORMATTING FOR FOOTER*/


/*OTHER FORMATTING*/

.error label{
color:#990000;
font-weight:bold;
}
.note {
color:#333333;
font-style:italic;
font-size:.8em;
line-height:normal;
}


#Credit p{
font-size:0.75em;  /* 16x0.75=12 */
}
#Credit a{
color:#cccccc;
}
