/* This file defines the colors & sizes of text used, the fonts, bullets, margins, and image borders. Any changes you want to make to the text size, colors, and fonts you should do here. */

/* This sets the default text color, font and size, & margins */
BODY
{font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif;
font-size: 12pt;
font-color: #4E2727
margin: 0px 0px 0px}

/* Header 1 */
H1
{color: #A86500; /* color of text */
font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; /* will use Times Neew Roman first, if not availabe will use Helvetica and so on */
font-size: 24pt; 
font-weight: bold;}

/* Header 2 (Second Level) */
H2
{color: #A86500;
font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif;
font-size: 14pt;
font-weight: bold}

/* Header 3 (Third Level) */
H3
{color:  #A86500;
font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif;
font-size: 12pt;
font-weight: bold}

/* Various Text Styles for link colors, text sizes and colors for Top Menu */

A.MenuLinks { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 8pt; color: #FFFFFF; font-weight: bold; text-decoration: none;}
A.MenuLinks:link { color: #FFFFFF;} /* links in the top menu will be this color */
A.MenuLinks:visited { color: #FFFFFF;}   /* once a page is visited, it will become this color  */
A.MenuLinks:hover { color: #00CC99;} /*  when mouse moves over a menu link, it will change to this color */

A.WhiteMenuLinks_Yellow { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 8pt; color: #FFFFFF; font-weight: bold; text-decoration: none;}
A.WhiteMenuLinks_Yellow:link { color: #FFFFFF;} /* links in the top menu will be this color */
A.WhiteMenuLinks_Yellow:visited { color: #FFFFFF;} /* once a page is visited, it will become this color  */
A.WhiteMenuLinks_Yellow:hover { color: #FFFF00;} /*  when mouse moves over a menu link, it will change to this color */

A.LBMenuLinks { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 9pt; color: #FF9900; font-weight: bold; text-decoration: none;}
A.LBMenuLinks:link { color: #FF9900;} /* links in the top menu will be this color  */
A.LBMenuLinks:visited { color: #FF9900;}   /* once a page is visited, it will become this color  */
A.LBMenuLinks:hover { color: #FF9900;} /*  when mouse moves over a menu link, it will change to this color */

/* Text in Times New Roman Font in Various Sizes - Normal, Not Bolded, Black-brown */
.footer6 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 6pt; color: #221111;}
.footer8 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 8pt; color: #221111;}
.footer9 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 9pt; color: #221111;}
.footer10 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 10pt; color: #221111;}
.footer10 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 11pt; color: #221111;}
.footer12 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 12pt; color: #221111;}

/* Text in Times New Roman Font in Various Sizes - Bolded, Raw Sienna */
.bfooter6 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 6pt;  font-weight: bold; color: #A86500;}
.bfooter8 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 8pt;  font-weight: bold; color: #A86500;}
.bfooter9 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 9pt;  font-weight: bold; color: #A86500;}
.bfooter10 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 10pt;  font-weight: bold; color: #A86500;}
.bfooter11 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 11pt;  font-weight: bold; color: #A86500;}
.bfooter12 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 12pt;  font-weight: bold; color: #A86500;}

/* Larger sizes of the Bolded, Raw Sienna Text */
.RawSiennaText18 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 18pt;  font-weight: bold; color: #A86500; 
}
.RawSiennaText16 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 16pt;  font-weight: bold; color: #A86500; 
}
.RawSiennaText14 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 14pt;  font-weight: bold; color: #A86500; 
}
.RawSiennaText12 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 12pt;  font-weight: bold; color: #A86500; 
}
.RawSiennaText11 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 11pt;  font-weight: bold; color: #A86500;} 
.RawSiennaText10 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 10pt;  font-weight: bold; color: #A86500; 
}
.RawSiennaText9 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 9pt;  font-weight: bold; color: #A86500; 
}

/* Text in Times New Roman Font 9PT - Bolded, Can be Used for HyperLinks*/
.bottommenu9 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 9pt;  font-weight: bold; color: #FFFFCC;} /* Links will be this color */
.bottommenu9:visited {color: #FFFFCC;} /* Visited links will be this color */
.bottommenu9:hover {color: #FFCC00;} /* Text becomes this color when the mouse moves over it */

/* Text in Times New Roman Font 9PT - Bolded, Can be Used for HyperLinks*/
.bottommenud9 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 9pt;  font-weight: bold; color: #4E2727;} /* Links will be this color */
.bottommenud9:visited {color: #4E2727;} /* Visited links will be this color */
.bottommenud9:hover {color: #65A9A3;} /* Text becomes this color when the mouse moves over it */


/* White Text in various sizes, bolded and regular  */
.wfooter8 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 8pt;color: #ffffff;}
.wbfooter8 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 8pt;  font-weight: bold;  color: #ffffff;}
.wbfooter9 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 8pt;  font-weight: bold;  color: #ffffff;}
.wbfooter10 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 10pt;  font-weight: bold;color: #ffffff;}
.wbfooter11 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 11pt;  font-weight: bold;color: #ffffff;}
.wbfooter12 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 12pt;  font-weight: bold;color: #ffffff;}
.wfooter10 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 10pt;  color: #ffffff;}

.deepgraytext16 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 16pt;  font-weight: bold; color: #999999;}

/* Table { border-color: #4E2727; border-width: 0.05cm;} */

.orangetext14 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 14pt;  font-weight: bold; color: #FF9900;
}


/* Various sizes of the Blue Complimentary Text Blue #002384 */
.bluetext16 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 16pt;  font-weight: bold; color: #0A592C; }
.bluetext14 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 14pt;  font-weight: bold; color: #002384; }
A.bluetext14:link { color: #002384;} /* links in the top menu will be this color  */
A.bluetext14:visited { color: #002384;}   /* once a page is visited, it will become this color  */
A.bluetext14:hover { color: #86210F;} /*  when mouse moves over a menu link, it will change to this color */
.bluetext12 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 12pt;  font-weight: bold; color: #002384; }
A.bluetext12:link { color: #002384;} /* links will be this color  */
A.bluetext12:visited { color: #002384;}   /* once a page is visited, it will become this color  */
A.bluetext12:hover { color: #86210F;} /*  when mouse moves over a menu link, it will change to this color */
.bluetext11 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 11pt;  font-weight: bold; color: #002384;} 
.bluetext10 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 10pt;  font-weight: bold; color: #002384; }
.bluetext9 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 9pt;  font-weight: bold; color: #002384; }
A.bluetext9:link { color: #002384;} /* links will be this color  */
A.bluetext9:visited { color: #002384;}   /* once a page is visited, it will become this color  */
A.bluetext9:hover { color: #86210F;} /*  when mouse moves over a menu link, it will change to this color */


/* Various sizes of the Green Text Green complimentary 006363 and 0A592C */
.GreenText18 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 18pt;  font-weight: bold; color: #0A592C; 
}
.GreenText16 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 16pt;  font-weight: bold; color: #0A592C; 
}
.GreenText14 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 14pt;  font-weight: bold; color: #0A592C; 
}
A.GreenText14:link { color: #0A592C;} /* links in the top menu will be this color  */
A.GreenText14:visited { color: #0A592C;}   /* once a page is visited, it will become this color  */
A.GreenText14:hover { color: #86210F;} /*  when mouse moves over a menu link, it will change to this color */
.GreenText12 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 12pt;  font-weight: bold; color: #0A592C; 
}
A.GreenText12:link { color: #0A592C;} /* links in the top menu will be this color  */
A.GreenText12:visited { color: #0A592C;}   /* once a page is visited, it will become this color  */
A.GreenText12:hover { color: #86210F;} /*  when mouse moves over a menu link, it will change to this color */
.GreenText11 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 11pt;  font-weight: bold; color: #0A592C;} 
.GreenText10 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 10pt;  font-weight: bold; color: #0A592C; }
.GreenText9 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 9pt;  font-weight: bold; color: #0A592C; }
A.GreenText9:link { color: #0A592C;} /* Links in the top menu will be this color  */
A.GreenText9:visited { color: #0A592C;}   /* Once a page is visited, it will become this color  */
A.GreenText9:hover { color: #86210F;} /*  When mouse moves over a menu link, it will change to this color */

/* Various sizes of the Dark Brown Text */
.DarkBrownText18 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 18pt;  font-weight: bold; color: #4E2727; }
.DarkBrownText16 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 16pt;  font-weight: bold; color: #4E2727; }
.DarkBrownText14 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 14pt;  font-weight: bold; color: #4E2727; }
.DarkBrownText12 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 12pt;  font-weight: bold; color: #4E2727; }
.DarkBrownText11 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 11pt;  font-weight: bold; color: #4E2727; } 
.DarkBrownText10 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 10pt;  font-weight: bold; color: #4E2727; }
.DarkBrownText9 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 9pt;  font-weight: bold; color: #4E2727; }

/* Various sizes of the Red-Brown Text */

.RedBrownText16 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 16pt;  font-weight: bold; color: #86210F; }
.RedBrownText14 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 14pt;  font-weight: bold; color: #86210F; }
.RedBrownText12 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 12pt;  font-weight: bold; color: #86210F; }
.RedBrownText11 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 11pt;  font-weight: bold; color: #86210F;} 
.RedBrownText10 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 10pt;  font-weight: bold; color: #86210F; }
.RedBrownText9 { font-family: Times New Roman, Helvetica, Verdana, Arial, Sans-serif; font-size: 9pt;  font-weight: bold; color: #86210F; }

/* SET THE BORDER AROUND IMAGES */   

.floatright
{
float: left;
margin: 5px 10px 10px 0; /* top right bottom left */
border: 3px solid #000000; 
}

.imgborder { border: 3px solid #000000; } 
a.imgborder:link { color: #000000;}
a.imgborder:active { color: #0A592C;}
a.imgborder:visited { color: #000000;}
a.imgborder:hover { color: #376F6F;}

/* BULLET AND ACCOMPANYING TEXT COLORS - Dark Brown bullet, Teal Text*/   
ul.DarkBrownmark li { color: #4E2727; } /* This sets the bullet markers of the unordered lists as orange */
ul.DarkBrownmark li span { color:#376F6F; } /* This sets the font color of the items in the list - Dark Brown */
ul { list-style-type: disc; list-style-position: outside ;} /* This sets the style & position of the bullet */


/* BULLET AND ACCOMPANYING TEXT COLORS - ORANGE BULLET, DARK BROWN TEXT*/   
ul.orangemark li { color: #FF9900; } /* This sets the bullet markers of the unordered lists as orange */
ul.orangemark li span { color:#4E2727; } /* This sets the font color of the items in the list - Dark Brown */
ul { list-style-type: disc; list-style-position: outside ;} /* This sets the position of the bullet */

/* BULLET AND ACCOMPANYING TEXT COLORS - ORANGE BULLET, RAW SIENNA BROWN TEXT*/   
ul.orangemark2 li { color: #FF9900; } /* This sets the bullet markers of the unordered lists as true blue */
ul.orangemark2 li span { color:#A86500; } /* This sets the font color of the items in the list - Raw Sienna Brown */
ul { list-style-type: disc; list-style-position: outside ;} /* This sets the style & position of the bullet */
