@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	background-color: #eff8ff;
	background-position: center;
	color: #003366;
	line-height: 20px;
}
#banner {
	height: 250px;
	width: 100%;
	background-position: center;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#line {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #d31145;
	text-align: center;
	background-position: center;
}
#content {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: top;
	height: 100%;
}
#leftcol {
	width: 175px;
	float: left;
	height: 300px;
	overflow: visible;
}
#rightcol {
	height: 100%;
	width: 600px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #D31145;
}
.phonenumber {
	font-size: 26px;
	color: #D31145;
}
hr {
	color: #003366;
}
.copyright {
	font-size: 9px;
	font-style: italic;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #D31145;
	text-decoration: underline;
}
a:active {
	color: #D31145;
}
h3 {
	font-weight: bold;
	font-size: 15px;
}
.homebulletpts {
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #D31145;
	padding-bottom: 15px;
	color: #D31145;
	line-height: 26px;
}
.smallItalic {
	font-size: 12px;
	font-style: italic;
}
.largeBold {
	font-weight: bold;
	font-size: 15px;
}
.bodybold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	background-color: #eff8ff;
	background-position: center;
	color: #003366;
	line-height: 20px;
	font-weight: bold;
}
.bodyitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	background-color: #eff8ff;
	background-position: center;
	color: #003366;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
}
.mainheadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	line-height: normal;
	color: #003366;
}
.imageright {
	float: right;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #D31145;
	margin-left: 25px;
}
.imageleft {
	float: left;
	margin-right: 20px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #D31145;	
}

/* ---------------- form styles ------------------*/

fieldset {
	background-color: #99CCFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	margin-top: 20px;
}
legend {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.4em;
	background-color: #99CCFF;
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: .2em .5em;
}
