/* ------ General rules ------ */

body {
	background-color: #32476B;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	}

.hide {text-indent: -10000px; float: left; width: 0;}

img, form, .button {border: 0; margin: 0}

.clear {height:1px; line-height: 1px; clear: both; font-size: 0;}


/* ------ Typography ------ */

a:link { color:#001966; text-decoration:underline}
a:visited { color: #001966; text-decoration:underline}
a:hover { color: #900; text-decoration:underline}

p, h1, h2, h3, h4, h5, h6, li, ul, ol, #mainmenu {
	margin-bottom:0.9em;
	margin-top:0;
	color:#000;
	text-align: left;
	line-height: 1.5em
	}
	
h1, td {line-height: 1.4em}

h1 {font-size:1.8em}
h2 {font-size:1.2em}
h3 {font-size:1em}
h4 {font-size:1em}

h1, h2, h3, h4 {margin-top: 0; margin-bottom: 0.5em; color:#990000}

h4 {color:#000}

ul, ol {
	margin: 0;
	list-style-position: outside;
	padding: 0 0 0 16px;
	line-height: 1.3em;
	list-style-type: disc;
	}
	
#content p.smalltext {
	font-size: 84%;
	line-height: 1em;
	}
	
#content p.foottext {
	font-size: 84%;
	margin-top:25px; margin-bottom:0;
	text-align:center}
	
#content p.backlink {
	font-size: 90%;
	line-height: 1em;
	}


#content p.backlink img {vertical-align:top}
	
#content .flushtop {margin-top:0}

.highlight {
	color: #990000;
	font-weight: bold;
	font-size: 1.3em;
}

.country {display:inline; float:right; font-size:84%}

#extralinks a:link, #extralinks a:visited, #extralinks a:hover, .country a:link, .country a:visited, .country a:hover, .foottext a:link, .foottext a:visited, .foottext a:hover, .backlink a:link, .backlink a:visited, .backlink a:hover {text-decoration:none}

/* ------ Layout ------ */
	
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 778px;
	background: url(../images/bg.gif) repeat-y;
	}

#masthead {
	position: absolute;
	margin: 16px 0 0 0;
	left: 15px;
	border: 0;
	padding: 0;
	width: 778px;
	font-size: 80%;
	z-index:30;
	}
	
#sidebar {
	position:absolute;
	left: 590px;
	top:0;
	margin: 97px 0 0 0;
	z-index:10;
	padding: 12px 0 0 0;
	width: 165px;
	}	
	
#results #sidebar {display:none}	
	
#extralinks {
	position:absolute;
	left:0;
	width: 750px;
	margin: 23px 0 0 0;
	border: 0;
	text-align:right;
	z-index:50;
	}

#extralinks p {text-align:right; font-size: 84%;}
	
#content {
	padding: 110px 225px 20px 35px; 
	line-height:1.1em; 
	}
	
#boxtop {
	position:absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0px;
	height: 22px; width: 778px;
	background:  url(../images/boxtop.gif);
	background-repeat: no-repeat;
}

#footer {
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	height: 20px;
	width: 778px;
	background:  url(../images/boxbottom.gif);
	background-repeat: no-repeat;
	}


/* ------ Image alignment ------ */

.alignleft {
	float: left;
	margin: 2px 6px 3px 0;
	border:solid #999 1px
	}
	
.alignright {
	float: right;
	margin: 2px 0 3px 6px;
	border:solid #CCC 1px
	}
	
.aligncentre {
	text-align:center
	}
	
.aligntop {
	vertical-align:top
	}
	
/* ------ Image replacement ------ */

.replace0 {
	display: block;
	height: 70px;
	width: 750px;
	background-image:  url(../images/logo.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;
}

.replace0 a {
	display: block;
	height: 70px;
	text-decoration: none;
}

.replace0 a span {
	position: absolute;
	z-index: -1;
	visibility: visible;
}

/* ------ Table ------ */

table {
  border-collapse: collapse;
  border-width: 0;
  margin: 0;
  padding: 0;
  font-size:90%;
  width: 100%;
  background-color: #F7F8FC;
  margin-bottom:0.5em
}

td, th {
  text-align: left;
  vertical-align: top;
}

.column2 {	background-color: #E9ECEE; }

tr, th, td, img {
	border-color: #9E9A91;
	border-style: solid;
	border-width: 0;
}

.summary th, .summary td {
	padding: .3em .5em .3em .5em;
	border-bottom-width: 1px;
	border-bottom-color: #CFCDC2;
}


.summary .column1 {
	border-bottom-color: #E8E5DF;
}

.summary .column2 {
	border-bottom-color: #D9D6D0;
}

.summary th.column1 {
	border-bottom-color: #9E9A91;
	background-color: #EFF1F6;
}

.summary thead th.column2 {
	border-bottom-color: #9E9A91;
	background-color: #DFE6EA;
}

th.column1 a, th.column2 a {vertical-align:middle}


/* ------ Navbar ------ */

#mainmenu ul {
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
	width:92%
	}
		
#mainmenu li {
	display: inline;
	margin: 0;
	padding:0;
	}

#mainmenu li a:link, #mainmenu li a:visited  { 
	display: block;
	margin-top: 3px;
	padding: 0px 2px 2px 5px;
	color: #fff;
	font-size: 11px;
	font-weight:bold;
	width: 100%;
	text-decoration:none;
	}

html>body #mainmenu li a {
	width: auto;
	}
	
#mainmenu li a:link, #mainmenu li a:visited {background-color:#002566}

#mainmenu li a:hover {background-color:#900; color:#fff}

#styleus {display:block}
#styleuk {display:none}
