html,
body
{
	background: url(/images/en/background.gif) repeat-x;
	background-color: #0067A7;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.5em;
	white-space: normal;
	height: auto;
}
a:link,
a:visited,
a:active
{
	text-decoration: none;
	color: #6695BB;
}
a:hover
{
	text-decoration: none;
	color: #00633A;
	border-bottom: 1px dotted #00633A;
}
img,
#logoRow a:hover,
#navRow a:hover
{
	border: none;
	line-height: normal;
	white-space: normal;
}
td
{
	vertical-align: top;
	align: left;
}
#mainTable
{
	width: 770px;
	margin: 0px auto;
}
.shadowLeft
{
	background: url(/images/en/shadow_left.gif) repeat-y;
	color: #fff;
	width: 5px;
}
.shadowRight
{
	background: url(/images/en/shadow_right.gif) repeat-y;
	color: #fff;
	width: 5px;
}
#globalRow
{
	background: url(/images/en/global_background.jpg) no-repeat;
	background-color: #00633A;
	color: #fff;
	height: 18px;
	font-size: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
#globalRow a:link,
#globalRow a:visited,
#globalRow a:active
{
	text-decoration: none;
	color: #fff;
}
#globalRow a:hover
{
	text-decoration: none;
	color: #0c0;
	border-bottom: 1px dotted #0c0;
}
#globalNav
{
	float: right;
	width: 383px;
	text-align: right;
}
#logoRow
{
	background-color: #E0EDDD;
	color: #000;
	width: 337px;
}
#imageRow
{
	background-color: #E0EDDD;
	color: #000;
	width: 423px;
}
#navRow
{
	background-color: #00633A;
	color: #fff;
	height: 20px;
	padding-left: 130px;
}
#bodyRow
{
	background-color: #fff;
	color: #000;
}
#bodyContent
{
	padding: 15px 15px 0px 40px;
	_height: 300px;
	min-height: 300px;
}
.content
{
	padding: 0px;
	padding-top: 5px;
}
#loginRow
{
	float: left;
	width: 250px;
	font-size: 10px;
	vertical-align: middle;
	padding: 10px;
	padding-left: 40px;
	padding-top: 8px;
}
#searchRow
{
	float: right;
	width: 430px;
	text-align: right;
	font-size: 10px;
	vertical-align: middle;
	padding: 10px;
}
.pageTitle
{
	color: #0066A7;
	border-bottom: 1px #ddd solid;
	padding-bottom: 1px;
	margin-bottom: 10px;
	font-weight: bold;
	width: 100%;
}
#footerRow
{
	background-color: #fff;
	color: #000;
	font-size: 10px;
	text-align: center;
	height: 15px;
}
#copyrightRow
{
	background-color: #00633A;
	color: #fff;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	height: 22px;
}
.clearRows
{
	clear: both;
	margin: 0px;
	padding: 0px;
}
#leftNavColumn
{
   float: left;
	font-size: 11px;
	font-weight: bold;
	width: 180px;
	padding: 10px;
	padding-left: 0px;
}
#leftNavColumn ul
{
   margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
#leftNavColumn li
{
   list-style-position: outside;
   list-style: none;
	font-weight: normal;
	line-height: 1.25em;
   margin-left: 15px;
   padding: 0px;
	padding-bottom: 10px;
}
#leftNavColumn li:hover
{
   list-style-position: outside;
   list-style-image: url(/images/en/pointer.gif);
}
#contentRightColumn
{
	float: right;
	width: 500px;
	padding-left: 10px;
	padding-top: 12px;
	border-left: 1px #ddd solid;
   _height: 300px;
   min-height: 300px;
}
/* Quick Menu */
/*
 * All.
 */
 
.qmmc
{ 
   background-color: transparent;
	color: #fff !important;
}

/*
 * Main items.
 */
.qmmc a
{
   background-color: #009859 !important;
   color: #fff !important;
	font-size: 11px !important;
   text-decoration: none !important;
   white-space: nowrap !important;
}

/*
 * Main hover state.
 */
.qmmc a:hover
{ 
   background-color: #0066A7 !important;
	color: #fff !important;
	font-size: 11px !important;
   text-decoration: none !important;
   white-space: nowrap !important;
}

/*
 * Main active state.
 * Note: Add '!important' after each style (per QuickMenu docs).
 */
.qmmc .qmactive
{ 
   background-color: #0066A7 !important;
	color: #fff !important;
   text-decoration: none !important;
   white-space: nowrap !important;
}

/*
 * Main parent items.
 */
.qmmc .qmparent
{
   /*
	background-image: url(/images/en/core/menu_arrow_down.gif);
   background-position: 95%;
   background-repeat: no-repeat;
	*/
}


/*
 * Sub containers.
 */
.qmmc div
{
   background-color: #fff;
   border: 1px #000 solid;
	border-bottom: 0px;
   margin-top: 0px;
	margin-left: 0px;
   padding: 0px;
   line-height: normal;
}


/*
 * Sub hover state.
 */
.qmmc div a:hover
{
   /*
	text-decoration: underline;
	border-bottom: 1px #000 solid !important;
	*/
}

.qmmc div div
{
   background-color: #fff;
   border: 1px #000 solid;
	border-bottom: 0px;
   margin-top: -1px;
	margin-left: 0px;
   padding: 0px;
}
/*
 * Sub active state.
 * Note: Add '!important' after each style (per QuickMenu docs).
 */
.qmmc div .qmactive
{
   background-color: #0066A7 !important;
	color: #fff !important;
	border-bottom: 1px #000 solid !important;
}


/*
 * Sub parent items.
 */
.qmmc div .qmparent 
{
   background-image: url(/images/en/menu_arrow_right.gif);
}


/*
 * Sub items.
 */
.qmmc div a
{     
   background-color: #eeeeee;
	border-bottom: 1px #000 solid !important;
	padding: 2px 8px;
   padding-right: 15px;
}

/*
 * Home page.
 */
#homeLeft
{
   float: left;
   width: 490px;
}

#homeRight
{
   float: right;
   width: 200px;
}
