/*------------------------------------------------------------------
Type Styles
------------------------------------------------------------------*/

h1 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-size: 24px;
    color: #7f1902;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h2 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-size: 15px;
	color: #0b1462;
    line-height: 20px;
	font-weight: bold;
	margin-top: -6px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.nav {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #560e15;
    line-height: 22px;
	font-weight: bold;
}

.nav A:link {color: #560e15; text-decoration: none;}
.nav A:visited {color: #560e15; text-decoration: none;}
.nav A:hover {color: #000000; text-decoration: underline;}

.navCurrent {
	background: #f4ebc9;
    padding: 2px 2px 2px 0px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #560e15;
    line-height: 22px;
	font-weight: bold;
}

.navCurrent A:link {color: #560e15; text-decoration: none;}
.navCurrent A:visited {color: #560e15; text-decoration: none;}
.navCurrent A:hover {color: #000000; text-decoration: underline;}

.subhead {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #560e15;
}

.subheadLight {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #f3eac8;
}

.alerttext {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #990033;
}

.maintext {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #560e15;
}

.maintext A:link {COLOR: #560e15; text-decoration: underline;}
.maintext A:visited {COLOR: #560e15; text-decoration: underline;}
.maintext A:hover {COLOR: #000000;text-decoration: underline;}

.maintextTight {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #560e15;
}

.maintextTight A:link {COLOR: #560e15; text-decoration: underline;}
.maintextTight A:visited {COLOR: #560e15; text-decoration: underline;}
.maintextTight A:hover {COLOR: #000000;text-decoration: underline;}

.maintextTightGold {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #674920;
}

.maintextTightGold A:link {COLOR: #674920; text-decoration: underline;}
.maintextTightGold A:visited {COLOR: #674920; text-decoration: underline;}
.maintextTightGold A:hover {COLOR: #000000;text-decoration: underline;}

.maintextSmall {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #560e15;
}

.maintextSmallLight {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #f3eac8;
}

p {
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;
}


/*------------------------------------------------------------------
Attribute Styles
------------------------------------------------------------------*/

.stroke {
    border: 1px solid;
    border-color: #6594c3;
	}

.stroke:hover {
    border: 1px solid;
    border-color: #ffffff;
	}

.stroke:hover {
    color: red; /* Irrelevant definition to overcome IE bug */
	}
	
	
hr {
	margin-top:4px;
	height:1px; 
	border:none; 
	border-top:1px dotted #674920;
    }

/*------------------------------------------------------------------
Footer Styles
------------------------------------------------------------------*/

.footertext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
    font-weight: bold;
	line-height: 15px;
	color: #560e15;
	}

.footertext a:link {color: #5c1d21; text-decoration: underline;}
.footertext a:visited {color: #5c1d21; text-decoration: underline;}
.footertext a:active {color: #5c1d21; text-decoration: underline;}
.footertext a:hover {color: #000000; text-decoration: underline;}

/*------------------------------------------------------------------
Form Styles
------------------------------------------------------------------*/

.formlabel {
    color: #62b7d6;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
    font-size: 11px;
    line-height: 15px
    }

.formfield {
	background-color: #ffffff !important;
    border: 1px #560e15 solid;
    color: #560e15;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 13px
    }
    
 .formselect {
    border: 1px #560e15 solid;
    background-color: #ffffff !important;
    color: #560e15;
    font-family:: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 13px;
    line-height: 13px
    }
	
.formbutton {
    background-color: #560e15;
    border: 1px #674920 solid;
    color: #ffffff;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
	}
	
.formbutton:hover {background-color: #674920; color: #ffffff;}

/*------------------------------------------------------------------
List Styles
------------------------------------------------------------------*/

ul
{
	margin-top: 0;
	margin-left: 0;
	padding-left: 18px;

}

li
{
	padding-top: 6px;
}