﻿/* XHTML tag formatting */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 10pt;
}
a:link {
	color: #265B84
}
a:visited {
	color: #265B84
}
a:hover {
	color: #397cb2
} 
a:active {
	color: #666666
}
a.footer_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
}
a.menulinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #265B84;
	margin-left: 6px;
	margin-bottom: 6px;
	text-align: left;
	text-decoration: none;
}
body.certificate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 10pt;
}
b.bluetxt {
	color: #265B84;
}
strong.bluetext {
	color: #265B84;
}
div.leftside{
	float: left;
	clear: both;

}
div.rightside{
	position:relative;
	float: right;
}
div.below{
	position: relative;
	clear: both;
	width: 260px;
}
h1.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #066c2b;
	text-align: center;
	margin-bottom: 8pt;
}
h2.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #066c2b;
	text-align: center;
	margin-bottom: 8pt;
}
h2.sectiontitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #265B84;
	margin-bottom: 8pt;
	margin-top: 8pt;
}
h2.sectiontitle span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #265B84;
	margin-bottom: 8pt;
	margin-top: 8pt;
}
h4.sectiontitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #265B84;
	margin-bottom: 8pt;
	margin-top: 8pt;
}
h2.grouptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #265B84;
	margin-bottom: 8pt;
	margin-top: 8pt;
}

p.subhead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #066c2b;
	text-align: center;
	margin-top: -8pt;
	margin-bottom: 8pt;				
}

p {
	margin-bottom: 8pt;
}
th {
	background-color: #ddf0fd;
	text-align:center;
}
td.highlights {
	vertical-align: middle;
	background-color: #FFFFFF;
	text-align: center;
}
td.menubox_canvas {
	background-color: #fff7be;
}
table.menubox_outln {
	background-color: #265B84;
}
td.content {
	background-color: #ffffff;
}
td.content_kids {
	background-color: #def1fd;
}
td.menu_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #066c2b;
	text-align: left;
	background-color: #ddf0fd;
}
td.menu_item_kids {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d76d6d;
	text-align: left;
	background-color: #eee3fd;
}
td.pagebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
	color: #000000;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	padding-top: 10px;
	list-style-image: none;
	list-style-type: none;
}
td.pagebody_kids {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
	color: #000000;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #def1fd;
	padding-top: 10px;
	list-style-image: none;
	list-style-type: none;
	background-image: url("../images/bg_main.gif");
	background-repeat: repeat;
}
td.footer {
	text-align: center;
	vertical-align: middle;
	background-image: url("../images/cms_footer.jpg");
	background-color: #ffffff;
}
table.genTab td, th{
border-color: #000000;
border-style: solid;
border-width: 1px;
vertical-align: top;	
}
ul.nobullets {
	list-style-image: none;
	list-style-type: none;
}
ul.bullets {
	list-style-image: none;
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 10pt;
	margin-left: 12pt;
}
ul.bullets ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10pt;
	margin-left: 12pt;
}
ul.bullets_img {
	list-style-image: url("../images/heart_list.gif");
	list-style-position: outside;
	margin-bottom: 10pt;
	margin-left: 12pt;
	list-style-type: circle;
}
ol.number {
	list-style-image: none;
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 10pt;
}

p.mid{
	text-align: center;	
}


/* Block positioning */
#main_container {
	position: relative;
	left: 10px;
	width: 820px;
	background-color: #FFFFFF;
	z-index: 0;
}
#main_container #cms_header {
	position: relative;
	width: 820px;
	left: 0px;
	top: 0px;
}

#main_container #cms_highlights {
	height: 130px;
	width: 820px;
	position: relative;
	top: 0px;
	left: 0px;
}
#main_container #cms_navi {
	position: relative;
	height: 38px;
	left: 0px;
	top: 0px;
	width: 820px;
}
#main_container #cms_content_container {
	position: relative;
}

#main_container #cms_left_menu {
	position: relative;
	clear: left;
	width: 208px;
	float: left;
}
#main_container #cms_content {
	position: relative;
	width: 608px;
	float: right;
}
#main_container #cms_footer {
	position: relative;
	clear: both;
	bottom: 0px;
	z-index: -1;
}


/* Text formatting */
.bgshade { /* Shade every other row in tables */
	background-color: #E6E6E6;
	padding-left: 6px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.bluetxt {
	color: #265B84;
}
.bread_crumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 26px;
	max-height: 26px;
	overflow: hidden;
	font-size: 7pt;
	color: #066c2b;
	text-align: left;
	background-color: #fff7be;
}
.certificate #certificate_form {
	background-color: #ddf0fd;
}

#faqs,#faqs p {
	padding: 5px 10px 0px;
	font-size: 9pt;
	text-align: left;
}
#faqs p a {
	font-size: 9pt;
}
#faqs .answer {
	background-color: #E9E9E9;
	width: 450px;
	margin: 5px 0px 20px 10px;
}

#faqs .answer p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.flashclass{ /*sample CSS class added to image slideshow container*/
width: 790px; /*a width should be defined for transition to work*/
border: 0px;
padding: 0px;
}
.flashclass img{
border-width: 0;
}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #333333;
	text-align: center;
}
.helptip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
.menutext {
	margin-top: 5pt;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 5pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.menu_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #265B84;
	text-align: center;
	background-color: #ddf0fd;
	margin: 8px;
}
.menu_title_mma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #265B84;
	text-align: center;
	background-color: #ddf0fd;
	margin: 8px;
}
.menu_title_kids {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #265B84;
	text-align: center;
	background-color: #eee3fd;
	margin: 8px;
}
.plain {
	margin-top: 25px;
}
.searchbox {
	margin-top: 10pt;
	margin-left: 6px;
	margin-bottom: 10pt;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

hr.blueline {
	height: 2px;
	color: #265B84;
	background-color: #265B84;
	margin-top: -12px; 
}

#memoFrame {	
	margin-left: 50px;
}

/*  Added April 2015 for Central Directory and CTAP sub-menus  */

 a.boxhome {
			background-color: #265b84;
			color: #000000;	
			margin-top: 1px;
			display: inline-block; 
			text-decoration: none;
			font-size: 8pt;
			font-weight: normal;	
			white-space: nowrap; padding-left:10px; padding-right:11px; padding-top:3px; padding-bottom:2px;
}
		
 a:hover.boxhome {
			color: #ffffff;
			background-color: #6997ba;
			
}
 
#dirFooter {
	position: relative; 
	bottom: 0; 
	left: 0;
}

/*  **********************************************************  */