body {
  margin: 0px;
  padding: 0px 0px 10px 0px;
	text-align: center;
}

body, td {
  color: #4B4B4B;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

font {
  font-family: arial, helvetica, sans-serif;
}

a {
	color: #386996;
}

p {
	margin: 0px 0px 0px 0px;
	line-height: 140%;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

td {
	vertical-align: top;
}

ul {
	list-style-type: square;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	margin-top: 5px;
}


/* ======================= */
/* header */
/* ======================= */

#header {
	margin-left: auto;
	margin-right: auto;
	width: 727px;
	height: 96px;
	text-align: right;
}

#logo {
	float: left;
	margin-top: 9px;
}

#auxNav {
	padding: 3px 5px 0px 0px;
	text-align: right;
}

#auxNav table {
	margin-left: auto;
}

#auxNav td {
	border-left: 1px solid #386996;
	color: #386996;
	font-size: 11px;
	padding: 0px 0.6em 0px 0.6em;
	text-align: left;
}

#auxNav td.first {
	border-left: none;
}

#auxNav a {
	color: #386996;
	text-decoration: none;
}

#search {
	margin: 24px 12px 0px 0px;
}

#search .txtbox {
	width: 150px;
	vertical-align: middle;
}

#search .button {
	margin-left: 3px;
	vertical-align: middle;
}

/* ======================= */
/* top nav */
/* ======================= */

/* wrapper used to create the two top borders because IE handles borders differently (box model difference) */
#topNavWrapper {
	border-top: 9px solid #386996;
	background-color: #BCD7F2;
	padding-top: 7px;
}

#topNav {
	background: #EBF3FB url(../images/common/bg_topnav.gif) repeat-x left bottom;
	text-align: center;
}

#topNav table {
	border-left: 1px solid #BCD7F2;
	margin-left: auto;
	margin-right: auto;
}

#topNav td {
	border-right: 1px solid #BCD7F2;
	color: #386996;
	padding: 8px 8px 7px 8px;
	text-align: left;
}

#topNav td.active {
	background-color: #fff;
}

#topNav a {
	color: #386996;
	text-decoration: none;
}

#topNav td.active a {
	color: #C81318;
}

/* ======================= */
/* content styles */
/* ======================= */

#eBrochures {
	background: url(../images/common/ebrochures.gif) no-repeat left top;
	border: 1px solid #dadada;
	float: left;
	margin: 0 0 13px 0;
	padding: 50px 10px 15px 15px;
	/* ie5win box hack begins */
	width: 382px;
  voice-family: "\"}\"";
  voice-family:inherit;
	width: 355px;
  }
  html>body #eBrochures {
	width: 355px;
	/* ie5win box hack ends */
}

#eBrochures table {
	width: 100%;
}

#eBrochures th {
}

#eBrochures td {
	padding-left: 14px;
	vertical-align: middle;
}

#eBrochures td p {
	line-height: 1.5em;
}

.brochureImage {
	border: 1px solid #999;
	float: left;
}

.brochureLinks {
	color: #386996;
}

/* ======================= */
/* footer */
/* ======================= */

#footer {
	background-color: #F7E396;
	color: #386996;
	font-size: 14px;
	margin-top: 20px;
	padding: 12px 15px 9px 15px;
}

#footer-line2 {
	color: #fff;
	background-color: #386996;
	line-height: 38px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
}

#footer-line2 a {
	color: #fff;
	text-decoration: none;
}


/* ======================= */
/* bottom nav */
/* ======================= */

#botNav {
	margin-top: 15px;
	padding: 0px 15px 0px 15px;
	text-align: center;
}

#botNav table {
	margin-left: auto;
	margin-right: auto;
}

#botNav td {
	border-left: 1px solid #386996;
	color: #386996;
	padding: 0px 0.6em 0px 0.6em;
	text-align: left;
}

#botNav td.first {
	border-left: none;
}

#botNav a {
	color: #386996;
}


/* ======================= */
/* copyright */
/* ======================= */

#copyright {
	font-size: 10px;
	line-height: 140%;
	margin-top: 12px;
	text-align: center;
	text-transform: uppercase;
}

/* ======================= */
/* general styles */
/* ======================= */

h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-left: 10px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.first {
	border-top: none;
	padding-top: 0px;
}

.countryLink {
	font-weight: bold;
}

.countryLink a {
	color: #CB1406;
}

.error {
	color: #f00;
}

.txtError {
	color: #f00;
	font-size: 11px;
}

/* ======================= */
/* form contact styles */
/* ======================= */

.formContact {
	margin-top: 40px;
}

.formContact td {
	padding: 0px;
}

.formContact .columnOne {
	width: 227px;
}

.formContact .columnTwo {
	padding-left: 20px;
}

.formContact .label {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

.formContact .fieldset {
	margin-bottom: 12px;
}

.formContact .txtbox {
	width: 227px;
}

.formContact .txtarea {
	width: 227px;
	height: 120px;
}


div.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}
