@charset "utf-8";
/* CSS Document */


.separator {
	clear: both;
	height: 1px;
	line-height: 4px;
	background-image: url(../images/sepImg.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 500px;
		}
.styled {
	margin-bottom: 12px;
}
.styled .subHead {
	background-color: #C1C66C;
	color: #302C26;
	font-size: 13px;
	font-weight: bold;
}
.styled .indent {
	text-indent: 15px;
}

table th {
	color: #FFF;
	background-color: #848835;
	padding: 4px;
	text-align: left;
	font-size: 12px;
}
table td {
	padding: 4px;
	font-size: 12px;
	vertical-align: top;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.tableIndent {
	padding-left: 15px;
}
.tableOddRow {
	background-color: #FFFFFF;
}
.tableEvenRow {
	background-color: #DCDCCD;
}
.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;
}
#breadcrumbs li.two, #breadcrumbs li.five {
	background-color: #7CA4B7;
	background-image: url(../images/bcTwoBkg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#breadcrumbs li.twoEnd, #breadcrumbs li.fiveEnd {
	background-color: #7CA4B7;
	background-image: url(../images/bcTwoBkgEnd.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;
}
#breadcrumbs .threeEnd, #breadcrumbs li.sixEnd {
	background-color: #87501F;
	background-image: url(../images/bcThreeBkgEnd.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#breadcrumbs li.fourEnd {
	background-color: #848835;
	background-image: url(../images/bcFourBkgEnd.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.noBottomBorder {border-bottom: none !important;} 
.bulletListTitle {padding-bottom: 0px !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;
}


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: 0px;
}

#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;
	}

.ten {font-size: 10px;}
blockquote {
	padding-left: 15px;
}

.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
