@charset "UTF-8";

/*Body Copy */

.body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

.bodyBold {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
}

.clsBodyLink {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8f6802;
	text-decoration: underline;
}

.clsBodyLink A {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8f6802;
	text-decoration: underline;
}

.clsBodyLink A:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8f6802;
	text-decoration: none;
}

.clsBodyLink A:active {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8f6802;
	text-decoration: underline;
}

/*Italic Copy */

.BodyItalic {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #092869;
	line-height: 16px;
	font-style: italic;
}

/*Header Settings */

h2, .HdrOne {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8f6802;
	line-height: 16px;
	text-transform: uppercase;
}

.HdrTwo {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #092869;
	line-height: 16px;
	text-transform: uppercase;
}

.HdrGraphic {
	padding-top: 50px;
	padding-bottom: 15px;
	text-align: left;
}

.HdrTwoBox {
	padding-top: 50px;
	padding-bottom: 15px;
	text-align: left;
}

.HdrOneBox {
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: left;
}

/*Light Drop Down Nav */


.navcontainer ul {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #092869;
	text-decoration: none;
	text-transform: capitalize;
	text-align: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
 width: 160px;}

.navcontainer li {
	margin: 0 0 0 0;
}

.navcontainer a {
	display: block;
	color: #092869;
	background-color: #fefaf0;
	width: 160px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navcontainer a:hover {
	background-color: #e9a901;
}

/*Dark Drop Down Nav */

.navcontainertwo ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #092869;
	text-decoration: none;
	text-transform: capitalize;
	text-align: right;
 width: 160px;}

.navcontainertwo li {
	margin: 0 0 0 0;
}
.navcontainertwo a {
	display: block;
	color: #092869;
	background-color: #faeecc;
	width: 160px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navcontainertwo a:hover {
	background-color: #e9a901;
}

/*Footer */

.clsFooter {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #092869;
	text-decoration: none;
	text-transform: capitalize;
}

.clsFooter A {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #092869;
	text-decoration: none;
	text-transform: capitalize;
}

.clsFooter A:hover {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #092869;
	text-decoration: underline;
	text-transform: capitalize;
}

.clsFooter A:active {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #092869;
	text-decoration: none;
	text-transform: capitalize;
}

.clsFooterBox {
	padding-top: 50px;
	padding-bottom: 15px;
	text-align: center;
}

/*List */

.list {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: regular;
	color: #333333;
	line-height: 18px;
	list-style-type: square;
}

.listHeader {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	color: #8f6802;
	line-height: 18px;
	list-style-type: square;
}

