@charset "utf-8";
/* CSS Document */
body {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}
a {
	text-decoration: none;
	color: #074085;
	font-weight: 100;
}
a:hover {
	text-decoration: none;
	font-weight: 100;
	color: #CC6600;
}
h1 {
	font-size: 14pt;
	color: #074085;
}
h2 {
	font-size: 12pt;
	color: #074085;
}
h3 {
	font-size: 11pt;
	color: #074085;
}
#wrapper {
	margin: auto;
	width: 780px;
	border-color: #CC6600;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}
#copyright {
	display: inline;
	width: 350px;
	float: left;
	margin-left: 10px;
	padding-top: 2px;
	color: #666666;
	font-size: 9pt;
}
#host {
	width: 350px;
	float: right;
	margin-right: 10px;
	padding-top: 2px;
	text-align: right;
	color: #666666;
	font-size: 9pt;
}
#host a {
	color: #666666;
}
#topbanner {
	width: 780px;
	height: 294px;
	clear: both;
}
#main {
	width: 780px;
	display: inline;
	padding: 0;
}
#leftnav {
	width: 158px;
	float: left;
	margin-left: 10px;
	margin-right: auto;
	display: inline;
}
#separator {
	background-image: url(/images/jcmsi_22.jpg);
	width: 10px;
	height: 300px;
	display: inline;
	visibility: visible;
	float: left;
}
#contentdiv {
	float: right;
	width: 595px;
	margin-left: 5px;
	margin-right: 9px;
	padding: 0;
}
#content {
	float: right;
	width: 575px;
	padding: 0;
}
#pagebottom {
	clear: both;
	width: 780px;
	padding: 0;
}
.required {
	color: #FF0000;
}
.tblheading {
	background-color: #FFCC66;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.tbltext {
	background-color: #F0F0F0;
	padding-left: 5px;
	padding-right: 5px;
}
img {
	border: none;
}
.apple_overlay {
	padding: 35px;
	width: 640px;
	font-size: 11px;
	display: none;
	background-image: url("/images/overlay/white.png");
}
.apple_overlay .close {
	top: 5px;
	width: 35px;
	height: 35px;
	right: 5px;
	position: absolute;
	cursor: pointer;
	background-image: url("/images/overlay/close.png");
}
/* black version of the overlay. simply uses a different background image */
	div.apple_overlay.black {
	background-image:url("/images/overlay/transparent.png");
	color:#fff;
}
div.apple_overlay h2 {
	margin:10px 0 -9px 0;
	font-weight:bold;
	font-size:14px;
}
div.black h2 {
	color:#fff;
}
#triggers {
	margin-top:10px;
	text-align:center;
}
#triggers img {
	background-color:#fff;
	padding:2px;
	border: none;
	margin:2px 5px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

