﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(240, 240, 240);
	color: #003333;
	font-size: 10pt;
}
#masthead {
	background-color: #000000;
	padding: 10px;
	width: 900px;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
}
#masthead img.TCMLogo {
	border-style: 0;
	text-align: left;
	border-width: 0px;
}
#masthead img.mhPictures {
	padding: 10px;
	float: right;
	width: 370px;
	top: 5px;
	right: 5px;
	text-align: right;
	height: 90px;
}
#mhLogoLeft {
	padding: 10px;
	float: left;
	width: 370px;
	top: 5px;
	right: 5px;
	text-align: left;
	height: 90px;
}
#mhLogoLeft p.tcm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #0066FF;
	font-weight: bold;
}
#topnav {
	margin: 0px auto 0 auto;
	padding: 10px;
	width: 900px;
	background-color: #000000;
	height: 30px;
	clear: both;
	text-align: center;
}
#topnav ul {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
#topnav ul li {
	float: left;
	padding: 0px;
	list-style-type: none;
	margin-right: 40px;
}
#container {
	padding: 0px;
	margin: 0px auto 0px auto;
	min-width: 600px;
	overflow: auto;
	width: 920px;
	background-color: #2C2C2C;
}
#sidebar {
	width: 200px;
	float: left;
	background-color: #2C2C2C;
	position: relative;
	display: inline;
	overflow: auto;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
}
#sidebar li.indent15 {
	margin-left: 15px;
	color: #FF0000;
}
#sidebar li.Main_Bar {
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #999966;
	margin: 0px;
	padding-top: 5px;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 3px;
	margin-left: 5px;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FF0000;
	background-color: #000000;
}
#page_content {
	margin: 0px;
	width: 690px;
	position: relative;
	float: left;
	padding: 15px;
	background-color: #FFFFFF;
	overflow: auto;
}
#footer {
	padding: 10px;
	width: 900px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
}
#footer p.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.hyperlinks_center {
	text-align: center;
}
.PictureCenterNoBorder {
	border-style: none;
	border-color: 0;
	text-align: center;
	margin-right: inherit;
	margin-left: inherit;
	padding: 5px;
}
.PictureCenterBorder {
	border: 2px solid #000000;
	margin: 10px;
}
.red-bullet-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 20px;
	padding-left: 0px;
	text-align: left;
	list-style-position: inside;
	list-style-image: url('../images/redball.gif');
	padding-top: 0px;
}
.maintxtleft {
	padding: 5px 5px 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	line-height: normal;
	text-align: left;
	float: left;
}
.maintxtcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	line-height: normal;
	text-align: center;
}
.redboldtxt {
	color: #FF0000;
	font-weight: bold;
}
a:link{
	color: #FF0000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:active {
	color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
a:visited{
	color: #FF0000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #3399FF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
h1
{
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;
	font-weight: bold;
}
h2
{
	color: rgb(0, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
h3
{
	color: rgb(255, 0, 0);
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}
.txtWtNormal {
	font-weight: normal;
}
.txtSizeSmall {
	font-size: small;
}
.txtSizeLrg {
	font-size: large;
}
.txtSizeMed {
	font-size: medium;
}
.txtStyleNormal {
	font-style: normal;
}
.txtStyleItalic {
	font-style: italic;
}
.txtAlignLeft {
	text-align: left;
}
.txtAlignRight {
	text-align: right;
}
.txtClrWhite {
	color: #FFFFFF;
}
.txtClrRed {
	color: #FF0000;
}
.txtClrBlack {
	color: #000000;
}
.txtClrYell {
	color: #FFFF00;
}
.pad5px {
	padding: 5px;
}
.pad10px {
	padding: 10px;
}
.clearboth {
	clear: both;
}
.BoxBlckNoBdr {
	padding: 10px;
	margin: 10px auto 10px auto;
	background-color: #000000;
	width: 100%;
}
.table.bdr2 td {
	border: 1px solid #000000;
}
.table.bdr2 {
	border-collapse: collapse;
	border: 2px solid #000000;
	text-align: center;
}
.txtBlckRevBlck {
	background-color: #000000;
	color: #FFFFFF;
}
.txtBlckRevGrn2 {
	background-color: #008000;
	color: #FFFFFF;
}
.txtSize10pt {
	font-size: 10pt;
}
.txtSize12pt {
	font-size: 12pt;
}
.txtSize14pt {
	font-size: 14pt;
}
.txtSize8pt {
	font-size: 8pt;
}
.width50 {
	width: 50%;
}
.width30 {
	width: 30%;
}
.width70 {
	width: 70%;
}
.width90 {
	width: 90%;
}
.width100 {
	width: 100%;
}
.marginLeft100 {
	margin-left: 100px;
}
.marginLeft50 {
	margin-left: 50px;
}
.marginLeft25 {
	margin-left: 25px;
}
.margin30 {
	margin: 30px;
}
.width60 {
	width: 60%;
}
.width48 {
	width: 48%;
}
.floatLft {
	float: left;
}
.txtAlignCtr {
	text-align: center;
}
.li-redarrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	list-style-position: outside;
	list-style-image: url('../images/redball.gif');
}
/* Styles for Navigation */
.txtWtBold {
	font-weight: bold;
}
.boxblue {
	margin: 5px 0px 5px 0px;
	border-style: none;
	border-color: 0;
	padding: 0px;
	background-color: #025198;
}
.boxgray {
	border: thin solid #000000;
	margin: 20px;
	padding: 20px;
	background-color: #F0F0F0;
}
.brdblack {
	border: thin solid #000000;
	margin: 0px;
	padding: 5px;
	background-color: #FFFFFF;
}
.width40 {
	width: 40%;
}
.width23 {
	width: 23%;
}
