@charset "utf-8";
/* CSS Document */
body {
	background: url(images/bodyBG.jpg) 0 0 repeat;
	font-family:Tahoma;
}
.wrap {
	width:800px;
	margin:0 auto;
}
.header {
	background:url(images/header.jpg) 0 0 no-repeat;
	width:100%;
	height:259px;
	margin-top:20px;
}
.blue-bg {
	background:#4d8ec6;
	width:100%;
	height:20px;
}
#left {
	background:url(images/left.jpg) 0 0 repeat;
	width:200px;
	float:left;
}
#content {
	background:#fff;
	width:600px;
	float:right;
	
}
* html #content {
	width:570px;
	overflow:hidden;
}
#content p, #content li{
	font-family:Tahoma;
	font-size:13px;
	color:#003a68;
	padding:0 20px;
}
#content h2 {
	font-family:Tahoma;
	font-size:16px;
	color:#003a68;
	display:block;
	width:559px;
	border-bottom:1px solid #003a68;
	text-align:left;
	margin:0 auto;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:7px;
}
ul.left-menu {
	list-style:none;
	margin:0;
	padding:0;
}
ul.left-menu li {
	background: #bcddf9;
	
	width:100%;
	margin:0;
	height:30px;
	line-height:30px;
}
ul.left-menu li:hover, ul.left-menu li.active { 
	background: #003a68;
}
ul.left-menu li a{
	
	padding-left:30px;
	text-decoration:none;
	height:30px;
	line-height:30px;
	display:block;
	width:200px;
	font-size:12px;
	font-family:Tahoma;
	color:#003a68;
	font-weight:bold;
}
ul.left-menu li:hover a, ul.left-menu li.active a{

	color:#fff;
}

ul.left-menu li a.home {
	background:url(Buttons/Buttons_0006_Layer_8.jpg) 0 0 no-repeat;
}
ul.left-menu li:hover a.home, ul.left-menu li.active a.home {
	background:url(Buttons/Buttons_0013_Layer_1.jpg) 0 0 no-repeat;
}
ul.left-menu li a.agenda {
	background:url(Buttons/Buttons_0005_Layer_9.jpg) 0 0 no-repeat;
}
ul.left-menu li:hover a.agenda, ul.left-menu li.active a.agenda {
	background:url(Buttons/Buttons_0012_Layer_2.jpg) 0 0 no-repeat;
}
ul.left-menu li a.general {
	background:url(Buttons/Buttons_0004_Layer_10.jpg) 0 0 no-repeat;
}
ul.left-menu li:hover a.general, ul.left-menu li.active a.general {
	background:url(Buttons/Buttons_0011_Layer_3.jpg) 0 0 no-repeat;
}
ul.left-menu li a.venue {
	background:url(Buttons/Buttons_0003_Layer_11.jpg) 0 0 no-repeat;
}
ul.left-menu li:hover a.venue, ul.left-menu li.active a.venue {
	background:url(Buttons/Buttons_0010_Layer_4.jpg) 0 0 no-repeat;
}
ul.left-menu li a.online {
	background:url(Buttons/Buttons_0002_Layer_12.jpg) 0 0 no-repeat;
}
ul.left-menu li:hover a.online, ul.left-menu li.active a.online {
	background:url(Buttons/Buttons_0009_Layer_5.jpg) 0 0 no-repeat;
}
ul.left-menu li a.welcome {
	background:url(Buttons/Buttons_0001_Layer_13.jpg) 0 0 no-repeat;
}
ul.left-menu li:hover a.welcome, ul.left-menu li.active a.welcome {
	background:url(Buttons/Buttons_0008_Layer_6.jpg) 0 0 no-repeat;
}
ul.left-menu li a.contact {
	background:url(Buttons/Buttons_0000_Layer_14.jpg) 0 0 no-repeat;
}
ul.left-menu li:hover a.contact, ul.left-menu li.active a.contact {
	background:url(Buttons/Buttons_0007_Layer_7.jpg) 0 0 no-repeat;
}

.agenda .tr1 {
	background:#a8c0e2;
}
.agenda .tr2 {
	background:#d0e7fb;
}
.agenda th {
	height:50px;
	color:#003a68;
	font-size:15px;
	text-align:center;
	font-weight:bold;
}
.agenda td {
	font-weight:bold;
	font-size:14px;
	min-height:50px;
}
.agenda ul {
	margin:0;
}
.agenda .small {
	font-size:10px;
	font-weight:normal;
}