/* Body font control. Note that px is smaller than pt. */
/*Hyperlink colors. */
A
{
    COLOR: #ff8800;
}
A:hover
{
    COLOR: #669900;
}
/*End Hyperlink colors*/
/*Cell text control.*/
.background
{
    background-color: #ffffcc;
}
.content
{
    background-color: #ffffff;
    FONT-SIZE: 13px;
    font-family: Arial;
    padding: 10;
	 margin: 0;
	 border-right: black groove 3px;
	 border-bottom: black solid 2px;
	 border-left: black solid 1px;
	 border-top: black solid 1px; 
}
Body
{
    FONT-SIZE: 12px;
    font-family: Arial;
}
/*End cell text control*/
/*PopUpHeader text control.*/
.PopUpHeader
{
    background-color: #ffffff;
    FONT-SIZE: 15px;
    font-weight: bold;
    font-family: Arial;
    padding: 10;
	 margin: 0;
}
/*End popUpHeader text control*/
/*PopUp text control.*/
.PopUp
{
    background-color: #ffffcc;
    FONT-SIZE: 13px;
    font-family: Arial;
    padding: 10;
	 margin: 0;
}
/*End popUp text control*/
/*MainHeader text control.*/
H1
{   
    COLOR: #59650f;
    FONT-FAMILY: Arial;
    FONT-SIZE: 24px;
    text-align: center;
	margin-bottom: 10;
}
/*End MainHeader text control.*/
/*subHeader text control.*/
H3
{   
    COLOR: #59650f;
    FONT-FAMILY: Arial;
    FONT-SIZE: 18px;
    text-align: left;
	margin-bottom: 10;
}
/*End subHeader text control.*/
/*FAQQuestion text control.*/
.FAQQuestion
{
    FONT-SIZE: 17px;
    font-family: Arial;
    font-weight: bold;
    color: #cc3300;
}
/*End FAQQuestion text control*/
/*FAQAnswer text control.*/
.FAQAnswer
{
    FONT-SIZE: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #3c1873;
}
/*End FAQAnswer text control*/

/*End cell text control*/

/*Begin Left Navigation bar Navbarinc is the only file using these styles*/
.navwinMenuItem
{
    CURSOR: hand;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, 'MS Sans Serif';
    FONT-SIZE: 11px;    
	height: 15px;
	FONT-WEIGHT: bold;
	-moz-appearance: none;
	text-decoration: none;
    background-color: #ff8800;
	border-top: lightgrey solid 2px;
	border-right: black solid 2px;
	border-bottom: black solid 2px;
	border-left: lightgrey solid 2px;
	margin: 1;
	padding: 2;
}
.navHighlight {
	color: #3c1873;
	FONT-FAMILY: Arial, Helvetica, 'MS Sans Serif';
   FONT-SIZE: 11px;
	height: 15px;
	FONT-WEIGHT: bold;
	-moz-appearance: none;
	text-decoration: none;
	margin: 1;
	padding: 2;
	CURSOR: hand;
	background-color: #ffffcc;
	border-top: lightgrey solid 2px;
	border-right: black solid 2px;
	border-bottom: black solid 2px;
	border-left: lightgrey solid 2px;
}
.navDepress
{
    color: #3c1873;
	FONT-FAMILY: Arial, Helvetica, 'MS Sans Serif';
    FONT-SIZE: 11px;	
	height: 15px;
	FONT-WEIGHT: bold;
	-moz-appearance: none;
	text-decoration: none;
	margin: 1;
	padding: 2;
	CURSOR: hand;
	background-color: #ffffcc;
	border-top: black solid 2px;
	border-right: lightgrey solid 2px;
	border-bottom: lightgrey solid 2px;
	border-left: black solid 2px;
}
.navOnPageItem
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, 'MS Sans Serif';
    FONT-SIZE: 11px;
	height: 15px;
	FONT-WEIGHT: bold;
	-moz-appearance: none;
	text-decoration: none;
   CURSOR: hand;
   background-color: #FFC480;
	border-top: lightgrey solid 2px;
	border-right: black solid 2px;
	border-bottom: black solid 2px;
	border-left: lightgrey solid 2px;
	margin: 1;
	padding: 2;
}
/*End Left Navigation Bar*/

