@charset "UTF-8";
/* CSS Document */
body {
 /* background-color: #ebebeb;*/
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2pc;
  margin: 30px 30px 30px 30px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Centers the page content container in IE 5 browsers. */
}
.table_header {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
.bottom_line_5px_red {
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #b2000e;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2pc;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	list-style-position: outside;
	list-style-image: url(img/bullet.gif);
}
/* Commonly used to style page titles. */
h1 {
	color: #931F24;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3pc;
}
/* Commonly used to style section titles. */
h2 {
	color: #000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3pc;
}
.italic {
	font-style: italic;
}
/* Sets the style for the h3 header. */
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2pc;
}



.box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.right_line_gray {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.bottom_line_gray {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.bottom_line_black {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8c8c8c;
	padding-top: 3px;
	padding-bottom: 3px;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.2pc;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.2pc;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.2pc;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:focus {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.2pc;
	font-weight: bold;
	color: #931F24;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.2pc;
	font-weight: bold;
	color: #931F24;
}
/*New style for top-left buttons that takes off rollover*/
a.top-left:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.2pc;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.top-left:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.2pc;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.top-left:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.2pc;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.top-left:focus {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.2pc;
	font-weight: bold;
	color: #931F24;
}
a.top-left:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.2pc;
	font-weight: bold;
	color: #931F24;
}

a.footer:link {
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 1.2pc;
	color: #8c8c8c;
	text-decoration: none;
}
a.footer:visited {
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 1.2pc;
	color: #8c8c8c;
	text-decoration: none;
}
a.footer:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.2pc;
	color: #000000;
	text-decoration: underline;
}
a.footer:focus {
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 1.2pc;
	font-weight: bold;
	color: #931f24;
}
a.footer:active {
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 1.2pc;
	font-weight: bold;
	color: #931f24;
}
.centered_type {
	text-align: center;
}
.padding_left_12px {
	padding-left: 12px;
}
.padding_right_12px {
	padding-right: 12px;
}
.padding_top_12px {
	padding-top: 12px;
}
.padding_bottom_12px {
	padding-bottom: 12px;
}
.padartwork { padding-right: 12px; padding-bottom: 0; }
.padding_left_24px {
	padding-left: 24px;
}
.padding_right_24px {
	padding-right: 24px;
}
.left_line_gray {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}


.bottom_line_5px_black {
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#header ul {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
  }
/* float each list element inline */
#header ul li {
	float: left;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;	
  }
/* style the links in the nav list */
#header ul li a {
	display:inline;
	margin: 0;
	height: 1em;
	width: 79 px;
	text-decoration: none;
	font-weight:bold;
	font-size: 112%;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #000000;
	color: #FFFFFF;
  }
#header a:link, #outerWrapper #header a:visited {
	background-color: #000000;
	color: #FFF;
	
  }
#header a:hover, #outerWrapper #header a:active {
	background-color: #B2000E;
	color: #000000;
  }
  /* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
	color: #931F24;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS";	
  }
.thispage_faux_link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #931f24;
	text-decoration: none;
}
  
.bold_face {
	font-weight: bold;
}
.cutline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.1pc;
	font-weight: normal;
	text-decoration: none;
}
.gray_type {
	color: #999999;
}
.left_col_home {
	padding: 12px;
}
.box_home {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 8px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #B2000C;
	border-left-color: #000000;
}
.LTB_lines {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 8px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #931F24;
	border-left-color: #000000;
	padding: 12px;
}
.RTB_lines {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #931F24;
}
.top_home_box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
h4 { color: #0586b0; font-size: 16px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: 0; }
.colpadding { padding-top: 15px; padding-right: 15px; padding-left: 15px; }
.homecols { padding-top: 20px; padding-right: 15px; padding-left: 15px; border-top: 1px solid gray; border-right: 1px solid gray; border-bottom-width: 0; border-left-width: 0; }
.rightcolhome { padding-top: 20px; padding-right: 15px; padding-left: 15px; border-top: 1px solid gray; }
.Red_heads {
	color: #990000;
}
