body {
	background: url('imgs/bg.gif') repeat-x top #c8d4c9;
}

a {
	color: #274;
}

div#header_wrapper,div#footer_wrapper,div#body_wrapper {
	width: 928px;
}

div#body_wrapper {
	background: url('imgs/panel-body.gif') 0px;
}

div#bottom_wrapper {
	height: 0px;
	font-size: 11px;
}

div#body {
	background: url('imgs/panel-header.gif') no-repeat top;
	padding: 0px 2px;
}

div#header {
	height: 120px;
}

div#header .menu {
	position: absolute;
	right: -16px;
	top: 56px;
}

div#header .menu li {
	display: inline;
}

div#header .menu a {
	display: inline;
	color: #555;
	padding-left: 10px;
	background: url('imgs/dot-orange.gif') no-repeat left 50%;
	margin-right: 10px;
	font-size: 11.5px;
}

div#header .menu a:hover {
	color: black;
	background-image: url('imgs/dot-red.gif');
}

div#header .menu a#english {
	display: inline-block;
	width: 76px;
	height: 0px;
	padding-top: 24px;
	background: transparent url('imgs/button-english-orange') no-repeat top
		left;
	vertical-align: middle;
	overflow: hidden;
}

div#header .menu a#english:hover {
	background-image: url('imgs/button-english-red');
}

h1.tsi_logo {
	position: absolute;
	top: 18px;
	left: 0px;
}

div#header .catchCopy {
	font-size: 14px;
	position: absolute;
	top: 94px;
	left: 98px;
/*	left: 0px;
*/
		color: #999;
	font-weight: bold;
}

div#tab {
	position: absolute;
	top: -30px;
	right: 0px;
	width: 525px;
}

div#tab li {
	display: block;
	float: left;
	height: 32px;
	width: 170px;
	margin-right: 4px;
}

div#tab a {
	display: block;
	height: 32px;
	width: 170px;
	background: url('imgs/tab-inactive.gif') no-repeat top left;
	text-align: center;
	line-height: 32px;
	color: #333;
	font-weight: bold;
}

div#tab a:hover {
	background-image: url('imgs/tab-inactive-hover.gif');
	color: black;
}

div#tab a.current,div#tab a.parent {
	background-image: url('imgs/tab-active.gif');
	color: white;
}

div#tabsub {
	height: 30px;
	text-align: right;
	line-height: 27px;
	margin: 0px 6px 0px;
	position:relative;
	top:2px;
}

div#tabsub .menu li {
	display: inline;
}

div#tabsub .menu a {
	display: inline-block;
	color: white;
	font-size: 12px;
	height: 27px;
	padding: 0px 8px;
	background: url('imgs/panel-header.gif') 50% 50% no-repeat;
	vertical-align: top;
}

div#tabsub .menu a:hover {
	background: url('imgs/panel-header-hover.gif') 50% 50% no-repeat;
}

div#footer_wrapper {
	background: url('imgs/panel-footer.gif') no-repeat top left;
	height: 34px;
	margin-bottom: 50px;
}

div#footer {
	text-align: center;
}

div#footer .menu li {
	display: inline;
}

div#footer .menu a {
	color: white;
	display: inline;
	font-size: 11px;
	line-height: 34px;
	padding: 0px 10px;
	border-right: 1px solid #c8d4c9;
	border-left: 1px solid #c8d4c9;
	margin-left: -6px;
}

div#footer .menu a:hover {
	outline: 1px green solid;
}

div#footer .copyright {
	display: block;
	position: absolute;
	top: 34px;
	right: 0px;
	color: #274;
	font-size: 80%
}

div#sidebar ul.menu {
	margin-top: 10px
}

div#sidebar ul.menu a {
	display: block;
	padding: 4px 10px;
}

div#sidebar ul.menu a.menugrouphead {
	border-top: 1px dashed #ccc;
	font-weight: bold;
}

div#sidebar ul.menu a.menugroupchild {
	padding-left: 30px
}

div#sidebar ul.menu a:hover {
	background: url('imgs/gradation-set-1.gif');
	background-position: 0px 0px;
	color: black;
}

/*
 * -------------------Markups
*/


p.D_em,em.D {
	font-weight: normal;
	color: #c60;
	text-align: center;
	margin: 50px 0px !important;
}


