@charset "utf-8";
a img {border: 0; }
.dotted-brdr-vert {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #212161;
	border-right-color: #212161;
	border-bottom-color: #212161;
	border-left-color:#212161;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.main-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #212161;
	text-decoration: none;
	cursor:pointer;
}
a.main-nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #a39266;
	text-decoration: none;
}
.sub-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #a39266;
	text-decoration: none;
}
a.sub-nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #212161;
	text-decoration: none;
}
.body-text {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	color: #212161;
	text-decoration: none;
	font-weight: normal;
}
.body-text_white {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}	
.footer-links {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.click-bg {
	background-image: url(images/click-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a.footer-links:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #a39266;
	text-decoration: none;
}
.nav-grad-blue {
	background-image: url(images/nav-gradient-blue.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bolder;
	color: #212161;
	text-decoration: none;
}
.nav-center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #26336A;
}
a.nav-center:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #26336A;
	text-decoration: none;
	background: #d2a761;
}h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #A39266;
	text-decoration: none;
	margin: 0px;
}
h5{
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	color: #212161;
	text-decoration: none;
	text-align: justify;
	font-weight:normal;
	margin: 0px;	
}
.li-star {
	list-style-image: url(images/bullet.jpg);
}
.ul {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #A39266;
	text-decoration: none;
	margin: 0px;	
}
h1,h3 {
	margin: 0px;
}
.body-bold {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #212161;
	line-height: 18px;
}

input {
	background-color: #ffffff;
	border: 1px solid #212161;
	font-family: Arial;
	font-size: 9pt;
	color: #212161;
	height: auto;
}
