/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	border: 0;
	outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
.logo {
	font-family: Helvetica, Arial;
	font-size: 27px;
	font-weight: normal;
	color: #003399;
	letter-spacing: 0.19em;
	padding: 12px;
	margin-top: 12px;
	line-height: 32px;
}
.logo2 {
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
	padding: 12px;
	margin-top: 12px;
	line-height: 20px;
}
/* Commonly used to style page titles. */
h1 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
}
/* Commonly used to style section titles. */
h2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #ca0009;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #262499;
}

.SUBHEAD {
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.textpadding {
	padding: 12px;
}
.boxline {
	border: 1px solid #999999;
	padding: 4px;
}
.lineleft {
	height: 75%;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
}.phonenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.lowernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 16px;
	font-weight: bold;
}
.imagelinebelow {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.secondnavimage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 12px;
	margin-top: 12px;
	line-height: 18px;
	margin-left: 12px;
}
.lineright {
	height: 75%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
}
.subheadingsmaller {
	font-size: 12px;
	color: #003399;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
.boxlinetable {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
}
.boldersubs {
	font-weight: bold;
	color: #003399;
}
.pdfpadding {
	margin: 6px;
}
.listtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #003399;
}
.imagebelow {
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.squareimage {
	padding-right: 8px;
	padding-bottom: 8px;
}
.style4Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #666666;
}
.bordercolor {
	border: thin solid #666;
	padding: 6px;
}
