/* Global Nav Bar */
.GlobalNavBar
{
	font-family: Times New Roman;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #677e59;
}
.GlobalNavBar_over
{
	font-family: Times New Roman;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #a2ebfd;
}
.GlobalNavBar_mouse_down
{
	font-family: Times New Roman;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ff0000;
}
/* Colored Boxes */
.BlueBox
{
	font-family: Verdana;
	font-size: 8pt;
	color: #2272a5;
	background-color: #a2ebfd;
}
.GreenBox
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	background-color: #d6f3e5;
	color: #677e59;
}
.GreenBoxText
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	color: #677e59;
}
.BlueBoxText
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	color: #2272a5;
}
.BoxTextUnderlined
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: underline;
	color: #2272a5;
}
.GT
{	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}
/* body content */
.Copy
{
	font-family: Arial;
	font-size: 8pt;
	color: #006633;
}
.Exclamation
{
	font-family: Arial;
	font-size: 9pt;
	color: Green;
	font-weight:200;
	font-style:italic;
}
.ImageSubTitle
{
	font-family:Arial;
	font-size:xx-small;
	color:#677e59;
	font-style:italic;
}
a.Copy:link
{
	color: #677e59;
	text-decoration: underline;
}
a.Copy:visited
{
	color: #677e59;
	text-decoration: underline;
}
a.Copy:active
{
	color: #677e59;
	text-decoration: underline;
}
.Header
{
	font-family: Garamond, Times New Roman, Times, Georgia;
	font-size: 20pt;
	font-weight: bold;
	letter-spacing: 1px;
	color: #106ca3;
}
/* CSS classes for the form inputs used by the web controls */
.FormHeader
{
	font-family: Arial;
	background-color: #C0E9C4;
}
.input_radio
{
	font-family: Arial;
	font-size: 10pt;
}
.input_textbox
{
	font-family: Arial;
	font-size: 10pt;
}
.input_checkbox
{
	font-family: Arial;
	font-size: 10pt;
}
.input_dropdown
{
	font-family: Arial;
	font-size: 10pt;
}
.input_textarea
{
	font-family: Arial;
	font-size: 10pt;
}

/* CSS classes for the programs sub menu */
.ProgramsSubMenuText
{	
	font-family: Times New Roman;
	font-size: 8pt;
	font-weight: bold;
	color: #677e59;
}
a.ProgramsSubMenuLink:link
{
	font-family: Times New Roman;
	font-size: 8pt;
	font-weight: bold;
	color: #677e59;
}
a.ProgramsSubMenuLink:active
{
	font-family: Times New Roman;
	font-size: 8pt;
	font-weight: bold;
	color: #677e59;
}
a.ProgramsSubMenuLink:visited
{
	font-family: Times New Roman;
	font-size: 8pt;
	font-weight: bold;
	color: #677e59;
}
/* CSS classes for the contact us sub menu */
.ContactUsSubMenuText
{	
	font-family: Times New Roman;
	font-size: 8pt;
	font-weight: bold;
	color: #677e59;
}
a.ContactUsSubMenuLink:link
{
	font-family: Times New Roman;
	font-size: 8pt;
	font-weight: bold;
	color: #677e59;
}
a.ContactUsSubMenuLink:active
{
	font-family: Times New Roman;
	font-size: 8pt;
	font-weight: bold;
	color: #677e59;
}
a.ContactUsSubMenuLink:visited
{
	font-family: Times New Roman;
	font-size: 8pt;
	font-weight: bold;
	color: #677e59;
}
/* css classes for FAQ */
.Q
{
	font-family: Times New Roman, Times, Georgia;
	font-size: 16pt;
	font-weight: bold;
	color: #106ca3;
}
.Question
{
	font-family: Arial;
	color: #106ca3;
}
.A
{
	font-family: Times New Roman, Times, Georgia;
	font-size: 16pt;
	font-weight: bold;
	color: #677e59;
}
.Answer
{
	font-family: Arial;
	color: #677e59;
}
a.QuestionLink:link
{
	font-family: Arial;
	color: #006633;
}
a.QuestionLink:active
{
	font-family: Arial;
	color: #006633;
}
a.QuestionLink:visited
{
	font-family: Arial;
	color: #677e59;
}
/* css classes for testimonial */
.MiniIndexHeaderBlue
{
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #2272a5;
}
.MiniIndexHeaderGreen
{
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #677e59;
}
.TestimonialCategory_Title
{
	font-family: Arial;
	font-weight: bold;
	color: #006633;
}
.TestimonialCategory_Quote
{
	font-family: Arial;
	color: #006633;
}
.StoryTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #106ca3;
}
.TestimonialEmphasis
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #006633;
}