/* Text only */

/* N.B. style the flashbox and highlight box in open pages */

body { 
	margin: 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px; 
	color: #000;
}
p, h1, h2, h3, h4, ul, li, form, input, select, option {
	margin: 0 0 5px 0;
	padding: 0;
}
.home img, .open #colOne img, .home table  {
	display: none;
}
.clear {
	clear: left;
}
a {
	color: #2F4F4F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background-color: #ccc;
}
p {
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 1.6em;
}
* .readmore {
	text-align: right;
	margin-bottom: 1.0em;
	margin-right: 4.0em;
}
* * .readmore a {
	padding: 0.3em 0.5em;
	border: 1px solid #bbb;
}
.home * .readmore a {
	border: none;
	text-decoration: underline;
}
h1 { 
	font-size: 2.0em; 
}
h2 { 
	font-size: 1.6em; 
}
h3 { 
	font-size: 1.4em; 
}

h4 { 
	font-size: 1.2em; 
}

h5 { 
	font-size: 1.1em; 
}

h6 { 
	font-size: 1.0em; 
}
h1 {
	color: #999;
}

h3, h4 {
	color: #4A4A4A;
}

h5, h6 {
	color: #4A4A4A;
}

.wrapper {
	width: auto;
}
#accountMenu {
	font-weight: normal;
	border-bottom: 1px dotted #666;
	padding-bottom: 0.3em;
}
#accountMenu .wrapper {
	text-align: right;
}
#accountMenu .wrapper #status {
	float: left;
	padding-bottom: 1.0em;
}
#masthead {
	border-bottom: 1px dotted #666;
}
#masthead .wrapper #header {
	text-align: left;
	width: 100%;
	padding: 1.5em 0;
	margin-left: 0;
	border-bottom: 1px solid #666;
}
#masthead .wrapper #header h1 {
	color: #999;
	font-weight: normal;
	display: inline;
}
#tablist {
	float: left;
}
#navigation {
	font-size: 1.4em;
	font-weight: bold;
	float: left;
}
#navigation a:hover {
	background-color: #ccc;
	text-decoration: none;
}
#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul {
	padding: 0.3em 0 0.5em 0;
	text-align: left;
}
#navigation ul li {
	display: inline;
	padding: 0 0.6em 0 0;
}
#catMenu {
	letter-spacing: 1px;
	margin: 0.5em 0 1.0em 0;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #666;
}
#catMenu a {
	margin-right: 0.3em;
	font-size: 1.2em;
}

#mainContent {
	margin-right: 1.5em;;
}
#secondaryContent {
	clear: both;
	border-top: 1px dotted #666;
	border-bottom: 0px solid #666;
	padding: 0.5em 0;
	margin: 0.8em 0;
}
/*-------------------------------------
/* 	ifx box
/*------------------------------------*/

.ifxElement {
	display: none;
	background-color: transparent;
	margin: 0px 0px 3px 0px;
	text-align: center;
	overflow: hidden;
}

#ifxMap{
}

#ifx_outer {
	padding: 0.7em;
	border-bottom: 1px dotted #666;
}

.ifx_colOne, .ifx_colTwo, .ifx_colThree {
	float: left;
	width: 28%;
	padding:	 0.5em;
	text-align: left;
	margin-left: 2.0em;
}

.ifx_divider {
	margin: 0.8em 3.5em 0.8em 0em;
}

.ifx_colOne, .ifx_colTwo {
	margin-right: 1.0em;
}

#ifxMap h3 {
	padding: 0 0 0.3em 0;
	font-size: 1.4em;
}

#ifxMap ul li a {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-left: 0.5em;
	padding: 0 0 0 1.2em;
	background: url(images/imgs/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0% 65%;
}
/*---- use GIF for IE6 ----*/
*html #ifxMap ul li a {
	background: url(images/imgs/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0% 5%;
}
.open #colOne #sectionTitle {
	display: none;
}
#mainContent p.breadcrumb {
	font-size: 1.0em;
	text-align: left;
	font-weight: bold;
	color: #4A4A4A;
}

#mainContent p.breadcrumb a {
	font-size: 1.0em;
	text-align: left;
	font-weight: normal;
	color: #000;
}

#mainContent p.breadcrumb a:hover {
   text-decoration: underline;
}

#mainContent p {
	text-align: left;
}

#mainContent h3, #mainContent h4 {
	padding-top: 1.0em;
	padding-bottom: 0.8em;
	letter-spacing: 0.2em;
}

#mainContent h5, #mainContent h6 {
	padding-top: 0.6em;
	padding-bottom: 0.3em;
	letter-spacing: 0.1em;
}

/*----------------------------------------
/*  comment text formatting  */

.postedBy {
	padding-bottom: 0.3em;
	margin-bottom: 1.0em;
	border-bottom: 1px dotted #666;
}

/*----------------------------------------
/*  secondary content text formatting  */

#secondaryContent a {
	margin-bottom: 0.5em;
}

#secondaryContent p {
	text-align: left;
}

#secondaryContent h3, #secondaryContent h4 {
	padding-top: 1.0em;
	padding-bottom: 0.5em;
	letter-spacing: 0.1em;
	font-size: 1.2em;
}

#secondaryContent h5, #secondaryContent h6 {
	padding-top: 0.6em;
	padding-bottom: 0.3em;
	font-size: 1.1em;
}

#highlight {
	border-top: 1px dotted #666;
	margin-bottom: 1.0em;
	padding-bottom: 0.3em;
}
/*-------------------------------
/*--------- links  -------------*/

#links p { 
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 1.3em;
} 

#links h4 {
	padding-top: 1.2em;
	padding-bottom: 0.1em;
	letter-spacing: 0.1em;
}

#footer #footer_content p {
	font-size: 1.0em;
	line-height: 1.6em;
	padding: 0em 0.4em;
}


#footer_content h3 {
   padding: 0 0 0.3em 0;
}

#mainContent #arrowup {
	width: auto;
	text-align: right;
	padding-top: 0em;
	padding-bottom: 0.5em;
	margin-right: 4.0em;
}

#mainContent #arrowup img {
	display: none;
}

#mainContent #arrowup a span {
	display: inline;
	border: 0px solid #999;
	padding: 0.3em 0.7em;
	font-weight: bold;
	text-decoration: underline;
}

/*----------------------------------
/* NOMRAL bilingual content pages
/*---------------------------------*/

.skipto {
	width: 100%;
	text-align: right;
}

.skipto a {
	padding: 0 1.4em 0 0;
	text-decoration: underline;
}

.more #mainContent .arabicseparator {
	padding-top: 1.0em;
	border-top: 1px dotted #bbb;
	margin-top: 2.0em;
}
#mainContent .arabic h3 { 
   text-align: right;
	font-size: 2.4em;
	font-weight: bold;
   text-align: right;
	margin-bottom: -0.5em;
	padding-bottom: -0.5em;
	margin-top: 0.5em;
} 

#mainContent .arabic h4 { 
   text-align: right;
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: -0.5em;
	padding-bottom: -0.5em;
	margin-top: 0.5em;
} 

#mainContent .arabic p { 
   text-align: right;
	font-size: 1.8em;
	line-height: 1.8em;
}
#secondaryContent .arabic h4 { 
   text-align: right;
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: -0.5em;
	padding-bottom: -0.5em;
	margin-top: 0.5em;
} 

#secondaryContent .arabic p { 
	font-size: 1.8em;
   text-align: right;
	line-height: 1.8em;
}

/*--------------------------------
/*  READMORE + Related links
/*--------------------------------*/
#secondaryContent #related .arabic p {
	font-size: 1.8em;
	font-family: verdana, arial, sans-serif;
   text-align: right;
	line-height: 1.3em;
	padding: 0em 1.0em 1.0em 1.0em;
	background-image: url(images/imgs/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 100% 10%;
}
* .arabic .readmore {
	text-align: left;
	margin-bottom: 1.0em;
	margin-left: 4.0em;
}

* .arabic .readmore a {
	font-size: 1.8em;
	font-family: verdana, arial, sans-serif;
	padding: 0.2em 0.7em;
	border: 1px solid #999;
}

/*--------------------------------
/*-------  LINKS Page -----------*/

#links #mainContent .arabic p { 
	font-size: 1.8em;
	font-family: verdana, arial, sans-serif;
   text-align: right;
	line-height: 1.0em;
} 

#links #mainContent .arabic h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 2.0em; 
	font-weight: bold;
   text-align: right;
	padding: 0 1.0em 0 0;
	margin-bottom: -0.5em;
	background-repeat: no-repeat;
	background-position: 100% 25%;
}

#links #secondaryContent .arabic p { 
	font-size: 1.8em; 
   text-align: right;
	line-height: 1.0em;
} 


#links #secondaryContent .arabic h4 {
	font-size: 2.0em; 
	font-weight: bold;
   text-align: right;
	padding: 0 1.0em 0 0;
	margin-bottom: -0.5em;
}


/*------------------------------------------
/*--------------- homepage ---------------*/

.home #rowOne p, .home #rowTwo p, .home #rowThree p {
	text-align: left;
	letter-spacing: 0.1em;
}
.home #catMenu {
	padding: 7px 0px 3px 5px;
	margin: 0px 0px 0px 0px;
}
.home #rowOne {
	height: auto;
	margin: 0px;
	padding: 1.0em 0;
}
.home #rowOne .colOne {
	float: left;
	padding: 0.3em 0 0 0;
}
.home #rowOne .colTwo {
	float: right;
	display: none;
}
.home #rowTwo, .home #rowThree {
	background-color: transparent;
	clear: both;
	padding: 1.0em 0 0 0;
	border-top: 1px dotted #bbb;
}
.home #rowTwo .colOne, .home #rowTwo .colTwo, .home #rowTwo .colThree, .home #rowThree .colOne, .home #rowThree .colTwo, .home #rowThree .colThree {
	width: 29%;
	float: left;
	display: inline;
	padding: 0.5em 1.1em 0.5em 1.1em;
}
.home #rowTwo .colOne, .home #rowThree .colOne {
	margin: 0 1.6em 0 0;
}

.home #rowTwo .colTwo, .home #rowThree .colTwo {
	margin: 0 1.6em 0 0;
}
.home #rowTwo .colThree, .home #rowThree .colThree {
}
.home #rowThree {
	margin: 1.0em 0.5em;
}
.home #footer_clear {
  clear: both;
  height: 3.0em;
}
/*----------------------------------------
/* --------footer DIVs layout -----------*/

#footer_clear { 
  clear: both;
  height: 2.5em;
}

#footer { 
  clear: both;
  padding: 1.5em 1.0em 1.5em 1.0em;
  border-top: 1px solid #666;
}

#footer_wrapper {
	padding: 0px;
   margin: 0 auto; 
	text-align: left;
}

#footer_content {
	font-size: 0.9em;
	float: right;
	width: 30%;
	border: 1px dotted #666;
	padding: 1.0em 2.0em;
	margin-bottom: 3.0em;
}

#footer_content p {
	text-align: justify;
	padding.bottom: 0.3em;
}

#footer_content span.copy {
	float: right;
	display: inline;
	margin-top: -1.3em;
}

#footer #sponsor { 
   float: left;
	padding: 0.8em;
	width: 41.6em;
	vertical-align: baseline;
}

#footer #sponsor p {
	text-align: left;
	margin-bottom: 0.5em;
}
#footer #sponsor img {
	display: block;
}

/*----------------------------------*/
/*   Blank page layout
/*---------------------------------*/

.blank #colOne {
	display: none;
	width: 0px;
	height: 0px;
	float: left;
	overflow: hidden;
}

.blank #colTwo {
	width: 100%;
	clear: both;
}

.blank #mainContent {
	width: 66.0em;
	float: left;
	height: 100%;
	display: inline;
	overflow: hidden;
}

.blank #mainContent img {
	border: none;
	border-width: 0;
	padding: 0;
	margin: auto;
}
.blank #mainContent .spacer {
	height: 7.0em;
}
.blank #mainContent .spacerreturn {
	height: 10.0em;
}
.blank #secondaryContent {
	display: none;
	width: 0px;
	height: 0px;
	float: right;
	overflow: hidden;
}


/*--------------------------------------------------------*/
/* -----------form page customization --------------------*/
/*-------------------------------------------------------*/

.form #colOne {
	display: none;
	width: 0px;
	height: 0px;
	float: left;
	overflow: hidden;
}

.form #colTwo {
	width: 100%;
	clear: both;
}

.form #mainContent {
	width: 70.0em;
	float: left;
	height: 100%;
	display: inline;
	overflow: hidden;
}

.form #mainContent img {
	border: none;
	border-width: 0;
	padding: 0;
	margin: auto;
}
.form #mainContent .spacer {
	height: 7.0em;
}
.form #mainContent .spacerreturn {
	height: 10.0em;
}
.form #secondaryContent {
	display: none;
	width: 0px;
	height: 0px;
	float: right;
	overflow: hidden;
}
.form h3 strong {
	font-weight: bold;
	padding-bottom: 1.0em;
	font-size: 1.4em;
	font-family: Arial, sans-serif;
	font-variant: small-caps;
}

.form p {
	line-height: 1.2em;
	padding-top: 0.6em;
}

.form span.instructions {
	margin-bottom: 0.8em;
}


/*------------------------------
/* Form tab menu */

/*.form #navigation .current a {
	background-position: 0 0px;
}

.form #navigation .current a span {
	background-position: 100% 0px;
}


#navigation .formcurrent a, #intranet #navigation .formcurrent a {
	background-position: 0 -150px;
	color: #09164E;
}
#navigation .formcurrent a span, #intranet #navigation .formcurrent a span {
	background-position: 100% -150px;
}*/


/*------------------------------
/* Form cat menu */

.form #catMenu {
	height: 1.8em;
}
.form #catMenu ul {
   margin-right: 10%;
	border: 0px; 
}

.form #catMenu li {
	float: right;
}

.form #catMenu li.label {
	list-style-type: none;
	font-weight: bold;
}

.form #catMenu li a {
	padding: 0em 0.4em 0em 0.4em;
}

.form #catMenu li.current a {
   text-decoration: underline;
}

/*-------------------------------
/*   Formatting Buttons
--------------------------------- */

.form #buttons {
	margin: 10px 0px 10px 0px;
	padding: 7px 5px 12px 5px;
	text-align: left;
	border-top: 1px solid #666;
}

.form #mainContent form #buttons span.select, a.select {
   font-size: 1.1em;
	font-weight: bold;
}

form .buttonInsert .itemWrapper .smallLinks {
	padding-bottom: 7px;
	font-size: 1.1em;
}

/*--- adjust size for IE6 ---*/

*html .form #mainContent form #buttons span.select, a.select {
   font-size: 0.7em;
	font-weight: bold;
}

*html .form #mainContent form #buttons span.maxwidth {
   font-size: 0.7em;
	font-weight: normal;
}


*html .form #mainContent form #buttons a.select:hover {
   font-size: 0.7em;
	font-weight: bold;
}

*html form .buttonInsert .itemWrapper .smallLinks {
	padding-bottom: 7px;
	font-size: 0.7em;
}

/*------------------------*/

.form #mainContent input {
	height: 16px;
	font-size: 1.2em;
}

.form #mainContent input.submit {
	height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	padding:  -0.2em 0em 0.2em 0em;
	font-family: "Courier New", Courier, monospace;
	float: left;
}

.form #mainContent textarea {
	font-size: 1.2em;
}

.form select {
	min-width: 150px;
}

.buttonMode {
	background-color: transparent;
	color: #73769D;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 10px;
	white-space: nowrap;
	}

.htmlButtonOutter, .htmlButtonOutterL {
	background-color: #f6f6f6;
	border-bottom: #333 1px solid;
	border-right: #333 1px solid;
	border-top: #333 1px solid;
	padding: 0;
	}

.htmlButtonOutterL {
	border-left: #333 1px solid;
	}

.htmlButtonInner {
	background-color: transparent;
	border-bottom: #ccc 1px solid;
	border-left: #fff 1px solid;
	border-right: #ccc 1px solid;
	border-top: #fff 1px solid;
	padding: 0 3px 0 3px;
	text-align: center;
	}

.htmlButtonOff {
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

.htmlButtonOff a:link {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOff a:visited {
	text-decoration: none;
	}

.htmlButtonOff a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOff a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn {
	background: #f6f6f6;
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

.htmlButtonOn a:link {
	color: #990000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOn a:visited {
	text-decoration: none;
	}

.htmlButtonOn a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA {
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonB {
	background: #E1E3EC;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonA a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonA a:visited {
	text-decoration: none;
	}

.htmlButtonA a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonB a:visited {
	text-decoration: none;
	}

.htmlButtonB a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:hover {
	color: #999;
	text-decoration: none;
	}

	
/*------------------------------
/*---------- LOGIN Form --------
/*------------------------------*/

.form .login #mainContent form p {
	padding-bottom: 0.5em;
	font-size: 1.2em;
}


/*-----------------------------------
/* Form page sitemap customization */

.form .ifxElement {
	width: 90%;
	background-color: transparent;
	margin: 0px 0px 3px 0px;
	text-align: center;
	overflow: hidden;
	display: none;
}

.form .ifx_colOne, .ifx_colTwo, .ifx_colThree {
	float: left;
	width: 27%;
	padding:	 0.5em;
	text-align: left;
	margin-left: 2.0em;
}

/*--------------------------------------------------------*/
/* -----------search page customization --------------------*/
/*-------------------------------------------------------*/
body.search {
	text-align: left;
}
.search .wrapper {
	width: auto;
}
.search #accountMenu {
	height: 1.6em;
	padding: 0.3em 2.0em 0.3em 0em;
	text-align: right;
	border-bottom: 1px dotted #666;
}
.search #pageheader {  
 padding:  2.0em 0;
 border-bottom: 1px solid #666;
}
.heading {
	height: 1.8em;
}
.search #content {
 left:				0px;
 right:				1.0em;
 margin:				1.0em 2.5em;
 padding:			0.8em 0 0 0;
}

.search .outerBorder {
 border-top:        1px solid #666;
 border-bottom:     1px solid #666;
}

.search .searchSubmit {
 font-size:         1.1em;
 text-align: center;
 padding:           0.6em 1.0em 0.6em 0.6em;
 border-top:        1px solid #999;
 border-bottom:     1px solid #999;
/* background-color:  #C6C9CF; */
}
.search .fieldset {
 border:        1px solid #999;
 padding: 1.0em;
}
.search .breadcrumb {
 text-align: 		left;
 margin:			0 0 1.0em 0;
 background-color:	transparent;
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			1.0em;
}
.search .default, .defaultBold {
 font-size:			1.1em;
 padding:			0.3em 0;
 background-color:	transparent;
}
.search .defaultBold {
 font-weight:		bold;
}
.search .paginate {
 font-size:			1.1em;
 font-weight: 		normal;
 letter-spacing:	0.1em;
 padding:			1.0em 0.6em 1.0em 0.4em;
 margin:			0;
 background-color:	transparent;
}
.search .pagecount {
 font-size:			1.0em;
 color:				#666;
 font-weight:		normal;
 background-color: transparent;
}
.search .tablePad {
 padding:			0.3em 0.3em 0.5em 0.3em;
}
.search #results .tablePad {
 padding:			0.3em 0.3em 0.5em 0.3em;
}
/*.search #results .tablePad table {
 background-color: #D5D8EE;
 margin-top: -0.3em;
}*/
.search .resultRowOne {
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 1.1em;
	padding: 0.6em 0.6em 0.6em 0.8em;
	background-color: #eee;
}
.search .resultRowTwo {
	font-size: 1.1em;
	color: #505467;
	padding: 0.6em 0.6em 0.6em 0.8em;
	background-color: #fff;
}
.search .resultHead {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.8em 0 0.8em 0.8em;
/*	border-bottom: 1px solid #999;*/
	background-color: #eee;
}
.search form {
 margin:            0;
 padding:           0;
 border:            0;
}
.search .hidden {
 margin:            0;
 padding:           0;
 border:            0;
}
.search .input {
 border-top:        2px solid #999;
 border-left:       2px solid #999;
 border-bottom:     1px solid #999;
 border-right:      1px solid #999;
 color:             #333;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         1.1em;
 height:            1.7em;
 padding:           0;
 margin:        	0;
} 
.search .textarea {
 border-top:        2px solid #999;
 border-left:       2px solid #999;
 border-bottom:     1px solid #999;
 border-right:      1px solid #999;
 color:             #333;
 font-size:         1.1em;
 padding:           0;
 margin:        	0;
}
.search .select {
 background-color:  #fff;
 font-size:         1.1em;
 font-weight:       normal;
 letter-spacing:    0.1em;
 color:             #333;
 margin-top:        0.2em;
 margin-bottom:     0.2em;
} 
.search .multiselect {
 border-top:        2px solid #999;
 border-left:       2px solid #999;
 border-bottom:     1px solid #999;
 border-right:      1px solid #999;
 background-color:  #fff;
 color:             #333;
 font-size:         1.1em;
 margin-top:        0.2em;
 margin-top:        0.2em;
} 
.search .radio {
 color:             transparent;
 background-color:  transparent;
 margin-top:        0.4em;
 margin-bottom:     0.4em;
 padding:           0;
 border:            0;
}
.search .checkbox {
 background-color:  transparent;
 color:				transparent;
 padding:           0;
 border:            0;
}
.search .submit {
	font-size: 1.1em;
	font-weight: normal;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	letter-spacing: 0.1em;
	padding: 0.1em 0.3em 0.2em 0.3em;
	margin: 0;
	background-color: #eee;
}
a.skip-link{display:none;}