* {
	font-family: Times New Roman,Times,serif;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #deeaee;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 151px;
	background: #5b96ab url(img/header_bg.png) repeat-x 0px 0px;
}

#logo {
	width: 90px;
	height: 107px;
	position: absolute;
	z-index: 1;
	left: 37px;
	top: 5px;
	background: url(img/header_logo.gif) no-repeat;
}
#header .tsc, #header .shadow {
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 137px;
	color: white;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
}
#header .shadow {
	position: absolute;
	top: 2px;
	left: -2px;
	z-index: -1;
	color: #42525e;
}
#hright {
	height: 117px;
	width: 453px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(img/header_rightneu.gif) no-repeat;
}


#menu {
	position: absolute;
	top: 151px;
	left: 0px;
	width: 185px;
	background: #286778 url(img/menurb.png) no-repeat right bottom;
	padding: 0px 6px 20px 3px;
}

a.menuitem {
	display: block;
	line-height: 30px;
	background: #c4dae0 url(img/menuitemrb.png) no-repeat right bottom;
	margin-bottom: 2px;
	text-decoration: none;
	color: #1e4c5a;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
	font-style: italic;
}


a#currentmenu.menuitem {
	background: #FFFFFF url(img/menuitemcrb.png) no-repeat right bottom;
	color: #29363b;
}

.submenu {
	background: #deebee url(img/smenurb.png) no-repeat right bottom;
	margin-bottom: 2px;
	padding: 5px 0px 10px;
}

a.smenuitem {
	display: block;
	line-height: 20px;
	text-decoration: none;
	color: #29363b;
	font-size: 14px;
	font-style: italic;
	padding-left: 20px;
	background: url(img/smenudot.png) no-repeat 11px center;
}

a#currentsmenu.smenuitem {
	font-weight: bold;
	background-image: url(img/smenucdot.png);
}

#content {
	position: absolute;
	z-index: 6;
	top: 151px;
	left: 195px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	padding: 5px 15px;
	_width: expression(dummy=(parentNode.clientWidth-195-(parentNode.clientWidth%2))+"px");
	_height: expression(dummy=(parentNode.clientHeight-151-(parentNode.clientHeight%2))+"px");
}