@-ms-viewport{ 
width: device-width; 
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
.arial {
	font-family: Arial;
}
ul, ol, dl { 
	padding: 0 18px 0 18px;
	margin: 0;
}
h1, h2, h3, h4, p {
	margin-top: 0;	 
	padding-right: 18px;
	padding-left: 18px; 
}
h5 {
	margin-top: 0;	 
	padding-right: 0px;
	padding-left: 0px; 
}
a img { 
	border: none;
}
.tr1 {
	background-color: #D81008;
	border-color: #D81008;
	color: #000;
	font-size: 18px;
	text-align: center;
}
.tr1 a:visited {
	text-decoration:none;
	color: #FFF;
}
.tr2 {
	background-color: #336666;
	border-color: #336666;
	color: #000;
	font-size: 14px;
	text-align: center;
}
.tr2 a:visited {
	text-decoration: none;
	color: #FFF;
}
.tr3 {
	background-color: #747474;
	border-color: #747474;
	color: #000;
	font-size: 14px;
	text-align: center;
}
.tr3 a:visited {
	text-decoration: none;
	color: #FFF;
}
.tr4 {
	color: #000;
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	margin-left: 10px;
}
.tr4 td {
	background-color: #D81008;
}
.tr4 a:link {
	color: #FFF;
	text-decoration: none;	
}
.tr4 a:visited {
	text-decoration:none;
	color: #FFF;
}
.tr4 a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #000;
}
.tr5 {
	color: #000;
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	margin-left: 10px;
}
.tr5 td {
	background-color: #336666;
}
.tr5 a:link {
	color: #FFF;
	text-decoration: none;	
}
.tr5 a:visited {
	text-decoration:none;
	color: #FFF;
}
.tr5 a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #000;
}

body {
	font: 100%/1.4 Arial;
	background-color: #F8F8F8;
	position: relative;
	text-align: center;
	margin: 0px auto;
	padding: 0;
	color: #000;
	z-index: auto;
}
.border {
	background-color: #FFF;
	height: 226px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
}
.class1 a:link {
	color: #FFF;
	text-decoration: none;	
}
.class1 a:visited {
	color: #FFF;
	text-decoration: none;
}
.class1 a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #000;
}
.class2 a:link {
	color: #000;
	text-decoration: underline;
}
.class2 a:visited {
	color: #000;
	text-decoration: underline;
}
.class2 a:hover, a:active, a:focus { 
	text-decoration: underline;
	color: #000;
}
.clearleft {
	clear:left
}
.clearright {
	clear:right
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container2 {
	background-color: #FFF;
	margin: 0px auto;
	text-align: left;
}
.content {
	display: inline;
	padding-bottom: 40px;
}
.content blockquote {
	font-size: 1.2em;
}
.content p {
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content h2 {
	margin-bottom: 16px;
}
.content h3 {
	margin-bottom: 14px;
}
.content li {
	font-size: 1.1em;
}
.fltrt {  
	float: right;
	margin-left: 18px;
	margin-right: 18px;
	display: inline;
}
.fltrt2 {  
	float: right;
	margin-left: 28px;
	margin-right: 28px;
	display: inline;
}
.fltlft { 
	float: left;
	margin-right: 18px;
	margin-left: 18px;
	display: inline;
}
.fltlft2 { 
	float: left;
	margin-right: 28px;
	margin-left: 28px;
	display: inline;
}
.footer {
	margin-left: 18px;
	padding-bottom: 20px;
	padding: 50px 0;
	background: #FFF;
	margin-top: -60px;
}
#footerBorder::before {
    content: "";
    background-image: linear-gradient(to right, #07673D, white);
    height: 4px;
    display: block;
	max-width: 500px;
	margin-left: 18px;
	margin-bottom: 12px;
}
.footer p {
	font-size: 1.3em;
	margin: 0;
}
.footer a:visited {
	text-decoration: none;
	color: #909090;
}
.footer a:link {
	text-decoration: none;
	color: #909090;
}
.header {
	background-color: #FFF;
	text-decoration: none;
	color: #000;
	display: inline;
}	
.hidden {
	display: none;
}
.imgBump {
	margin-top: -37px;
}
#initial {
	padding-right: 40px;
}
.links ul {
	font-size:14px;
}
.links li {
	list-style-type:none;
}
.links {
	margin-left: 18px;
	overflow: auto;
}
.links a:link {
	color: #666;
	text-decoration: none;
}
.links a:visited {
	color:#999;
	text-decoration: none;
}
.links a:hover {
	text-decoration:underline;
}
#main {
	padding-top: 30px;
	padding-bottom: 30px;
}
.mainPrint {
	padding-top: 30px;
	padding-bottom: 30px;
}
.menu {
	background-color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
	clear: both;
	width: 100%;
}
.menu a:link {
	color: #8e8f8e;
	text-decoration: none;	
}
.menu a:visited {
	text-decoration: none;
}
.menu a:hover, a:active, a:focus {
	text-decoration: none;
	color:#000;
}
#menuLeft {
	margin-left: 110px;
}
#menuRight {
	max-width: 720px;
	position: relative;
	margin-right: 60px;
	font-weight: bold;
}
#menuRight::after {
    content: "";
    background-image: linear-gradient(to right, white, #07673D);
    height: 4px;
    display: block;
}
#menuRight a {
	color: #336666;
}
#menuRight > li:first-child {
	width:110px;
}
#menuRight > li:last-child {
	width:70px;
}
.navbar-plus {
	margin: 0 auto;
}
.noPrint { 
    display: none; 
}
.part a:link {
	text-decoration: none;
}
#plan {
	font-size: 12px;
	margin: 18px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 15px;
}
#plan a:link {
	color: #000;
	text-decoration: none;	
}
#plan a:visited {
	color:#666;
	text-decoration: none;
}
#planHide {
	color: #909090;
	text-decoration: none;	
	border: none;
	background-color: #FFF;
}
#popout {
	font-size: 12px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 15px;
}
#popout td{
	font-size: 12px;
}
#popout li{
	list-style-type:none;
}
.pop {
	background-color:#E8EAEA;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	height: 300px;
	width: 100%;
}
.pTop1 {
	padding-top: 12px;
	background-color:#E8EAEA;
	height: 148px;
}
.pTop2 {
	padding-top: 26px;
	background-color:#E8EAEA;
	height: 148px;
}
.pTop3 {
	padding-top: 36px;
	background-color:#E8EAEA;
	height: 148px;
}
.rightbar{
	float: right;
	text-align: left;
	padding: 3px 0 0 0;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 50px;
	width: 230px;
	height: auto;
	font: 14px Arial;
	background-color:#DFDFDF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.rightbar dl{
	padding: 0px;
	margin: 24px;
}
.rightbar dt{
	padding: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 1.1em;
}
.rightbar dd{
	padding: 0px 0 0 0;
	margin-left: 0px;
}
.rightbar a:link, a:visited {
	color:#5F5F5F;
	text-decoration:none;
}
.rightbar a:hover {
	text-decoration:underline;
}
.rightbar2{
	float: right;
	text-align: left;
	padding: 3px 0 20px 20px;
	margin-left: 18px;
	margin-right: 38px;
	margin-bottom: 40px;
	margin-top: 30px;
	width: 274px;
	height: auto;
	padding-bottom: 10px;
	font: 14px Arial;
	border-color:#666;
	border-style:solid;
	border-width:thin;
	border-radius: 10px;
}
.rightbar2 dl{
	padding: 0px;
	margin: 24px;
}
.rightbar2 dt{
	padding: 0px;
	margin-left: 0px;
	font-weight: bold;
	height:20px;
	width:250px;
	padding-top:4px;
}
.rightbar2 dd{
	padding: 0px 0 0 0;
	margin-left: 0px;
}
.rightbar2 a:link { 
	color:#666;
	text-decoration: none;	
}
.rightbar2 a:visited {
	color:#666;
	text-decoration: none;
}
.rightbar2 a:hover {
	color:black;
}
#rightframecontent {
	padding-bottom: 0px;
}
.rightframediv {
	width: 320px;
	padding-bottom: 20px;
}
.sidebar1 {
	float: left;
	text-align: left;
	padding: 3px 0 0 0;
	margin-left: 18px;
	width: 230px;
	height: 986px;
	margin-bottom: 0;
	font: 14px Arial;
	background-color:#DFDFDF;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.sidebar1 a:link, a:visited {
	text-decoration:none;
	color: #5F5F5F;
}
.sidebar1 a:hover {
	text-decoration:underline;
}
.sidebar2 {
	float: left;
	text-align: left;
	padding: 3px 0 0 0;
	margin-left: 18px;
	width: 230px;
	height: 600px;
	margin-bottom: 0;
	font: 14px Arial;
	background-color:#E8EAEA;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.sidebar2 a:link {
	text-decoration:none;
	color:#5F5F5F;
}
.sidebar2 a:hover {
	text-decoration:underline;
}
.sidebar3 {
	float: left;
	text-align: left;
	padding: 3px 0 0 0;
	margin-left: 18px;
	width: 230px;
	height: 986px;
	margin-bottom: 0;
	font: 14px Arial;
	background-color:#DFDFDF;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#topFixedNavbar1 {
	background-color: #FFF;
	margin-left: 18px;
}
.unhidden { 
	display: block;
}
