body {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	margin: 0px;
	line-height: 22px;
}

.navy {
	color: #153e54;
	text-transform: uppercase;
}

.gold {
	color: #c89b39;
	font-size: 18px;
}

.white {
	color: #ffffff;
}

.white_sm{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
}

h1 {
	color: #153e54;
	font-size: 24px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}
	
h2 {
	color: #c89b39;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
	
h3 {
	color: #153e54;
  	font-size:12px;
	margin: 0;
	padding: 0;
	padding-top: 12px;
   }
   
   p{
   	margin: 0;
	padding: 0;
	margin-bottom: 12px;
   }

a:link, a:visited {
	color: #153e54;
	text-decoration: none;
	border-bottom:2px groove;
	border-bottom-color:#c89b39;
}    

a:hover {
	color: #c89b39;
	text-decoration: none;
	border-bottom: 0px groove;
}


a.image:link, a.image:visited {
	color: #e2dcb6;
	text-decoration: none;
	border-bottom: 0px solid;
}

a.image:hover {
	color: #e2dcb6;
	text-decoration: none;
	border-bottom: 0px solid;
}

a.nav:link, a.nav:visited {
	color: #153e54;
	font-size: 14px;
	font-weight:bold;
	text-transform:capitalize;
	border-bottom: 0px;
	line-height: 12px;
	margin: 0 8px 0 8px;
}

a.nav:hover {
	color: #ffffff;
	font-size: 14px;
	font-weight:bold;
	text-transform:capitalize;
	border-bottom: 0px;
	line-height: 12px;
	margin: 0 8px 0 8px;
}

a.nav2:link, a.nav2:visited {
	color: #153e54;
	font-size: 12px;
	font-weight:bold;
	text-transform:capitalize;
	border-bottom: 0px;
	line-height: 12px;
}

a.nav2:hover {
	color: #59859d;
	font-size: 12px;
	font-weight:bold;
	text-transform:capitalize;
	border-bottom: 0px;
	line-height: 12px;
}

a.nav3:link, a.nav3:visited {
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
	text-transform:capitalize;
	border-bottom: 0px;
}

a.nav3:hover {
	color: #153e54;
	font-size: 13px;
	font-weight:bold;
	text-transform:capitalize;
	border-bottom: 0px;
}



.copyright{
	color: #153e54;
	font-family: Myriad, Arial, sans-serif;
	font-size: 10px;
	line-height: 11px;
}

a.copyrightlink:link, a.copyrightlink:visited {
	color: #59859d;
	font-size: 10px;
	border-bottom: 1px solid;
}

a.copyrightlink:hover {
	color: #59859d;
	font-size: 10px;
	border-bottom: 0px solid;
}

.img_left {
	border: 0;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.img_right {
	border: 0;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

