@charset "UTF-8";
.styleHomeHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	color: #F15D22;
	font-weight: normal;
}
a:link {
	color: #F15D22;
	text-decoration: underline;
	font-weight:normal;
}
a:visited {
	color: #00A5E3;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #00A5E3;
	text-decoration: underline;
	font-weight:normal;
}
.imgborder {
	border: 1px solid #F15D22;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #00A5E3;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #F15D22;
}
.oneColFixCtrHdr #header {
	background: #ffffff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #f15d22;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer a:link {
	color:#FFFFFF;
	font-weight: normal;
	font-size: None;
	text-decoration: underline;
}

.footer a:visited {
	color:#00A5E3;
}      

.footer a:hover {
	color: #00A5E3;
	text-decoration: underline;
	font-weight: normal;
}
.stylefooter {
	color: #FFFFFF;
	font-size: 8pt;
	line-height: 14pt;
}
.stylebox {
	font-size: 8pt;
	color: #666666
}.stylehomebody {
	font-size: 12pt;
	color: #666666;
	line-height: 18pt;
	font-family: Arial, Helvetica, sans-serif;
}
.styletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #F15D22;
	font-weight: bold;
}
.regularbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.quotetext {
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #00A5E3;
	line-height: 13pt;
}
.listspacing {
	line-height: 24pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #F15D22;
}
.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #F15D22;
	text-align: center;
	letter-spacing: 2px;
	text-transform: capitalize;
}
.calloutboxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.captiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #F15D22;
}
