﻿/* CSS layout */
#container {
	border: 1px solid #109684;
	padding: 0px;
	margin: 15px auto 15px auto;
	position: relative;
	width: 1000px;
	height: 100%;
	z-index: 30;
	background-image: url('images/container_background.jpg');
	background-repeat: repeat;
	background-color: #FFFFFF;
}
.hr {
	padding: 5px 0px 5px 0px;
	border-width: 0 0 1px 0;
	border-color: #109684;
	width: 100%;
	border-style: solid;
}
.SubHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	color: #109684;
	-webkit-text-size-adjust: none
}
.SectionHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	color: #109684;
	-webkit-text-size-adjust: none
}
.leftbordertable {
	border: 1px solid #FFFFFF;
	width: 150px;
}
.leftborder_B {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	-webkit-text-size-adjust: none;
}
.leftborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	font-variant: normal;
	text-transform: none;
	-webkit-text-size-adjust: none;
}
.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	color: #109684;
	-webkit-text-size-adjust: none
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-text-size-adjust: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-variant: normal;
	text-transform: none;
	-webkit-text-size-adjust: none;
}
.Table_border_style {
	border: 1px dotted #C0C0C0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
#masthead {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
	width: 1000px;
	height: 225px;
	z-index: 18;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #109684;
	text-align: center;
}
#left_col {
	margin: 0px;
	position: relative;
	width: 160px;
	z-index: 20;
	float: left;
	height: auto;
}
#page_content {
	padding: 15px;
	margin: 0px;
	width: 810px;
	position: relative;
	z-index: 16;
	height: auto;
	float: right;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 15px;
	position: relative;
	width: 970px;
	height: 55px;
	z-index: 14;
	clear: both;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #109684;
}
.bodytext_B {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	-webkit-text-size-adjust: none;
}
.sjcp_logo {
	text-align: center;
	vertical-align: middle;
}
.logo_no_border {
	border-width: 0;
}

