body {
	color: #333;
	font-size: 12px;
	background: url(../img/bg-gradient.jpg) repeat-x;
}

a {
	text-decoration: none;
	color: #009FC2;
}

a:hover {
	text-decoration: none;
}

.content-area a {
	text-decoration: none;
	color: #009FC2;
	border-bottom: 1px dotted #009FC2;
}

.content-area a:hover {
	text-decoration: none;
	border-bottom: 1px solid #009FC2;	
}

.footer a{
	text-decoration: none;
	color: #333;
}

.footer a:hover {
	text-decoration: underline;	
}


h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	color: #002B54;
	font-weight: 200;
}

h3 {
	font-size: 15px;
	font-style: italic;
	padding: 20px 0 0;
	color: #002B54;
	font-weight: 200;
}

h4{
	font-size: 13px;
	padding: 0;
	margin: 0 0 5px 0;	
	}
p {
	font-family: Helvetica, Arial, sans-serif;
}

.top-bar{
	background: url(../img/bg-top-bar.jpg) repeat-x;
	width: 100%;
	height: 43px;
	position: absolute;
	top: 0;
	left: 0;
	}

.bar-l p{
	color: #fff;
	font-weight: 100;
	padding: 10px 0 6px 0;
	margin: 0;
	}
	
.bar-r p{
	color: #fff;
	font-weight: 100;
	padding: 10px 0 6px 0;
	margin: 0;
	text-align: right;
	}
	
.bar-r a {
	color: #fff;
	text-decoration: none;
}

.bar-r a:hover {
	text-decoration: underline;
}

.bar-img{
	vertical-align: text-bottom;
	padding-right: 10px;
	}

.logo-nof{padding-top: 30px;}

#navlist li{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navcontainer ul li a{
	background: url(../img/nav-active.png) top right no-repeat;
	width: 97px;
	height: 106px;
	display: inline-block;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a:hover{
	background-position: 0 0;
	width: 97px;
	height: 106px;
}

#navlist li a.current{
	background-position: 0 0;
	width: 97px;
	height: 106px;
}

.bio img{border:1px solid #ffffff; margin-right:10px; float:left;}

.hidden{display:none;}

.hide_link{cursor:pointer; text-decoration:underline;}

.show_link{cursor:pointer; text-decoration:underline;}

table.table-agenda {
	width:100%;
	border-top:5px solid #002B54;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 10px;
	text-align: left;
	}

table.table-agenda h3{
	margin: 0; 
	padding: 0;
	color: #009FC2;
	font-style: normal;
	}
	
	
tr.heading td	{
	background:#fff;
	vertical-align: middle;
	border: none;
	text-align: center;
	}
	
tr.break td	{
	background:#3f3f41;
	color: #fff;
	vertical-align: middle;
	border: none;
	text-align: center;
	}
	
tr.topic td {
	background: #FFF;
	color: #002B54;
	padding: 2px;
	vertical-align: middle;
	border-bottom: 3px solid #009FC2;
	border-top: 3px solid #009FC2;
	text-transform: uppercase;
	text-align: center;
	}

tr.fixed td	{
	background:#002B54;
	color: #fff;
	vertical-align: middle;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	}
	
td.center {text-align: center;}
	
td {
	background: #FFF;
	color:#3f3f3f;
	padding:.3em 1em;
	vertical-align: middle;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	text-transform: capitalize;
	}
	
th {
	background: #009FC2;
	color:#fff;
	text-transform: uppercase;
	padding:.3em 1em;
	vertical-align: middle;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	}	
