/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Helvetica, sans-serif;
	color: #000000;
	width: 48em;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	z-index:-100;
	background-attachment:fixed;
	background-color:#efefef;
}
/* Layout Divs                                 */
/***********************************************/
div#header {
	background-color: #ffffff;
	width: 100%;
	font: Helvetica, sans-serif;
	background-attachment: fixed;
	padding-top: 0px;
}
div#header p {
	font: .75em Helvetica, sans-serif;
}
div#body {
	background: #ffffff;
	width: 45.63em;
	left: auto;
	right: auto;
	padding: 0px;
	margin: auto;
	border:1px solid #cccccc;
}
div#content {
	background: #FFFFFF;
	width: 45.63em;
	clear: left;
	display: block;
}
div#masthead_top {
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	height: 1em;
	background-color: #242021;
}
div#masthead_base {
	padding: 0;
	list-style: none;
	margin-top: 0px;
	width: 100%;
	float: left;
	height: 1em;
	background-color: #242021;
}
div#footer {
	width: 45.63em;
	border-top: 1px solid #CCCCCC;
	margin-top: 1em;
	margin-left:-5;
	clear: left;
	padding: 0;
	background-color: #ffffff;
}
div#footernavbar {
	background: #ffffff;
	color: #000000;
	font-size:.96em;
	font-family: Helvetica, sans-serif;
	text-align: center;
	padding:0;
}
div#footernavbar a {
	font-family: Helvetica, sans-serif;
	color: #333366;
	text-decoration:none;
	text-align:center;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	line-height: 1.1em;
	font-size: .916em;
}
div#footernavbar a:hover {
	font-family: Helvetica, sans-serif;
	font-size: .916em;
	line-height: 1.1em;
	color: #333366;
	text-decoration: underline;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-weight: bold;
}
div#footernavbar p {
	text-align: center;
}
div#contentblockall td {
	border: 0.0625em solid #333366;
	font-size: 0.916em;
	color: #000000;
}

/******* hyperlink and anchor tag styles *******/
p {
	font-family: Helvetica, sans-serif;
	font-size: 0.83em;
	padding-right:0.625em;
	padding-left: 0.625em;
	padding-top: 0;
	text-align: left;
}
a {
	color: #333366;
	text-decoration: none;
	font-size:.83em;
}
a:hover {
	color: #000000;
	font-size:.85em;
	text-decoration:underline;
}
/*************** list tag styles ***************/

ul{
 list-style-type: square;
 line-height:.85em;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
/************** header tag styles **************/
h1 {
	padding: .313em;
	color: #000000;
	font-size:1em;
	text-align:center;
	
}
h2 {
	padding: .313em;
	color: #000000;
	font-size:1em;
	text-align:center;
	
}
h3 {
	padding: 0 .625em 0 .625em;
	color: #000000;
	font-size:.96em;
}
h4 {
	padding: .313em;
	color: #000000;
	font-size:.91em;
}
h5 {
	padding: .313em;
	color: #000000;
	border-bottom: 1px solid #333366;
	font-size:.96em;

}
h6 {
	background-color: #ffffff;
	padding: .313em;
	color: #000000;
	font-size:.96em;
	text-align:center;
}
h7 {
	padding: .313em;
	color: #000000;
	font-size:1.1em;
}
/*************** list tag styles ***************/

.contentblock {
	width: 12em;
	text-align: left;
	float: left;
	margin-top: 0px;
	font-size: 1em;
	line-height: 1em;
	background-color: #DDE4f4;
	}
.contentblock h1 {
	color: #000000;
	text-align: center;
	line-height: 1.5em;
	font-size: 1em;
	background-color: #DDE4f4;
	padding:0,5,0,5;
}
.contentblock a {
	color: #000000;
	font-weight:bold;
	text-align: center;
	line-height: 1.5em;
	font-size: 1.1em;
	background-color: #DDE4f4;
	padding-left: 0px;
}

.contentblock a:hover {
	color: #000000;
	font-weight: bolder;
	text-align: center;
	line-height: 1.5em;
	font-size: 1.1em;
	background-color: #DDE4f4;
	text-decoration: underline;
	padding-left: 1px;
}
.calloutbox {
	width: 13em;
	float:inherit;
	margin-left:3px;
	padding:0px;
	font-size:.89em;
	line-height:.9em;
	background-color:#ffffff;
	border: 1px solid #cccccc;
}
.calloutbox h1{
	color: #000000;
	text-align: center;
	line-height: 1.2em;
	font-size: 1em;
	background-color: #ffffff;
	font-weight:bold;
}
.calloutbox h2{
	color: #000000;
	text-align: center;
	line-height: 1.2em;
	font-size: 1em;
	background-color: #ffffff;
	font-weight:bold;
}
.calloutbox a{
	color: #333366;
	text-align: center;
	line-height: 1.1em;
	font-size: 1em;
	background-color: #ffffff;
	font-weight:bold;
	padding-left:0px;
}
.calloutbox a:hover{
	color: #333366;
	text-align: center;
	line-height: 1.1em;
	font-size: 1em;
	background-color: #ffffff;
	font-weight:bold;
	padding-left:1px;
}

.contentblockright {
	float: right;
	width: 33.63em;
	margin-top: 0px;
	line-height: 1.2em;
	font-size: 1em;
	text-align: left;
	padding: 0px;
}
.contentblockright h1 {
	text-align: left;
	font-size: 1em;
	line-height: 1.1em;
	color: #000000;
	padding-left:.625em;
}
.contentblockright h2 {
	text-align: left;
	font-size: 1em;
	line-height: 1.1em;
	color: #000000;
	padding-left:.625em;
}
.contentblockright h5 {
	text-align: center;
	font-size: 1em;
	line-height: 2em;
	color: #000000;
	padding:0 .625 0 .625;
}
.contentblockright a {
	color: #333366;
	font-weight:bold;
	line-height: 1.1em;
	font-size: 1em;
	background-color: #ffffff;
	padding-left: 0px;
}
.contentblockright a:hover {
	color: #000000;
	font-weight: bolder;
	line-height: 1.1em;
	font-size: 1em;
	background-color: #ffffff;
	text-decoration: underline;
	padding-left: 1px;
}
.contentblockright ul {
	text-align: center;
	font-size: 1em;
	line-height: 2em;
	color: #000000;
}
.copyright {
	font: Helvetica, sans-serif ;
	font-size: .916em;
	color: #000000;
	text-align: center;
}
.emphasis {
	font-weight: bold;
	color: #333366;
}
.standout {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	list-style: none;
	line-height:1.3em
}
.link {
	text-align: right;
	text-decoration: none;
	margin: 0px;
	font-size: .83em;
	line-height: 1em;	
	font-weight: bold;
	padding: 0px 4px 0px 4px;
	float: right;
}
div#search {
	font: .83em/1em Helvetica, sans-serif;
	color: #017ac3;
	margin: auto;
	width: auto;
	padding: 10px 15em;
	border: 0px;
}
.new {
	text-align:center;
	color: #006600;
}
.button {
	text-align:left;
	}
.button a{
	text-align:left;
}
.button a:hover{
	text-align:left;
}
.address {
	font: bold .83em Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
div#contentblockall tr p{
	text-align: left;
}
.signature {
	font-family: Helvetica, sans-serif;
	color: #000000;
	float: right;
	font-style: normal;
	font-size: 0.96em;
	padding: 1px 1px 1px 1px;
	display: inline;
	font-weight: bold;
	height: 9em;
	vertical-align: top;
	text-align: right;
}
.right {
	text-align: right;
}
.quote{
	font-family: Helvetica, sans-serif;
	font-size:.93em;
	padding-right:0.625em;
	padding-left: 0.625em;
	text-align: left;
	margin:0px;
} 
.quote_signature{
	font-family: Helvetica, sans-serif;
	font-size: 0.90em;
	padding-right:0.625em;
	padding-left: 0.625em;
	text-align: right;
	font-style:italic;
	vertical-align:top;
	float:right;
	width:35.63em;
}
.contentblockall {
	border: 4px solid #556186;
	width: 45.2em;
	text-align: left;
	margin-top: 5px;
	font-size: 1em;
	line-height: 1em;
	float: left;
	}
.contentblockall h5 {
	color: #eceff4;
	background: #017ac3;
	border-bottom: 4px solid #5c832f;
	border-top: 4px solid #556186;
	border-right: 2px solid #556186;
	border-left: 2px solid #556186;
	text-align: center;
	line-height: 2em;
	font-size: 1em;
}
.contentblock h5 a {
	color: #000000;
}
.contentblock h5 a:hover {
	color: #000000;
	text-decoration: underline;
}
.contentblockright h5 a {
	color: #000000;
}
.contentblockright h5 a:hover {
	color: #000000;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.glossary {
	font-size: 1.4em;
	text-align: center;
}
.glossary a:hover {
	background: #333366;
}
ul {
	font-size: 0.92em;
	font-style: normal;
	line-height: 0.94px;
}
.image {
 float:left;
 margin:.3em;
 clear:right;
 vertical-align:middle;
 }
