/* CSS Document */



#mainnavbar {

	background-image: url(images/navbar-bg.gif);

	height: 26px;

	width: auto;

	font-weight: bold;

	text-transform: capitalize;

	color: #000000;

	text-decoration: none;

	padding-right: 10px;

	display: block;

	background-position: right top;

	background-color: #000000;



} 

a.mainnavbar:link {

	color: #FFFFFF;

	height: auto;

	width: auto;

	margin-right: 2px;

	font-family: Myriad, Arial, Helvetica, sans-serif;

	font-size: 12px;

	padding-right: 8px;

	padding-left: 8px;

	text-decoration: none;

	padding-top: 5px;

	margin-top: 0px;

	margin-bottom: 0px;

	padding-bottom: 0px;

	vertical-align: middle;

	float: right;

}

a.mainnavbar:visited {

	color: #FFFFFF;

	height: auto;

	width: auto;

	margin-right: 2px;

	font-family: Myriad, Arial, Helvetica, sans-serif;

	font-size: 12px;

	padding-right: 8px;

	padding-left: 8px;

	text-decoration: none;

	padding-top: 5px;

	margin-top: 0px;

	margin-bottom: 0px;

	padding-bottom: 0px;

	vertical-align: middle;

	float: right;

	clear: left;

}

a.mainnavbar:hover {

	color: #FFFF00;

	text-decoration: none;

}

#logoTD {

	background-image: url(images/bg-stroke-top.gif);

	height: 122px;

	width: auto;

}

#mastheadTD {

height: 186px;

	width: auto;}

#bluebar1 {	

background-image: url(images/homeFeatureFoot.gif);

	height: 9px;

	width: auto;}

#bluebar2 {

	background-image: url(images/homeFeatureFoot.gif);

	height: 9px;

	width: auto;}

#topnavbuttons {

	padding-right: 16px;

}

#lang {

	position: absolute;

	left: 900px;

	top: 6px;



}

#lang a{

	font-size: 12px;

	text-decoration: none;

	vertical-align: middle;

}

#sidebar {
	color: #000000;
	background-image: url(/images/nav/sidenav-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 16px;
	height: auto;
	width: 160px;
	
	margin-top: 24px;
	margin-bottom: 24px;
	display: table;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#sidebar a{
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;

	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-right: 3px;
	padding-left: 8px;
	
		border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;

}
#sidebar a:link {
	font-weight: bold; 	font-size: 10px;
	color: #000000;
}
#sidebar a:visited{
	font-weight: bold; 	font-size: 10px;
	color: #000000;
}
#sidebar a:hover{
	text-decoration: none;	font-weight: bold; 	font-size: 10px;
		color: #fff;
		background-color:#666666;
}
#sidebar a:active {
	text-decoration: none;
	color: #fff;
	background-color:#F90B0B;
}