body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

/* Navigation */
#mainNavigation {
	background-image: url("../_images/bg_mainnav.jpg");
	background-repeat: repeat-x;
	background-color:#D88406;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#outerWrapper #topNavigation div.container #pageMenu ul.sectionNav li {
	background-repeat :no-repeat;
	background-position: right center;
	width:auto;
	background-image: url(../_images/bg_pagemenu_separator.png);
}
#outerWrapper #topNavigation div.container #pageMenu ul.sectionNav.MenuBarHorizontal a {
	font-size:11px;
	font-weight:normal;
	color:#FFF;
}
/* Header */
#outerWrapper #header {
	/*background-image: url("../_images/banner.jpg");*/
	background-position: bottom center;
	background-repeat: no-repeat;
}
#outerWrapper #header div.quickNav {
	color: #FFFFFF !important;
	line-height:150%;
	background-image: url(../_images/icons/flags/icon-vi-flag.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#outerWrapper #header div.banner {
	background-color:#FFFFFF;
	background-image: url("../_images/bg_header.jpg");
	background-repeat:no-repeat;
}
#outerWrapper #header #logo {
	background-image: url("../_images/bg_logo.gif");
	background-repeat: no-repeat;
}
#outerWrapper #topNavigation {
	background-repeat: repeat-x;
}
#outerWrapper #contentWrapper {
	background-color: #F2F2F2;
	overflow: hidden;
}
#outerWrapper #footer {
	background-repeat: no-repeat;
	background-position: left 15px;
	font-size:10px;
	text-align:left;
}
/* Content */
#outerWrapper #contentWrapper #content .contentArea, #outerWrapper #contentWrapper #contentL .contentArea {
	background-color:#FFFFFF;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Arial Narrow", Arial;
}
h1 { font-size: 24px; }
h2 { font-size: 20px;}
h3 { font-size: 16px;}
h3.slogan { font-size:17px; line-height:18px; color:#FFFFFF; font-weight:normal }
h5.slogan { font-size:9px; line-height:18px; color:#FFFFFF; font-weight:normal}
.pageTitle {
	color:#FFFFFF;
	font-size:20px;
	line-height:22px;
}
.p1 { font-size: 12px; margin-bottom:10px;}
#outerWrapper #topNavigation div.container #pageMenu {
	color:#FFFFFF;
}

/* Links */
a, a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:focus {
	color: #000;
}
a:active {
	color: #000;
}
#outerWrapper #header div.quickNav a,
#outerWrapper #header div.quickNav a:link,
#outerWrapper #header div.quickNav a:visited {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}
#outerWrapper #header div.quickNav a:hover {
	text-decoration: none;
}
#outerWrapper #footer a, #outerWrapper #footer a:link, #outerWrapper #footer a:visited {
	text-decoration: underline;
	font-weight: normal;
	white-space: nowrap;
}
#outerWrapper #footer a:hover {
	text-decoration: none;
}

