/* colors:
#00628B accent color
white background color
*/
body {
	text-align: left;
	font-family: verdana, helvetica, arial, clean, san-serif;
	color: black;
	line-height: 1.2em;
	background: white;
	margin: 0px;
}
p {
	font-size: 8pt;
	line-height: 11pt;
	font-family: verdana, helvetica, arial, clean, san-serif;
	/* top right bottom left */
	margin: 0px 0px 1em 0px;
}
p.continued {
	font-style: italic;
}
p.signature {
	text-align: right; 
	font-style: italic;
	/* top right bottom left */
	margin: -1em 0px 1em 0px;
}
h1 {
 	font-size: 16pt; 
 	font-weight: bold;
	font-family: verdana, helvetica, arial, clean, san-serif;
	letter-spacing: -1px;
 	line-height: 110%;
	margin: 1em -120px 0.5em 0px;
}
h2 {
 	font-size: 10pt; 
 	font-weight: bold;
	font-family: verdana, helvetica, arial, clean, san-serif;
	letter-spacing: 0px;
	margin: 1em 0px 0.5em 0px;
}
h2.initial_page {
	margin-right: -120px;
 	line-height: 130%;
}
h3 {
	margin: 1em 0px 0.5em 0px;
}
#container {
	overflow: hidden;
	background: white; /* background color */
	width: 700px;
	margin: 10px auto;
}
#header {
 	background-color: white; /* background color */
	border-bottom-color: #00628B; /* accent color */
	border-bottom-style: solid;
	border-bottom-width: 8px;
	padding-bottom: 5px;
	padding-top: 0px;
}
#header img {
	float: left;
	height: 60px;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-top: 0px;
}
#header p {
	text-align: left;
	color: black; /* sha type color */
	font-family: verdana, helvetica, arial, clean, san-serif;
	font-size: 16pt;
 	line-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 340px;
 	padding-top: 57px; /* 59 */
	letter-spacing: -1px;
}
#nav {
	margin: 0;
	padding: 0;
	background: white; /* background color */
	float: left;
	width: 100%;
}
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}
#nav a {
	font-weight: bold;
	font-family: verdana, helvetica, arial, clean, san-serif;
	font-size: 9pt;
	color: white;
	background: white; /* background color */
	/* top right bottom left */
	/* with Industry News */
	padding: 0.4em 2.0em 0.5em 0.5em;
	/* without Industry News */
	padding: 0.4em 3.5em 0.5em 0.5em;
	float: left;
	width: auto;
	text-decoration: none;
}
#nav a:link {
	color: #00628B; /* accent color */
}
#nav a:visited {
	color: #00628B; /* accent color */
}
#nav a:hover {
	color: white;
        background: #8fbacc; /* hover color */
}
#nav a.current,
#nav a.current:hover {
	color: white;
	background: #00628B; /* accent color */
}
#nav a.current.linked:hover {
	color: white;
	background: #8fbacc; /* hover color */
}
#content {
	clear: both;
	background-color: white; /* background color */
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#content ul {
	list-style-type: disc;
	list-style-position: inside;
	list-style-position: outside;
	/* top right bottom left */
	margin: 0em 0em 1em 1.5em;
	-webkit-padding-start: 0px;
}
#content li {
	display: list-item;
	font-size: 8pt;
}
.contentbox {
	padding-bottom: 10px;
}
#content_left {
	width: 190px;
	float:left;
	text-align: right;
	padding-bottom: 30px;
}
#content_left img {
	/* top right bottom left */
	margin: 25px 20px 0px -20px;
}
#content_right {
	width: 395px;
	margin-right: 90px;
	float: right;
}
span.ss {
	font-size: 7pt;
	vertical-align: text-top;
}
span.ss2 {
	font-size: 9pt;
	vertical-align: top;
}
#footer {
	font-family: verdana, helvetica, arial, clean, san-serif;
	clear: both;
	background: white; /* background color */
	/* top right bottom left */
	padding: 0.4em 0.5em 0.4em 0.5em;
	border-top: 3px solid white; /* background color */
	text-align: center;
	font-size: 7pt;
	margin-top: 0em;
}
#footer {
	/* top right bottom left */
	padding: 0.4em 0.5em 0em 0.5em;
        margin-bottom: 0;
}
p.footer {
	font-size: 7pt;
}
p.footer_tagline {
	font-weight: bold;
	font-size: 9pt;
	letter-spacing: -1px;
	margin-bottom: 0.25em;
}
p.form_label {
	margin-right: 0.5em;
}
textarea {
	font-size: 8pt;
	font-family: verdana, helvetica, arial, clean, san-serif;
}
#text_area_label {
	vertical-align: top;
}
#text_area {
	padding-bottom: 0.5em;
}

