﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  text-align: center;
  padding: 0 0 0 0;
  background-color: #e0e0e0;
  line-height: 14px;
  font-size: small;
  color: #2c2d2e;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 0 0;
}
h1 {
	line-height: 15px;
	font-size: 15px;
	color: #003399;
	font-weight: bold;
	margin-bottom: 0px
}
h2 {
  line-height: 14px;
  font-size: 13px;
  color: #003399;
  font-weight: bold;
}
a,  a:link {
  color: #003399;
  text-decoration: underline;
  font-weight: bold;
}
a:visited {
  color: #0066ff;
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
  color: #6699ff;
  font-weight: bold;
}
#outerWrapper {
	width: 964px;
	text-align: left;
	margin: 5px auto 5px auto;
	background-image: url('../images/jts_power_back.gif');
	background-repeat: repeat-y;
}
#outerWrapper #header {
	line-height: 15px;
	font-size: 18px;
	padding: 0px;
	font-weight: bold;
	background-image: url('../images/jts_power_mast.jpg');
	background-repeat: no-repeat;
	height: 140px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	padding: 10px 10px 10px 10px;
	float: right;
	width: 180px;
}
#outerWrapper #contentWrapper #content {
  padding: 10px 10px 10px 10px;
  margin: 0 200px 0 0;
}
#outerWrapper #contentWrapper .clearFloat {
  display: block;
  clear: right;
}
#contentWrapper {
	overflow: auto;
}
#menu {
	color: #000066;
}
#outerWrapper #footer {
	padding: 7px 10px 0px 10px;
	background-image: url('../images/jts_power_foot.gif');
	background-repeat: no-repeat;
	height: 70px;
	text-align: center;
}
#footer p {
	font-size: x-small;
	margin-top: 3px;
	margin-bottom: 3px;
}
#footer a:visited {
	color: #003399;
}
#content li {
	list-style-type: none;
	background: no-repeat 3px 4px;
	background-image: url('../images/jts_arrow.gif');
	padding-left: 18px;
	width: 80%;
	margin-bottom: 4px;
	line-height: 18px;
}
#content li a:link {
	font-weight: normal;
}
#content li a:visited {
	font-weight: normal;
}
#content li a:hover {
	font-weight: normal;
}
.box-top {
	background-image: url('../images/box_top.gif');
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	width: 150px;
	height: 21px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-weight: bold;
	color: #003399;
}
.box-middle {
	background-image: url('../images/box_mid.gif');
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box-bottom {
	background-image: url('../images/box_bottom.gif');
	background-repeat: no-repeat;
	width: 170px;
	height: 11px;
	margin: 0px auto 0px auto;
}
.read-more-box {
	background-image: url('../images/read_more_box.gif');
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	width: 135px;
	padding-left: 35px;
	padding-top: 12px;
	padding-bottom: 3px;
	font-weight: bold;
	background-color: #e1e0e0;
	height: 23px;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_centered {
	text-align: center;
}
.margin_top_0 {
	margin-top: 0;
}
.margin_bottom_0 {
	margin-bottom: 0;
}
.margin_topbottom_0 {
	margin-bottom: 0;
	margin-top: 0;
}
.pic_border {
	margin: 6px;
	padding: 0px;
	border: 1px #003399 solid;
}
.pic_border_centered {
	margin: 6px;
	padding: 0px;
	border: 1px #003399 solid;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.pic-centered {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.style_submit {
	color: #492e92;
	font-size: .75em;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
	background: #acdbdd;
	border: 1px solid #492e92;
}
.style_input_required {
	border: 1px solid #003399;
	color: #ffffff;
	font-size: 10pt;
	background: #acbddd;
	padding: 1px;
}
.style_input {
	border: 1px solid #003399;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	background: #ffffff;
	padding: 1px;
}