/* the jewel style :: content */


/* ***************************************************** */
/* content > text elements */
/* ***************************************************** */


.smaller {
	font-size: 10px;
}

.larger {
	font-size: 14px;
}

.headLine1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 22px;
	color: #2B8762;
	line-height: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	color: #2B8762;
	line-height: 20px;
	font-weight: normal;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	line-height: 20px;
	font-weight: normal;
}
.subTitle1 {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	color: #1B583F;
	line-height: 20px;
}
.bodyCopy {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-right: 25px;
}
.navText {
	width: 190px;
	margin-left: 45px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 10px;
	color: #999999;
}

/* ***************************************************** */
/* content > from old site CSS */
/* ***************************************************** */
.credits {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-right: 25px;
}
.emphasize {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #2483A6;
}
.subtitle {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	background-color: #DCF0DC;
}
.alternate {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999999;
}
.tableHead {
	background: url(../images/tblBack.gif) repeat-x;
	color: #FFFFFF;
	height: 20px;
}
.tbl td {
	padding: 1px 1px 1px 2px;
	background: #EFEFEF;
	border-top: 2px solid #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: #FFFFFF;
	border-left: 2px solid #FFFFFF;

}
.tableBorder {
	border: 1px solid #46B18F;
}
.tableBorder tr {

}


/* ***************************************************** */
/* link: content */
/* ***************************************************** */
.content a:link {
	color: #009160;
	text-decoration: none;
}
.content a:visited {
	color: #009160;
	text-decoration: none;
}
.content a:hover {
	color: #2483A6;
}

/* ***************************************************** */
/* link: footerBox */
/* ***************************************************** */
.footerBox a:link {
	color: #009160;
	text-decoration: none;
}
.footerBox a:visited {
	color: #009160;
	text-decoration: none;
}
.footerBox a:hover {
	color: #2483A6;
}

/* ***************************************************** */
/* link: footerBoxHome */
/* ***************************************************** */
.footerBoxHome a:link {
	color: #009160;
	text-decoration: none;
}
.footerBoxHome a:visited {
	color: #009160;
	text-decoration: none;
}
.footerBoxHome a:hover {
	color: #2483A6;
}
