@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #c3d4e2;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	text-align: justify;	
}

#inner {
	background: #fff;		
}

#wrapper {
	position: relative;
	width: 800px;
	height: 600px;
	margin: auto;
	text-indent: -10000px;
	background:url(../images/home_bg.jpg) no-repeat;
}

#inner_wrapper {
	position: relative;
	width: 800px;
	height: 800px;
	margin: auto;
	text-indent: -10000px;
	background:url(../images/inner_bg.jpg) no-repeat;	
}

ul {
	display: block;
	list-style: none;
}

li {
	display: block;	
}

a {
	display: block;
	width: 100%;
	height: 100%;	
}

#conference_entry {
	position: absolute;
	background: url(../images/conf.png) no-repeat left bottom;
	height: 37px;
	width: 333px;
	left: 406px;
	top: 375px;
}

#conference_entry:hover {
	background-position: left top;	
}

#menu {
	position: absolute;	
	left: 438px;
	top: 462px;		
}

#tech_ins {
	background: url(../images/tech.png) no-repeat left bottom;
	height: 28px;
	width: 202px;
}

#tech_ins:hover {
	background-position: left top;		
}

#tr_logo {
	display: block;
	position: absolute;
	width: 170px;
	height: 70px;
	left: 573px;
	top: 505px;
}

#inner_header {
	display: block;
	height: 129px;	
	background: url(../images/inner_header.png) no-repeat 238px top;
}

#inner_tech_header {
	display: block;
	height: 42px;	
	background: url(../images/inner_tech.jpg) no-repeat 238px top;
	margin-top: -41px;
}

#generated_content {
	text-indent: 0px;
	padding-left: 238px;
	margin-top: 15px;
}

#tr_logo_inner {
	display: block;
	position: absolute;
	width: 145px;
	height: 70px;
	top: 705px;
}

td {
	font-size: 10px;
	line-height: 1.5em;
	text-align: justify;		
}

td p {
	margin: 0 0 1em;	
}

td ul {
	list-style: disc;	
	margin-left: 20px;
	margin-bottom: 1em;
	padding-left: 20px;
}

td ul ul {
	margin-bottom: 0;
}

.technical_subTitle {
	font-weight: bold;
	font-size: 12px;
	color: #003989;
}

a {
	color: #003989;
}
