@charset "utf-8";
/* CSS Document */


.separator {
	clear: both;
	height: 1px;
	line-height: 4px;
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 500px;
		}
.styled {
	margin-bottom: 12px;
}
table th {
	color: #FFF;
	background-color: #848835;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
table td {
	padding: 4px;
	font-size: 12px;
	vertical-align: top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF;
}
.tableIndent {padding-left: 15px;}
.tableOddRow {background-color: #FFF;}
.tableEvenRow {background-color: #DCDCCD;}
.tableSubHeading{background-color: #a7ac46;  font-weight: bold;}
.tableNoBorders {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table p {
	text-align: left !important;
}

#breadcrumbs  li.one, #breadcrumbs li.four   {
	background-color: #848835;

	background-image: url(../images/bcOneBkg.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/bcOneBkg.gif);
}
#breadcrumbs li.two, #breadcrumbs li.five {
	background-color: #b78c23;

	background-image: url(../images/bcTwoBkg.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/bcTwoBkg.gif);
}
#breadcrumbs li.twoEnd, #breadcrumbs li.fiveEnd {
	background-color: #B78C23;
	background-image: url(../images/bcTwoEndBkg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#breadcrumbs .three, #breadcrumbs li.six {
	background-color: #87501F;

	background-image: url(../images/bcThreeBkg.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/bcThreeBkg.gif);
}
#breadcrumbs .threeEnd, #breadcrumbs li.sixEnd {
	background-color: #87501F;

	background-image: url(../images/bcThreeBkgEnd.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/bcThreeEndBkg.jpg);
}
#breadcrumbs li.fourEnd {
	background-color: #848835;
	background-image: url(../images/bcFourBkgEnd.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/bcFourEnd.gif);
}

.noBottomBorder {border-bottom: none !important;} 
.bulletListTitle {padding-bottom: 2px !important;}
.contentSep {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #848835;
	line-height: 1px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.redText {color: #FF0000 !important;}
.downLink {
	padding-right: 15px;
	background-image: url(../images/downArrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.upLink {
	padding-right: 15px;
	background-image: url(../images/upArrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}




h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #696c2a;
	font-weight: normal;
	margin: 0px;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 17px;
	color: #302c26;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 12px;
}
h3 {
	color: #696c2a;
	font-size: 14px;
	padding-bottom: 12px;
}
h4 {
	color: #696c2a;
	font-size: 12px; 
	padding-bottom: 6px;
}

#content ul {  
	list-style-type: disc;
	padding-left:18px;
	list-style-position: outside;
	list-style-image: url(../images/bullet_arrow.gif);
	margin-bottom: 12px;
}
#content ul ul{list-style-image: none;}
#content li {padding-top: 3px;}

#content ol {
	list-style-type: decimal;
	margin-bottom: 12px;
	padding-left: 24px;
	}
#content ol ol {
	list-style-type: lower-alpha;
}


.ten {font-size: 10px !important;}
.eleven {font-size: 11px !important;}
.twelve {font-size: 12px !important;}
.thirteen {font-size: 13px !important;}
