body {
  font: 100% Arial, Helvetica, sans-serif #000;
  background-color: #FFFFFF;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
}

html { overflow: -moz-scrollbars-vertical !important; }

a:link {
	color: #009470;
}
a:visited {
	color: #009470;
}
a:hover {
	color: #000000;
}
a:active {
	color: #009470;
}
img {
	border: 0;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
}
.toptext {
	font-size: 11px;
	color: #000;
	margin: 0;
	}

/* PAGE LAYOUT */

#container { 
	width: 760px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo{
	width: 202px;
	height: 79px;
	float: left;
}
#floatHeaderRight {
	width: 484px;
	height: 79px;
	float: right;
	margin: 0;
	background-image: url('../images/bg_header.gif');
	background-repeat: repeat-y;
}
#login { 
	background: #FFF;
	width: 484px;
	height: 42px;
	border-bottom: 7px solid #009470;
	padding-top: 10px;
}
#login a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 0.05em;
	font-size: 11px;
	color: #999;
	padding-left: 5px
}
#menu1 { 
	width: 360px;
	height: 37px;
}
#menu1 ul {
	margin: 0;
	padding: 0;
	height: 37px;
	list-style: none;
}
#menu1 li {
	display: inline;
	float: left;
	padding: 8px 30px 0 0;
}
#menu1 a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.6px;
	font-size: 13px;
	color: #000;
}
#menu1 a:hover {
	color: #0053A0;
}
#search {
	height: 37px;
	width: 180px;
	margin: 0;
	padding: 0;	
	float: right;
}
.searchbox {
	width: 55px;
	height: 17px;
	background: white;
	color: #000;
	margin: 0 0 0 10px;
	padding: 0 5px 0 0;
	border: 1px solid #CCC;
}
.searchbutton{
	width: 52px;
	border: none;
	margin: 0;
	padding: 0;
}
#blueBorder { 
	width: 760px;
	height: 5px;
	margin: 0;
	padding: 0;
	font-size: 1px;
    line-height: 0px;
	background: #0053A0;
}
#main {
	width: 760px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f5f5f5;
	background-image: url('../images/bg_main.jpg');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#sidebar1 {
	float: left;
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 24px 0 0 0;
}
#sidebar1 ul {
	margin: 0;
  	padding: 0;
	list-style: none;
	line-height: 0.9em;
}
#sidebar1 li {
	margin: 0;
}
#sidebar1 .noline {
	border-bottom: none;
	}
#sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 22px;
	font-size: 13px;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding: 0 4px 3px 7px; 
}
#sidebar1 a:hover {
	color: #0053A0;
}
#sidebar1 .noline {
	border-bottom: none;
}
#mainContent { 
	margin: 25px 0 17px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 525px;
}
.photo { 
	margin: 0;
	padding: 0 0 10px 10px; 
	border: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.box1Header { 
	width: 505px;
	margin: 0 0 10px 0;
	padding: 0; 
	background: #009470;
}
.box1Header p { 
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.box1 { 
	width: 505px;
	margin: 0;
	padding: 0 0 10px 0; 
	background: #D5EDE8;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.box1 p { 
	margin: 0;
	padding: 0 10px 0 10px; 
}
.inlineList {
  margin:0 auto;
  padding: 20px 0 20px 0;
  }
 
.inlineList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.inlineList li {
	display: inline;
	padding-right: 20px;
}

/* Footer
----------------------------------------------- */
#footer {
  width:738px;
  margin:0 auto;
  padding: 20px 0 7px 0;
  }
 
#footer ul {
	margin: 0;
	padding: 0;
	height: 20px;
	list-style: none;
}
#footer li {
	display: inline;
	padding-right: 20px;
}
#footer a, #footer li {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #000;
}
#footer a:hover {
	color: #0053A0;
}
#emailLink {
	width:200px;
	padding: 20px 0 0 5px;
}
#countryLinks {
	width:545px;
}
#countryLinks a, #emailLink a {
	color: #009470;
	}
#countryLinks a:hover, #emailLink a:hover  {
	color: #000;
}
.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color:#FFF;
  }