a, a:hover, a:link, a:visited
{
	text-decoration: none;
}

.redLink a
{
     float:right;
}

img
{
	border: none;
}
#editContainer
{ 
	width: 1024px;

}
#container
{ 
	width: 818px;

}
#header
{ 

}
#sidebar1
{
/*------------------USE 2 COMMENTED OUT LINES BELOW AND LINE FROM #MAINCONTENT TO MOVE SIDEBAR TO THE LEFT SIDE OF MAINCONTENT--------*/
/*	float: left;*/
/*	width: 290px;*/
	padding: 0 4px 0 0;
	
	float: right;
	width: 230px;
}
#mainContent
{
/*------------------USE COMMENTED OUT LINE BELOW AND TWO LINES FROM #SIDEBAR1 TO MOVE MAINCONTENT TO THE RIGHT SIDE OF SIDEBAR-----*/
/*	margin-left: 290px;*/
	width:490px;
	padding: 0 8px;
	
	margin-left: 30px;

}
.clearfloat
{
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
#headerLogo
{
	background-repeat: no-repeat;
	height: 105px;
	text-align: center;

}
#headerLogoHome
{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
}
#headerLogoHome img
{
	width: 250px;
	height: 70px;	
}
#headerBar
{
	background-image: url(/images/microsite/headerbar.gif);
	background-repeat: no-repeat;
	height: 17px;
}
#headerBreadCrumb
{
	background-image: url(/images/microsite/headerbreadcrumb.gif);
	height: 29px;
	margin-bottom: 7px;
}

#headerBreadCrumb, #headerBreadCrumbOff
{
	background-repeat: no-repeat;
	font-size: 9px;
	color: #666666;
}
#headerBreadCrumb div, #headerBreadCrumbOff div
{
	padding: 7px 10px 0 38px;
}

#relatedContent
{
	padding: 8px 0 8px 7px;
}

#pageHeading, div#pageHeading
{
	background-image: url(/images/microsite/pageheading.gif);
	background-position: bottom right;
	background-repeat: repeat-x;
	height: 13px;
	width: 490px;
	margin-bottom: -10px;
}

#pageHeading h1
{
	float: left;
	background: white;
	color: #b5b3b3;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 1px;
	padding-right: 0.67em;
	margin-top: -1px;
	height: 100%;
}

.topLink
{
	float: right;
	font-weight: bold;
}
#consoleSection
{
	float: right;
	width: 200px;
}
#consoleSection a
{
	color: #4a659c;
}
#siteModeSwitch
{
	text-align: center;
	padding-bottom: 1em;
}
#siteModeSwitch a
{
	font-size: 80%;
}
#console
{
	background-color: #ffffff;	
}

body {
	margin: 1px;
	background: #FFFFFF;
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('/images/bckgnd/body.gif');
	background-repeat: repeat-y;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* header */

#logo {
	position: absolute;
	left: 15px;
	top: 17px;	
	width: 224px;
	height: 70px;
}

#headerLogo {
	background-image: url("/images/bckgnd/header.gif");
	background-repeat: no-repeat;
	background-color: #597CBA;
	height: 105px;
}

#tableHeader {
	height: 105px;
	width: 100%;
}

tr.trulyGlobal {
	background-image: url("/images/bckgnd/truly_global_bar.gif");
	background-repeat: repeat-x;
	height: 17px;
}

tr.subHeader {
	background-image: url("/images/bckgnd/subheader.gif");
	background-repeat: repeat-x;
	height: 95px;
}

#headerTitle {
	margin-top: 9px;
	width: 644px;
	height: 16px;
	background-image: url("/images/bckgnd/header_title.gif");
	color: #C4C2C2;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	text-align: left;
	font-weight: bold;
	text-indent: 4px;
	text-transform: uppercase;
}

.breadcrumb {
	text-align: left;
	padding: 3px 10px 3px 0;
	font-size: 9px;
	color: #666666;
	margin-left: 178px;
	width: 630px;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
	color: #666666;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #000000;
	text-decoration: none;
}

/* page layout */


td.firstColumn {
	background-color: #ffffff;
	width: 169px;
	vertical-align: top;
}

std.secondColumnIn3 {
	width: 505px;
	vertical-align: top;
}

.secondColumnIn3Container {
	width: 485px;
	margin: 10px;
}

td.thirdColumn {
	width: 144px;
	vertical-align: top;
	background-color: #F2F0F0;
}

/* toptoolbar */

#topToolBar {
	background-image: url('/images/bckgnd/toptoolbar.gif');
	background-repeat: repeat-x;
	height: 25px;
	margin-top: 9px;
}

.searchBox {
	text-decoration: none;
	font-size: 9px;
	color: #666666;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	width: 111px;
}

.comboBoxTop {
	text-decoration: none;
	font-size: 9px;
	color: #666666;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.hiddenPic {
	display: none;
}

/* footer */

#footer {
	font-size: 9px;
	color: #666666;
	background-image: url('/images/bckgnd/footer.gif');
	background-repeat: repeat-x;
	height: 19px;
	padding: 3px 8px 0 7px;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
	color: #000000;
}

/* Management Tool */

.ConsoleSection {
	padding: 0.5em;
}
.ConsoleSection a {
	color: #4a659c;
}
.SiteModeSwitch {
	text-align: center;
	padding-bottom: 1em;
}
.SiteModeSwitch a {
	font-size: 80%;
}
.Console {
	background-color: #ffffff;	
}


/*********** FROM menutop.css FILE ***************/


.menuTopContainer, .menuTopLongContainer, .menuTopMicrositeContainer {
	display: block;
	background-color: #666666;
	text-align: center;
	z-index: 10;
	position: absolute;
	left: 48px;
}

.menuTopContainer {
	left: 145px;
}

.menuTopLongContainer {
	left: 110px;
}

#menuTop {
	text-align:left;
	float: none;
	list-style: none;
	line-height: 1;
	background: none;
	padding: 0;
	margin: 0 0 0 0;
	font-size: 9px;	
}

#menuTop a {
	display: block;
	padding: 0;
}

#menuTop ul {
	float: left;
	width: 36em;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0 0 1em 0;
}

#menuTop ul a {
	display: block;
	color: #5B5959;
	text-decoration: none;
	padding: 6px 5px 6px 14px;		
}

*html #menuTop ul a {
	height: -1px;
}

#menuTop ul li {
	float: left;
	padding: 0;
	background-color: #E3DFC2;
	border-bottom: solid 1px #B09D65;
	border-top: solid 1px #F8F8DB;
	border-left: solid 1px #B09D65;
	border-right: solid 1px #F8F8DB;
	filter: Alpha(Opacity=95);
}

#menuTop ul ul li {
	background-image: none !important;
}

#menuTop li {
	list-style: none;
	float: left;
	padding: 50;
}

#menuTop li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
}

#menuTop li li {
	 width: 200px;
}

#menuTop li ul ul {
	margin: -2.2em 0 0 18.8em;
}

#menuTop li:hover ul ul, #menuTop li:hover ul ul ul, #menuTop li.sfhover ul ul, #menuTop li.sfhover ul ul ul {
	left: -999em;
}

#menuTop li:hover ul, #menuTop li li:hover ul, #menuTop li li li:hover ul, #menuTop li.sfhover ul, #menuTop li li.sfhover ul, #menuTop li li li.sfhover ul {
	left: auto;
}

#menuTop li:hover, #menuTop li.sfhover {
	background-color: #FCF8D9;
}

#menuTop .titulo {
	font-weight: bold;
	background: none;
	background-color: #D0C99C;
}

#menuTop .menuTopItems {
	background-image: url('/images/bullets/menutop.gif');
	background-repeat: no-repeat;
}

#menuTop .menuTopItem {
	background: none;
	background-color: #E3DFC2;
}

#menuTop .titulo2 li {
	margin-top: 0px;
	margin-left: 16px;
	padding-top: -5px;
}

.menuTopLinkLeft {
	background-image: url('/images/bckgnd/menutop_left.gif');
	width: 4px;
}

.menuTopLinkDropdown {
	background-image: url('/images/bckgnd/menutop_dropdown.gif');
	width: 5px;
}

.menuTopLinkRight {
	background-image: url('/images/bckgnd/menutop_right.gif');
	width: 2px;
}

.menuTopLink {
	background-image: url('/images/bckgnd/menutop.gif');
}

.menuTopLink a {
	color: #ffffff;
	text-decoration: none;
	font-size: 9px;
	color: white;
	font-weight: bold;
	margin-top: 4px;
}

.menuTopLink a:link, .menuTopLink a:visited {
	color: #ffffff;
}

.menuTopLink a:hover {
	color: #CCDBF2;
}


/*********** FROM sitecontent.css FILE ***************/


a:link {
    color: #086cb2;
    text-decoration: none
    }

a:visited {
    color: #086cb2;
    text-decoration: none
    }

a:hover {
    color: #247aff;
    text-decoration: none
    }

a: {
    color: #086cb2;
    text-decoration: none
    }

p {
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    padding: 5px 0 5px 0; 
    color: #666666;
    margin: 0 10px 0 0;
    }
	
#body li {
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 8px;
    color: #666666;
    letter-spacing: normal;
    word-spacing: normal;
    }
	

hr {
	background-color:#004433;
	border:0px none;
	color:#CCCCCC;
	height:1px;
	text-align:left;
	width:100%;
}


/* related links */

.relatedLinksContainer {
	width: 144px;
	padding-top: 8px;
}

.relatedLinksContainer ul {
	width: 130px;
	padding: 2px 0 0 9px;
}

.relatedLinksContainer ul li, .relatedLinksContainer ul {
	margin: 0;
}

.relatedLinksContainer ul li, .relatedLinksContainer ul a {
	width: 100px;
	background-image: url('/images/bullets/related_links.gif');
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	padding-bottom: 4px;
  }
  
.relatedLinksContainer ul li{
	padding-left: 10px;
} 

.relatedLinksContainer ul a {
	background-image: none;
	text-decoration: none;
}


/* right content */

.rightContentContainer {
	width: 144px;
	padding-top: 15px;
}

/* go to top */

.goTop {
    text-align: right;
    font-weight:bold;
    font-size: 9px;
    color: #868484;
    margin-top: 10px;
    }

.goTop a, .goTop a:link, .goTop a:visited {
    color: #868484;
    text-decoration: none;
    }

.goTop a:hover {
    color: #333333;
    text-decoration: none;
    }

/* SPACING */

.topBttm {
    margin: 10px 0 10px 0;
    }

.floatImgLeft {
    float: left;
    margin: 5px 10px 2px 0px;
    }
	

/************************************ START TOP2 H1 TABLE ************************************/
#bgtop2 {
	width: 490px;
	margin: 0px 0px -10px 0px;

}

#bgtop2 td {
	background-image: url(/images/bckgnd/page_title.gif);
	background-position: bottom right;
	background-repeat: repeat-x;
	width: 100%;
}

#bgtop2 td span {
	background: white;
	color: #B5B3B3;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-right: 0.67em;
}




/*********** FROM phcontent.css FILE ***************/



h1 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;	
	color: #666666;
}

h2 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #6C87C0;
	margin:15px 0px 0px;
	padding:0px 0px 2px;
	letter-spacing: normal;
	word-spacing: normal;
}

h3 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	padding: 0 0 3px 0;
	margin: 0;
	letter-spacing: normal;
	word-spacing: normal;
}

h4 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	padding: 0 0 3px 0;
	margin: 0;
	letter-spacing: normal;
	word-spacing: normal;
}

h5 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	padding: 0 0 3px 0;
	margin: 0;
	letter-spacing: normal;
	word-spacing: normal;
}

h6 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	padding: 0 0 3px 0;
	margin: 0;
	letter-spacing: normal;
	word-spacing: normal;
}

.default-style {
    font-size: x-small;
    color: #666666;
    padding: 0;
}

.default-style p {
	margin-top: 10px;
}

#tableIntro490 {
    background-color:#E9E6E6;
    width: 490px;
    padding: 7px 7px 3px 7px;
    border-bottom: 1px solid;
    border-bottom-color: #cccccc;
    }
	
#tableGray490 {
    background-color:#F2F0F0;
    width: 490px;
    padding: 7px 7px 3px 7px;
    border-bottom: 1px solid;
    border-bottom-color: #cccccc;
    }



/*********** FROM highpassfilter.css FILE ***************/

NONE





