body {
	min-width: 780px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(Images/bg_tile.gif);
	background-repeat: repeat;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 85%;
	color: #555555;
	background-color: #FFFFFF;
}		
/* Typographic style rules adapted from http://www.thenoodleincident.com/tutorials/typography/ */

h1, h2, h3, h4, h5, h6 
{
    /*color: #FFDA09;*/
    color:#555555;
}

h1 {
	margin: 0 0 0 -1em;
	font-size: 2.0em;
	font-weight: normal;
}
h2 {
	clear: both;
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 0.8em;
	font-weight: bold;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

acronym[title] {
	cursor:help;
	border-bottom:1px dotted #333333;
	font-size: 95%;
}
#mainwrapper {			
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(Images/main_bg.png);
}
#topShadow {
	height: 20px;
	background-image: url(Images/top_shadow.png);
	background-repeat: no-repeat;
}
#header {
	position: relative;
	height: 170px;
	margin-left: 10px;
}

#printlogo
{
    position:absolute;
    left:0px;
    top:0px;
    display:none;
}

#topmenu {
	position: absolute;
	right: 30px;
	top: 5px;
	z-index:1000;
	text-align: right;
	color: #FFFFFF;
}

#topmenu a 
{
    color:#FFFFFF;
    text-decoration:none;
}

#topmenu a:hover
{
    color:#FFDA09;
    text-decoration:underline;
}

#bottomMenu {
	text-align: center;
}
#bottomMenu a 
{
    color:#0000FF;
    text-decoration:none;
}

#bottomMenu a:hover
{
    color:#FFDA09;
    text-decoration:underline;
}
.copyfooter {	
	font-size: 10px;
}

#branding {
	position: absolute;
    width: 450px;
	right: 30px;
	bottom: 30px;
	z-index:1000;
	text-align: right;
	color: #FFDA09;
}
#companyName {
	color: #FFDA09;
	font-size: 18px;
}

#companyNameFR {
	color: #FFDA09;
	font-size: 18px;
}
#sectionTitle {
	color: #FFDA09;
	font-size: 36px;
}
#sectionTitleFR {
	color: #FFDA09;
	font-size: 36px;
}

#logoImage {vertical-align: bottom;}

#slogan {
	color:#FFDA09;
	font-size: 24px;
}

#sloganFR {
	color:#FFDA09;
	font-size: 24px;
}

#breadcrumbs {
	position: absolute;
	left: 30px;
	bottom: 10px; 	
	color:#FFDA09;
	font-size: 0.8em;
}
#breadcrumbs a {
	text-decoration: none;
	color:#FFDA09;
}

#breadcrumbs a:hover {text-decoration: underline;}

#content {
	position:relative;
	margin-top:40px;
}

/* Hide from IE5 Mac \*/
* html #content {
	height:1%;
}
/* End hide from IE5 Mac */

#mainnav 
{
    position:relative;
    top:-5px;
    left:10px;
    text-align:center;
    width:760px;
	background-color:#BBBBBB;
	border-bottom:1px solid #BBBBBB;
	z-index:2000;
}

* html #mainnav tr {height:1.4em;}

#mainnav .item 
{
	text-align:center;
	border-width:1px 1px 1px 1px; 
	border-style:solid; 
	border-color:#BBBBBB;
	/*background-color:#BBBBBB;*/ 
	background-color:#006A53; 
	color:#FFDA09; 
}

#mainnav .item a 
{
    /*color:#000000;*/
    color:#FFDA09;
}

#mainnav .selected {
	/*background-color:#797A78; */
	background-color:#FFDA09;
	/*color:#FFFFFF;*/
	color:#006A53;
}

#mainnav .selected a 
{
    /*color:#FFFFFF;*/
    color:#006A53;
}

#mainnav .hover 
{
	/*color:#FFFFFF; 
	background-color:#797A78;*/
	color:#006A53;
	background-color:#FFDA09;
}

#mainnav .hover a 
{
    /*color:#FFFFFF;*/
    color:#006A53;
}

#mainnav .subitem 
{
    text-align:left;
    width:250px;
    border-width:0px 1px 1px 1px; 
	border-style:solid; 
	border-color:#BBBBBB; 
	/*background-color:#BBBBBB; 
	color:#000000; */
	background-color:#006A53;
	color:#FFDA09;
}

#mainnav .subitem a 
{
    text-align:left;
    /*color:#000000;*/
    color:#FFDA09;
}

#mainnav .subselected 
{
    text-align:left;
	/*background-color:#797A78; 
	color:#FFFFFF;*/
	background-color:#FFDA09;
	color:#006A53;
}

#mainnav .subselected a 
{
    text-align:left;
    /*color:#FFFFFF;*/
    color:#006A53;
}

#mainnav .subhover 
{
    text-align:left;
	/*color:#FFFFFF; 
	background-color:#797A78;*/
	color:#006A53;
	background-color:#FFDA09;
}

#mainnav .subhover a 
{
    text-align:left;
    /*color:#FFFFFF;*/
    color:#006A53;
}

#mainnav .sublevelhl
{
    text-align:left;
    margin-right:5px;
    margin-left:5px;
}

#mainnav .sublevelhl a
{
    text-align:left;
    margin-right:5px;
    margin-left:5px;
}

#mainnav table 
{
    text-align:left;
    border-right:none;
}

#mainnav table table 
{
    text-align:left;
    border-right:none;
}

#menu {
	position:absolute;
	left:40px;
	top:0;
	width: 180px;
	margin-top:10px;
	/*border:1px solid #000000;*/
}
#menu h1,h2,h3,h4,h5,h6
{
    margin:0px 0px 0px 0px;
}
#menu a {				
	display:block !important;
	/*margin-left:40px;*/
	/*margin-left:10px;*/
	/*background-image: none !important;
	background-repeat: no-repeat;*/
}		
#menu .menuNormal {
	/*border: 1px solid #FFFFFF;*/
	/*color: #00CC00;*/
	border-bottom:1px solid #FFDA09;
	color:#006A53;
	font-weight:bold;
}
#menu .menuHover {
	/*border: 1px solid #1CCD1A;
	background-color: #FFFFFF;
	color: #00CC00;
	background-image: url(Images/img_menu_hover.gif);
	background-repeat:no-repeat;*/
	color:#006A53;
	background-color:#FFDA09;
}
#menu .menuSelected {
	/*border: 1px solid #FFAF09;
	background-color: #FFFFFF;
	color: #FFDA09;
	background-image: url(Images/img_menu_active.gif);
	background-repeat:no-repeat;*/
	color:#006A53;
	background-color:#FFDA09;
	
}

#menu .menuSelected .menuSelected {border:none;} /* khtml compatibility hack */

#menu .subMenu table{			    
	background-color: #FFFFFF;
	background-image: url(Images/subMenu_bg.png);
	background-repeat:repeat-y;
}
#menu .subMenu a {
	width:140px;
	border-style:none;
}

* html #menu .subMenu a {width:139px;}

#menu .subMenuNormal {			 
	color: #00CC00;
	font-weight: bold;
	background-color:#FFFFFF;	
}

html>body .subMenuNormal {border: 1px solid transparent;}

#menu .subMenuHover {
    border:1px solid #1CCD1A;
    background-color:#FFFFFF;
    color: #00CC00;
}
* html #menu .subMenuHover {
    background-color:#FFFFFF;
    color: #00CC00;
 }
#menu .subMenuHover td {
    background-image: url(Images/img_menu_hover.gif);
	background-repeat:no-repeat;
}
html>body #menu .subMenuHover{
 	background-color:#FFFFFF;
	color: #00CC00;
	background-image: url(Images/img_menu_hover.gif);
	background-repeat:no-repeat;
}
html>body #menu .subMenuHover td{
      background-color:transparent;
      background-image:none;
}
#copy {			
	position:static;
	margin-left:240px;
	margin-right:10px;
	padding: 0 3.5em 4em;
	min-height: 400px;
	height: auto;
}

/* for Internet Explorer */
/*\*/
* html #copy{
    padding: 0 5em 4em 2em;
    height: 400px;
}
/**/

/* Hide from IE5 Mac \*/
* html #copy {height:1%;}
/* End hide from IE Mac*/

#copy ol, #copy ul, #copy li 
{
	margin-top: 0.2em;
	margin-bottom: 0.4em;
	font-size: 1.0em;
	line-height: 1.8em;
}

* html #copy ul 
{
    padding-left: 18px;
}

* html #copy li 
{
    padding-left:0.5em;
}

#copy li 
{
    color:#555555;
    /*color:#006A53;*/
}

#copy i 
{
    color:#555555;
    /*color:#006A53;*/
}

#copy .Quote 
{   
    float: left;
    padding: 0px 20px 0px 20px;
    margin-bottom: 1.4em;
	font-size: 120%;
	font-style:italic;
	line-height: 130%;
	color:#555555;
	width: 400px;
	/*border: solid 1px;*/
}

#copy p {
	font-size: 1.0em;
	line-height: 1.8em;
}

#copy li > p {margin-top: 0.2em;}

#copy .pullQuote {
	float: right;
	display:inline;
	width: 25%;
	margin: 1em 0 1em 1em;
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	/*background-image: url(Images/logo_mini.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #0FCF0F;*/
	color:#555555;
}

#copy a 
{
    /*color:#0FCF0F;*/
    color:#006A53;
    font-weight:bold;
}

#copy a:link {text-decoration:none;}

#copy a:hover {text-decoration:underline;}

#copy .textBox {
	border:1px solid #FFDA09;
	margin-left: 1em;
	background-color:#FFEB79;
}

#copy .textBox:focus {background-color:#FFFFFF;}

#copy .dropDownlist {
	margin-left: 1em;
	background-color: #FFEB79 !important;
}

#copy .radioButtonList {margin-left: 1em;}

#copy fieldset {
	border:1px solid #1CCD1A;
	padding: 1.5em;
}

#copy legend {color: #555555;}

#copy .button {
    margin:1em 0;
    border:1px solid #1CCD1A;
    background-color:#FFEB79;
    color:#333333;
} 

* html .button {padding:0 0.5em;} 

#bottomShadow {
	height: 10px;		
	background-image: url(Images/bottom_shadow.png);
	background-repeat: no-repeat;
}

* html #bottomShadow {margin-bottom:-8px;}

.clearfix:after {
  content: "."; 
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 .clearfix {display: inline-block;} /* Fixes IE/Mac */
 
/* Hides from IE-mac \*/
* html .clearfix,
* html .clearfix * {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

@media print {	
	body {
		border-bottom: 1px solid #000;
		color: #333333 !important;
		background:#FFFFFF !important;		
		font-size:10pt;
		line-height:30px;
	}	
	h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		color: #333333;
	}

	#mainwrapper,#topShadow,#bottomShadow {background:none;}

	#header {
		position: static;
		height: auto;
	}	

	#branding,#companyName,#topmenu,#bottomMenu,#mainnav,#menu,#mastheadImage {display:none;}	

    #printlogo
    {
        position:static;
        display:block;
        border-bottom: 1px solid #000000;
    }

	#breadcrumbs {
		position: static;
		height: 1.4em;
		border-bottom: 1px solid #000000;
		color: #333333;
		/*display:none;*/
	}

	#breadcrumbs a {color: #333333;}

	#copy {
		margin-left:0;
		padding: 0 2em;
		width: 80%
	}

	#copy a {color: #333333;}

	#copy li {
		list-style-image: none;
		list-style-type: disc;
		color:#333333;
	}

	#copy .pullQuote {display: none;}

	#copy .textBox {
		border: 1px solid #333333;
		background:none;
	}

	#copy .textBox:focus {background:none;}

	#copy fieldset {border:1px solid #333333;}

    #copy legend {padding-bottom:1em;}

	#copy .dropDownlist {background:none;}
}