/* -------------------------- MAIN FORMATTING TAGS ----------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #000;
	text-align: left;
	background: #fff;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  navy;
	outline: none;
	}
a:visited {
	color:  navy;
	}
a:active {
	color:  #A70C3B;
	}
a:hover {
	text-decoration: underline;
	color: #A70C3B;
	}
img {
	border: 0;
	}
strong, b {
	font-weight: bold;
	}
p {
	margin-top: 10px;
	margin-bottom: 20px; 
	}
pre {
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
li { 
	list-style-type: none; 
	list-style-image: url('/images/bullet-red-sm.gif'); 
    margin: 5px;
	font-size: 
}
/* -------------------------- GENERAL HEADER TAGS ----------------------------*/

h1 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #251E58;
	}
h2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #251E58;
	}
h3 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	}
h4 {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
hr {
	width: 100%;
	color: navy;
	margin: 10,0,10,0;
	}

/* -------------------------- FORM RELATED STAGS Standard / Custom ----------------------------*/
form {
	margin-top: 4;
	margin-bottom: 2;
	}

input, textarea{
 	font-size: 11px;
	background: #fff;
	border: 1px solid #808080;
	}

.title-form {
	font-size: 11px;
	font-weight: normal;
	width: 90px;
	text-align: left;
	vertical-align:top;
	}

.title-required-form {
	font-size: 11px;
	font-weight: bold;
	width: 90px;
	text-align: left;
	vertical-align:top;
	}

.formbutton {
	margin-top: 2;
	font-size: 11px;
	font-weight: bold;
	background-color: #A70C3B;
	color: #fff;
	height: 18px;
	cursor: hand;
	}
.error {
	color: red;
}


/* -------------------------- GENERAL CUSTOM STYLES ----------------------------*/
#left {

}
#footer a {
	color: #fff;
}
#copyright {
	color: #d1d1d1;
	font: normal 11px verdana, arial,helvetica, sans-serif;
}
#scrolling-news {
	color: #10256A;
	font: normal 12px verdana, arial,helvetica, sans-serif;
}
#scrolling-news a{
	color: blue;
	font: bold 12px verdana, arial, helvetica, sans-serif;
}
#bottom-nav a {
	padding-right: 15px;
}

#breadcrumbs {
	font-size: 11px;
	font-weight: normal
	color: black;
}
#breadcrumbs a{
	color: navy;
	text-decoration: underline;
}

.latest-news h2 {
	color: #002B57;
	font-size: 12px;
	font-weight: bold;
}
.latest-news p {
	margin:0px;
	margin-bottom: 7px;
}
.highlight {
	color: #a1a1a1;
	font-size: 11px;
}
.small {
	font-size: 11px;
}
#success-pictures img{
	border: 2px solid #A70C3B;
	margin: 6px;
}
.success-story-pic img{
	border: 2px solid #A70C3B;
	margin: 6px;
}
.success-story-quote {
	font-size: 12px;
}
.contact-title {
	width: 100px;
	font-weight: bold;
}