body, td {
	margin-top: 0px;
	font-family: Helvetica, sans-serif, Arial;
	font-size: .95em;
	color: #003768; 
	font-weight: normal;
	line-height: 1.2em;
}
a, a:visited { text-decoration: none; color: #3a70c0; }
a:hover { text-decoration: underline; }
ul { line-height: 1.2em; }
ul li, ol li { margin-bottom: .5em; }
ol { line-height: 1.2em; }
h1
{
  background: url('/images/h1_bg.jpg') top left repeat-y;
	font-size: 1.5em;
	color: #003768; 
	font-weight: bold;
	padding: .5em 0px;
  text-transform: uppercase;
}
h2
{
	font-size: 16px;
	color: #003768; 
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
  text-transform: uppercase;
  border-bottom:2px dotted #8c1d34; 
  margin:0 0 15px 0;
}
h3 {
	font-size: 14px;
	color: #003768; 
	font-style: italic; 
	font-weight: bold
}
 
/* Header */
.utilnav { font-size: .95em; margin: 20px 10px; color: #f1dda9; }
.utilnav a { color: #f1dda9; }

/* Box Elements */
.testimonial
{
  padding: 5px 10px 10px 35px; 
  border: 1px solid #cacaca; 
  background-color: #6f6f6f; 
  background:url(/assets/wysiwyg/buttons/lquote.png) no-repeat 3px 3px;
  position: relative; 
  -moz-border-radius: 10px; border-radius: 10px; 
  margin:15px 0 30px 0;
  font-style: italic;
}
.testimonial .author { text-align: right; font-style: normal; }

.box 
{
  position: relative; 
  padding: 10px;
  padding-top: 4px;
  background-color: #efefef;
  margin-left: 10px;
  margin-top: 10px;
  border: 1px solid #cacaca; 
  -moz-border-radius: 10px; border-radius: 10px;
}
.box h2 { color: #8c1d34; border-bottom:2px dotted #003768; }

/* Body Styles */
.style1 {
	color: #f1dda9;
}
.style2, a.style2:visited {
	color: #003768; 
	font-weight: normal;
}
.style2b {
	font-size: 13px;
	color: #003768; 
	font-weight: normal;
}
.style3 {
	color: #003768; 
	font-weight: bold;
  text-transform: uppercase;
}
.style7 {
	font-size: 13px;
	color: #003768; 
	font-weight: bold;
	text-decoration: none;
  text-transform: uppercase;
}
.style7a, a.style7a:visited {
	font-size: 13px;
	color: #003768; 
	font-weight: bold;
	text-decoration: none;
}
.style8 {
  font-size: 10px;
	color: #003768; 
  font-weight: normal;
}

/* Misc */
.nav p {
  font-size: 11px;
	color: #003768; 
  font-weight: normal;
  text-align: center;
}
.jumptop, .jumptop img
{
  font-size: 9px;
  border: 0px;
  padding-right: 2px;  
  vertical-align: baseline;
}
.divider { width: 80%; height: 1px; color: #efefef; }
