.style1 {
	color: #002a5c;
	font-weight: bold;
}	
a {
	font-size: 10px;
	color: #002A5C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #002A5C;
	text-decoration: none;
}
a:hover {
	color: #4f91cd;
	text-decoration: none;
}
a:active {
	color: #002A5C;
	text-decoration: none;
}
a.bold {
	font-size: 12px;
	color: #4a4b4d;
	font-weight: bold;
	text-decoration: underline;
}
a.bold:visited {
	color: #4a4b4d;
	text-decoration: underline;
}
a.bold:hover {
	color: #4a4b4d;
	text-decoration: underline;
}
a.bold:active {
	color: #4a4b4d;
	text-decoration: underline;
}
a.footer {
	font-size: 10px;
	color: #4a4b4d;
	text-decoration: underline;
}
a.footer:visited {
	color: #4a4b4d;
	text-decoration: underline;
}
a.footer:hover {
	color: #4a4b4d;
	text-decoration: underline;
}
a.footer:active {
	color: #4a4b4d;
	text-decoration: underline;
}
body {
	background-color: #c1d2e2;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
p {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}
.leftcollumn {
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #4a4b4d;
	text-align: center;
	padding: 5px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #4a4b4d;
	text-align: left;
	padding: 0px;
}
li {
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
}
.newsproduct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4a4b4d;
	background-image: url(images/shade_news.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	list-style-image: url(images/bullet.gif);
	text-align: left;
	vertical-align: top;
}
.bodycell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4a4b4d;
	background-position: left top;
	border: 1px none #999999;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4a4b4d;
	background-image: url(images/sexton.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #999999;
	text-indent: 0px;
	white-space: normal;
	background-color: #FFFFFF;
	height: 100%;
	list-style-image: url(images/bullet.gif);
	padding: 20px;
}
.bodytext_team {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4a4b4d;
	background-image: url(images/sexton2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #999999;
	text-indent: 0px;
	white-space: normal;
	background-color: #FFFFFF;
	height: 100%;
	list-style-image: url(images/bullet.gif);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #002a5c;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #4f91cd;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.highlight_bio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #4f91cd;
	text-align: left;
	vertical-align: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.boldunderline {
	font-size: 12px;
	text-decoration: underline;
}

/* ---------- ::Contact Form added 3-24-2008:: ---------------------- */
#contactform {
margin:0 auto;
width:340px;
}
#contactform .hidden {
display:none;
visibility:hidden;
}
#contactform .clear {
clear:both;
}
#contactform div {
clear:both;
display:block;
padding:1em 0;
width:340px;
}
#contactform input, #contactform label, #contactform select {
display:block;
float:left;
vertical-align:middle;
line-height:normal;
font-size:1.1em;
font-family:inherit;
}
#contactform label {
padding-right:1em;
width:25%;
cursor:pointer;
text-align:right;
font-size:1.1em;
font-family:inherit;
}
	#contactform label.state, #contactform label.country {
	display:inline;
	}
	#contactform label.country {
	width:17%;
	padding-right:.5em;
	}
	#contactform label.contacthow {
	width:90%;
	text-align:center;
	}
	#contactform label.referral {
	width:80%;
	text-align:center;
	}
#contactform input,#contactform textarea {
width:65%;
padding:.2em;
}
#contactform textarea {
height:100px;
}
	#contactform select.state, #contactform select.country {
	display:inline;
	}
	#contactform select.state {
	width:70px;
	}
	#contactform select.country {
	width:100px;
	}
	#contactform input.checkbox {
	width:20px;
	}
/* captcha image */
#contactform div#imgverification {
float:right;
width:65%;
}
	#contactform div#imgverification img {
	text-align:left;
	}
	#contactform div#imgverification label {
	width:100%;
	padding-right:0;
	text-align:left;
	font-size:10px;
	}
	#contactform div#imgverification input {
	width:100px;
	}
#contactform div.submit {
float:right;
width:65%;
}
#contactform div.submit input {
width:108px;
}
/* error page */
.bodytext ul#form_error_list li {
list-style-type:none;
list-style-image:none;
}
p.error_mssg, p.error_mssg a {
	font-size: 12px;
	color: #4a4b4d;
	font-weight: bold;
}
p.error_mssg a {
text-decoration:underline;
}
p.error_mssg a:hover {
text-decoration:none;
color:#777;
}