/* CSS Document */
div.Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:600px;
	margin: 0px auto;
}

div.logoblock_ {
	position:absolute;
	left:0px;
	top:0px;
	width:258px;
	height:129px;
	background: url(logoblock.jpg) no-repeat center center;
}

div.header_ {
	position:absolute;
	left:258px;
	top:0px;
	width:542px;
	height:248px;
	background: url(header.jpg);
}
#tagline {
	font: normal 130% Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 70px 0px 0px 20px;
}

div.navigation_ {
	position:absolute;
	left:0px;
	top:129px;
	width:258px;
	height:121px;
	background: #798ABA;
}

div.calendarimage_ {
	position:absolute;
	left:258px;
	top:248px;
	width:234px;
	height:161px;
}

div.calendar_ {
	position:absolute;
	left:492px;
	top:248px;
	width:308px;
	height:161px;
	background: url(calendar.jpg);
}

div.login_ {
	position:absolute;
	left:0px;
	top:250px;
	width:258px;
	height:159px;
	background: url(login.jpg);
}

div.jobbank_ {
	position:absolute;
	left:0px;
	top:408px;
	width:258px;
	height:150px;
	background: url(jobbank.jpg);
}

div.meetinginfo_ {
	position:absolute;
	left:258px;
	top:409px;
	width:234px;
	height:150px;
}

div.conferences_ {
	position:absolute;
	left:492px;
	top:409px;
	width:308px;
	height:150px;
	background: url(conferences.jpg);
}

div.footer_ {
	position:absolute;
	left:0px;
	top:559px;
	width:800px;
	height:41px;
	background: url(footer.jpg);
}
#footertext {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #34468C;
	margin: 12px 8px 8px;
}
#logo {
	margin: 5px 10px;
}
body {
	background: url(background_02.png);
}
.gobutton {
	text-align: right;
	margin-left: 170px;
	margin-top: 2px;
}
.boxtext {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 2px 4px 2px 10px;
	text-align: left;
	vertical-align: text-top;
}
.boxtext h1 {
	font: 170% Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 0px 0px 8px;
	padding: 0;
	border-top: 1px solid #fff;
	text-decoration: none;
}
ul.sidemenu li {
	list-style: url(bullet.jpg) none inside;
	padding: 5px 0 5px 12px;
	margin: 0 2px;		
	border-bottom: 1px solid #6B7CB0;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #FFFFFF; 
	border: none;		
}
ul.sidemenu li a:hover {
	color: #FFFFFF;
	border: none;
	font-weight: bold;
}
