html, body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(../images/body_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #004685;
	color: #000000;
}

body.popup {
	background-image: none;
	background-color: #ffffff;
	color: #000000;
}

.popupTop {
	border: 2px solid #CCCCCC;
	background-color: #FFCC33;
	height: 20px;
}

.popupBottom {
	font: normal 9pt Verdana, Arial, sans-serif;
	color: #a7a7a7;
	border-top: 2px solid #CCCCCC;
	height: 18px;
	padding-top: 2px;
	padding-left: 10px;
}

.aR {
	text-align: right;
}

.top {
	vertical-align: top;
}

div.sitemap {
	position: absolute;
	top: 32px;
	left: 783px;
}

.flags {
	position: absolute;
	top: 10px;
	left: 755px;
}

.flags span {
	height: 17px;
	padding-right: 5px;
}

.flags img {
	vertical-align: top;
}

.flashGlobe {
	position: absolute;
	top: 463px;
	left: 840px;
}

.menuContainer {
	background-image: url(../images/menu_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 805px;
	height: 20px;
	text-align: right;
}

.pageTitle {
	width: 571px;
	height: 20px;
	margin-top: 12px;
	margin-left: 230px;
	border: 2px solid #cccccc;
	background-image: url(../images/title_emphasis.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-color: #ffcc33;
}

.pageTitleContent {
	height: 18px;
	line-height: 20px;
	margin-left: 19px;
	margin-top: 2px;
	font: bold 13px Verdana, Arial, sans-serif;
	color: #666666;
}

.contentArea {
	width: 571px;
	height: 390px;
	margin-top: 10px;
	margin-left: 230px;
	border: 2px solid #cccccc;
	background-color: #ffffff;
}

.content {
	height: 376px;
	margin: 7px 20px;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-face-color: #ffffff;
}

.footer {
	width: 571px;
	height: 20px;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-left: 230px;
	background-color: transparent;
	font: normal 9pt Verdana, Arial, sans-serif;
	color: #a7a7a7;
}

.footer a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

.footer span {
	height: 10px;
}

.copyright {
	padding-right: 65px;
	height: 10px;
}

.footerLink {
	background-image: url(../images/bottom_emphasis.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 11px;
	padding-right: 12px;
}


/*Sitemap START*/
ul.sitemap {
	list-style: none;
	list-style-position: outside;
	margin: 0px;
}

ul.sitemap li {
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	padding-left: 16px;
	background-image: url(../images/title_emphasis.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}


ul.sitemap li a {
	color: #000000;
	font: bold 10pt Verdana, Arial, sans-serif;
}

ul.sitemap li ul li {
	padding-left: 9pt;
	background-image: url(../images/bottom_emphasis.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

ul.sitemap li ul li a {
	color: #000000;
	font: bold 9pt Verdana, Arial, sans-serif;
}

ul.sitemap li ul li ul li {
 	background-image: none;
}

ul.sitemap li ul li ul li a {
	color: #000000;
	font: 9pt Verdana, Arial, sans-serif;
}
/*Sitemap END*/

a.command, .jmrow a.command {
	font: 8pt Arial, sans-serif;
    cursor: hand;
    color: #FF8200;
    /*text-decoration: none;*/
    text-decoration: underline;
}