.myTableHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 5px;
}
.header {
	height: auto;
	background-image: url(images/header.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40pt;
	color: #FFF;
	padding: 10pt;
	padding-left: 10pt;
}
.mainBody {	
#	margin-left:auto;
#	margin-right:auto;
#	width: 978px;
	font-size: 24pt;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 0pt;
}
.subHeader {
	height: auto;
	vertical-align: middle;
	background-color: #036;
	color: #FFF;
	font-size: x-small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2pt;
	padding-top: 4pt;
	padding-bottom: 5pt;
	padding-left: 10pt;
}
.pageBottom {
	background-image: url(images/header.png);
	background-repeat: repeat-y;
	height: auto;
	color: #FFF;
	font-size: 16pt;
	padding: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.myTableBlurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.linkBottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
}
.mainContent {
	font-size: 14pt;
	width: 978px;

}
.topMenuTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.linkTopMenu {
	font-size: 14pt;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.linkTopMenu:hover {
	font-size: 14pt;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.mainBody .pageBottom .right {
	text-align: right;
}
.mainBody .pageBottom .left {
	text-align: left;
}
.linkBottom:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F00;
	text-decoration: none;
}
.mainContent a {
	color: #00F;
	text-decoration: none;
}
.mainContent a:hover {
	color: #F00;
	text-decoration: none;
}
.blurbTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
.linkBottom:visited {
	color: #FFF;
	text-decoration: none;
}

.video-container {
        position:relative;
        padding-bottom:56.25%;
        padding-top:30px;
        height:0;
        overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
}

video {
        max-width: 100%;
        width: 100%;
        height: auto;
}

table.vert td.markup1 code {
        display: inline-block;
        word-break: break-all;
}
