<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#HomepageHeroContainer&gt;#main&gt;.layoutRow
{
	width: 82% !important;
}
#HomepageHeroContainer&gt;#main&gt;.layoutColumn .layoutRow
{
	width: 100% !important;
}
#HomepageHeroContainer&gt;#main&gt;.layoutRow .layoutColumn
{
	width:98.3% !important;
}

.hiddenWidgetsDiv
{
	display: none;
}
.wptheme2Col
{
	width: 82%;
	float: right;
}


/* ---- container backgrounds -------- */

#container.bg01 {
 /*background-image: url(../images/container-bg_jason.jpg);   
 background-repeat: repeat-x;
 background-image: url(../images/axHPBg2.jpg);*/
}

/* ++++ main ++++++++ */

#main {
	/*margin:5px 0 0 0;
	padding: 0px 0 26px 8px;
	padding: 0 0 0 0;
	width: 997px;   
	display:block;*/
	/*background: #78A0D1;
	background: url('../images/axHPBg3.jpg') #78A0D1 no-repeat !important;*/
	padding-left: 15px;
	margin: auto !important;
}

#container #main {
   #background: none;   
   /*padding-bottom: 100px;*/
   background-repeat: no-repeat;
}


/* ++++ side ++++++++ */

#side {
   /*clear: both;*/
   float: left;
   margin-right: 11px;
   width: 160px;
}



/* ---- side box -------- */

#side .box {
   background: #fff url(../images/side-box-bg.gif) 50% 0% repeat-x; 
   border: 1px solid #e6e6e6;
   margin: 11px 0 0 0;
   padding:20px 8px 6px;
   width:143px;
}
#side .box p,
#side .box a {
   color: #666;
}
#side .box p a {
   font-weight: bold;
   text-decoration: underline;
}



/* ---- side nav-detail -------- */

#nav-detail {
   border-top: 1px solid #E6E6E6;
   background: #fff url(../images/nav-detail-bg.gif) repeat-x;
   margin: 21px 0px 0px -8px;
   width: 168px;
   position: relative;
}

#nav-detail .box  {
   width: 166px;
   background: none;
   margin-left: 0px;
}

/* ---- side box-nav -------- */

#side .boxType-nav { 
   /*border: 1px solid #779fc5;*/
   border-width: 0px 1px 0px;
   margin-top: 0;
   padding: 0;
}

#side .boxType-nav ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#side .boxType-nav ul ul {
	/*padding-left: 10px;*/
}
#side .boxType-nav.first { 
   /*border: 1px solid #779fc5;*/
   border-width: 1px 1px 0px; 
}

#side .boxType-nav .title {
   background: #f0f6fa;
   border-bottom: 1px solid #E6E6E6;   
   display: block;
   font-size: 1.1em;
   text-transform: uppercase;
   margin: 0 0px 0px;
   padding: 3px 5px 3px;
   
}


#side .boxType-nav a {
   /*background: url(../images/side-box-nav-li-bg.gif) 5px 0.5em no-repeat;*/
   color: #666666;
   display: block;
   margin: 0;
   padding: 3px 5px 3px 17px;
   text-decoration: none;
   font-size: 1.1em;
}
#side .boxType-nav a:hover,
#side .boxType-nav a.active,
#side ul li .selected {
   font-weight: bold;
   background: url(../images/side-box-nav-li-bg.gif) 8px 0.6em no-repeat;
}
#side .boxType-nav a.label
{
	font-weight: bold;
}
#side .boxType-nav .title a{
   font-weight: bold;
   text-decoration: none; 
   padding-top: 3px;
   padding-right: 5px;
   padding-bottom: 3px;
   padding-left: 5px;
}
#side .boxType-nav .title a:hover{
   text-decoration: underline;
}
#side .boxType-nav li {
   border-bottom: 1px solid #e6e6e6;   
} 

/* ---- side box-login -------- */

#side .boxType-login {
   /*border-top: 10px solid #779fc5;*/
   margin-bottom: 10px;
}
#side .boxType-login .title {
   font-size: 1.2em;
   text-transform: uppercase;
   margin-bottom: 0;
}
#side .boxType-login .subtitle {
   font-size: 1em;
}
#side .boxType-login input,
#side .boxType-login select,
#side .boxType-info select{
   background: #fff;
   border: 1px solid #9e9e9e;
   width: 135px;
}

#side .boxType-info select{
   margin-bottom: 10px;
}

#side .boxType-login input.button {
   width: auto;
   float:right;
}
#side .boxType-login .section {
   margin: 0 0 6px;
}
#side .boxType-login .sectionType-textFields input {
   padding: 2px;
   width: 154px;
}
#side .boxType-login .sectionType-selectBoxes select {
   width: 160px;
}
#side .boxType-login .sectionType-buttons {
   padding: 2px 0 4px;
}
#side .boxType-login .sectionType-buttons input {
   margin-right: 6px;
}
#side .boxType-login label {
   color: #666;
   display: block;
   font-weight: bold;
   margin-bottom: 2px;
   text-transform: uppercase;
}
#side .boxType-login .button {
   background: #f6cb63 url(../images/arrow-button.gif) 5px 50% no-repeat;
   border: 1px solid #000;
   color: #000;
   cursor: pointer;
   display: inline-block;
   font-size: 1em;
   padding: 2px 5px 2px 10px;
   text-decoration: none;
   text-transform: uppercase;
}

/* ---- side box-info -------- */

#side .boxType-info {
   /*border-top: 10px solid #779fc5;*/
   margin-bottom: 10px;
}
#side .boxType-info p,
#side .boxType-info a, #side .boxType-info ul {
   color: #074989;
}

#side .boxType-info .title {
   font-size: 1.2em;
}
#side .boxType-info .secure {
   float: left;
   margin: 0 10px 5px 0;
}

#container #side .box.secondary {
   background: #fff;
   padding-top: 10px;
}

#side .boxType-info li {
   background: url(../images/side-box-li-bg.gif) no-repeat 0 2px;
   padding-left: 15px;
}





/* ++++ content ++++++++ */

.contentContainer {
   float:left;
    width: 555px;
    #width: 455px;
} 


.content {
   background: url(../images/content-bg.png) repeat-y;
   float: left;
   margin: 18px 10px 0;
   padding: 7px 15px 10px 10px;
   width: 530px;
    #width: 459px;
}

.wideContent .content {
   background: url(../images/wideContent-bg.png) repeat-y;
   width: 750px;
   
}

.content:before {
   background: url(../images/content-bg_before.png) no-repeat;
   content: "";
   display: block;
   font-size: 1px;
   height: 7px;
   line-height: 1px;
   margin: -14px 0 0 -10px;
   width: 555px;
     #width: 484px;
}

.wideContent .content:before {
   background: url(../images/wideContent-bg_before.png) no-repeat;
   width: 775px;
}

.content.arabic:before {
   margin: -14px -15px 0 0;
}
.content:after {
   background: url(../images/content-bg_after.png) 0% 100% no-repeat;
   content: "";
   clear: both;
   display: block;
   font-size: 1px;
   height: 22px;
   line-height: 1px;
   margin: 0 0 -21px -10px;
   width: 555px;
    #width: 484px;
}

.wideContent .content:after {
   background: url(../images/wideContent-bg_after.png) 0% 100% no-repeat;
   width: 775px;
}
.content.arabic:after {
   margin: 0 -15px -21px 0;
}
.content h2 {
   color: #002163;
   display: block;
   float:left;
   font-size: 1.5em;
   margin: 0px 0 10px 0px;
   text-transform: uppercase;
   /*width: 300px;
   */
}


.wideContent .content h2 {
   width: 500px;
}

.wideContent .content a{
   color: #002163;
}

.content h3 {
   color: #002163;
   display: block;
   font-size: 1.2em;
   margin: 1em 0;
   
}

.content h4 {
   color: #000;
   display: block;
   font-size: 1.1em;
   margin: 1em 0;
}

.content p {
   font-size: 1.1em;
}

.content a {
   font-weight: bold;
   color: #000;
}

.content a.anchor {
   text-decoration: none;
}

.content a.internal {
   color: #002163;
}

.content p.articleDetails {
   color: #074989;
   display:block;
   float:right;
   font-size: 1em ;
   font-style: italic;
   margin-bottom: 0;
   margin-top: 4px;
   width: 225px;
   text-align: right;
}

.content p.articleHighlight {
   background: url(../images/content-highlight-bg.gif) repeat-y;
   padding: 15px 10px;
   margin-top: 0em;  
}

.content div.articleImage {
   background: #e4eaea;
   border: 1px solid #c0c0c0;
   clear: right;
   float: right;
   margin-left: 10px;
   margin-bottom: 1em;
   text-align: center;
   width: 162px;
}

.content div.articleImage p{
   margin-bottom: 0.5em;
}

.content div.articleImage p.caption{
   color: #002163;
   font-weight: bold;
   text-transform: uppercase; 
}

.content div.articleImage p.credit{
   color: #777878;
   font-style: italic;
   font-size: 1em;
}

.content ul {
   list-style: square;
   margin-left: 15px;
   margin-bottom: 1em;
   list-style-position: inside;
   font-size: 1.1em;
}

.content ul.number {
   list-style: decimal;
   list-style-position: inside;
}

.content ul.nav-pageLinks {
   list-style: decimal;
   color: #002163;
   font-weight: bold;
   font-size: 1.1em;
}

.content ul.nav-pageLinks li a {
   color: #002163;
   
}




.content .header {
   margin: -7px -15px 10px -10px;
}


.content table.article {
   border-left: 1px solid #fff;
   border-bottom: 1px solid #fff;
   text-align: left;
   clear: both;
   width: 100%;
}

.content .article td {
   border-right: 1px solid #fff;
   border-top: 1px solid #fff;
   padding: 9px 5px 10px ;
}

.content .article th {
   background: #015e81;
   border-right: 1px solid #fff;
   border-top: 1px solid #fff;
   color: #fff;
   padding: 9px 11px 10px 11px;
}

.content .article tr {
   background: #ebf3fb;
}

.content .article tr.odd {
   background: #d8e8f8;
}


.wideContent img {
   margin-right: 1em;
   margin-bottom: 1em;
}

.wideContent table img {
   margin-bottom: 0;
}

.wideContent .content table ul {
   margin-left: 0px;
   
}


.wideContent table.card li{
   margin-bottom: 1em;  
   
}


.wpthemeControlHeader {
display: none;
}
</pre></body></html>