html {
    border-left: 0px;
    }

body, form, a, div, span, ul, ol, li, table, caption, tr, th, td, img, strong, em, p, h1, h2, h3, h4, h5, h6, pre {
    padding: 0px;
    border: 0px;
    margin: 0px;
    }

body {
    text-align: center;
    color: #343434;
	background-color: #FFFFFF;
	padding-top: 10px;
    }

body, input, select, option, textarea, h1, h2, h3, h4, h5, h6, table, tr, th, td {
    font-family: "Trebuchet MS", verdana, lucida, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;	
	line-height: 1.3em;
    }

strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    }

/* START global classes */
a img {
	cursor: pointer;
	}

p.inputText {
	width: 257px;
	border: 1px solid #E4E3E8;	
	}

input.inputText {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #F3F3F3;
	color: #454545;
	width: 255px;
	height: 15px;	
	}
	
HTML>BODY input.inputText {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	
	}	

td.alignLeft {
	text-align: left;
	}
	
td.alignRight {
	text-align: right;
	}
	
a:link, a:visited, a:active {
	color: #015ac0;
	background-color: inherit;
	text-decoration: none;
	}
	
a:hover {
	color: #888888;
	background-color: inherit;	
	}
/* END global classes */

#wrapper {
    width: 774px;
    float: none;
    text-align: left;    
    margin: 0px auto;
	color: inherit;
	background-color: inherit;	
	}


/* START top */
#top {
	width: 774px;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-color:#ffffff;
	height: 230px;	
	}	
#top .left {
	float: left;
	width:170px;
	color:#878787;
	text-align:left;
}
#top .right {
	float: right;
	width:570px;
	text-align:right;
}
#top img.header {
	clear: both;
	display: block;
	margin: 0px auto;
	}

* html #top img.header {
	position: relative;
	top: 4px;
	}

#top_background {
	padding-left:14px;
	padding-right:14px;
	width: 742px;
	
}
	
#top_background .searchSubmitImg {
	display:right;
	vertical-align:middle;
	margin-top:-5px;
	
}
	
#top_background .inputText {
	background-color:#ffffff;
	border:1px solid #cccccc;
	width:100px;
	padding:2px;
	height:12px;
	color:#333333;
	font-size:10px;
	text-align:right;
	
}	
	
#top_background ul.menu {	
	list-style-type: none;
	float: right;
	margin-bottom: 7px;
	}	
	
HTML>BODY #top_background ul.menu {	
	margin-left: 12px;
	color:#5bb0ec;
	}
	
#top_background li {
	display: inline;
	padding-left:3px;
	}

#top_background ul.menu a , #top_background ul.menu a:active, #top_background ul.menu a:visited  {	
	font-family:arial;
	font-size:10px;
	color:#454545;
	}	
	
#top_background ul.menu a:hover {	
	font-family:arial;
	font-size:10px;
	color:#5bb0ec;
}	

#top_background ul.menu   {	
	font-family:arial;
	font-size:10px;
	color:#454545;
}	

div#language_selector {
	
}
	
HTML>BODY div#language_selector {

	}

div#language_selector li {	
	color: #0060BC;
	background-color: inherit;
	display: block;
	font-size:10px;
	float: right;
	padding-top: 5px;
	text-align: right;	
	font-family:arial;
	margin-left:-2px;
	margin-top:-1px;
	}

div#language_selector a:link, div#language_selector a:active, div#language_selector a:visited {
	color: #454545;
	font-family:arial;
	font-size:10px;
	}
	
div#language_selector a:hover {
	color: #0060BC;
	font-family:arial;
	font-size:10px;	
	}
	
#topSearchAndLanguage {
	margin-bottom:24px;

}		

/* END top */	
	
#content {	
	padding-bottom: 30px;
	padding-left:20px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-color:#ffffff;
	width:734px;
	}

HTML>BODY #content {		
	height: auto;
	overflow: auto;
	}

#left {	
	float: left;	
	width: 540px;
	padding-top: 10px;		
	padding-bottom: 15px;		
	padding-left: 14px;		
	padding-right: 10px;
	}

html>body #left {
	width: 540px;
	}

#right {
	float: right;
	width: 175px;	
	padding-top: 0px;		
	padding-bottom: 15px;		
	padding-left: 12px;
	padding-right: 13px;
	text-align: right;	
	}

/* START copyright */
#copyright {
	float: left;
	width: 770px;
	font-size: 10px;
	color: #666666;
	background: inherit;	
	}

#copyright div.left {
	float: left;
	margin-left: 6px;	
	}

HTML>BODY #copyright div.left {
	margin-left: 12px;
	}

#copyright div.right {
	float: right;
	margin-right: 4px;
	}
	
HTML>BODY #copyright div.right {
	margin-right: 10px;
	}
/* END copyright */

/* START bottom */
#bottom {
	float: left;
	width: 774px;
	color: #bbbbbb;
	background-color: #ffffff;	
	border:1px solid #cccccc;
	border-top:0px;
	height: 35px;
	text-align: right;
	font-size: 10px;
	padding-top:40px;
	margin-bottom:100px;
	padding-bottom:12px;
	}
#bottom .left {
	float: left;
	color:#878787;
	text-align:left;
	margin-left:15px;
}
#bottom .right {
	float: right;
	text-align:right;
	margin-right:15px;
}
#bottom div.bottom_menu {
	width: 770px;	
	margin-right: 1px;
	margin-top: 10px;
	float: right;	
	}

#bottom ul {
	list-style-type: none;
	}
	
#bottom li {
	display: inline;
	}
	
#bottom ul.left {
	float: left;
	margin-left: 7px;	
	}

HTML>BODY #bottom ul.left {
	margin-left: 15px;
	}

#bottom ul.right {
	float: left;
	margin-right: 4px;
	}
	
HTML>BODY #bottom ul.right {
	margin-right: 10px;
	}

#bottom ul.right li {
	text-align: left;
	}

#bottom span {
	padding-left: 0px;
	padding-right: 0px;
	}
	
#bottom a:link, #bottom a:visited, #bottom a:active {
	color: #878787;
	background-color: inherit;
	text-decoration: none;
	}

#bottom a:hover {
	color: #005ac3;
	background-color: inherit;	
	}
/* END bottom */
	
/* START privacy_policy */
#privacy_policy {
	margin-top: 30px;
	line-height: 1.3em;
	padding-left: 5px;
	padding-right: 5px;	
	}
	
#privacy_policy p {
	margin-bottom: 5px;
	}
/* END privacy_policy */

/* START terms_and_conditions */
#terms_and_conditions {
	margin-top: 30px;
	line-height: 1.3em;
	padding-left: 5px;
	padding-right: 5px;
	}
	
#terms_and_conditions p {
	margin-bottom: 5px;
	}
/* END terms_and_conditions */

/* START compliant */
#compliant {
	margin-top: 30px;
	line-height: 1.3em;
	padding-left: 5px;
	padding-right: 5px;	
	}
	
#compliant p {
	margin-bottom: 5px;
	}
	
#compliant p.file {
	margin-top: 10px;
	}
	
#compliant p.file a {
	background: url('../image/pdf_icon.jpg') no-repeat;
	padding-left: 20px;
	}
/* END compliant */

/* START feedback_user */
#feedback_user {
	clear: both;
	float: none;
	margin-top: 30px;
	color: #FF0000;
	background-color: inherit;
	font-weight: bold;
	}
	
#feedback_user ul {
	list-style-type: none;	
	}
/* END feedback_user */

/* START branding */
#branding {
	margin-top: 30px;
	line-height: 1.3em;
	}
	
#branding p {
	margin-bottom: 5px;
	}
	
#branding ul {
	margin-left: 15px;
	}
	
#branding td {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	}
#tone {
	Z-INDEX: 6; OVERFLOW: hidden; CLIP: rect(0px 1px 1px 0px); POSITION: absolute
}
#toneok {
	Z-INDEX: 2; LEFT: 0px; WIDTH: 50px; POSITION: absolute; TOP: 0px
}
/* END branding */