body{
	margin:0;
	padding:0;
	background:url(../images/bg.gif) repeat-x #0B396D;
}

#wrapper{
	width:955px;
	margin:auto;
	font-family:Arial,sans-serif;
	font-size:10pt;
}

#head{
	height:200px;
	margin-top:35px;
	width:955px;
	margin-bottom:-20px;
}

#nav{
	float:left;
	width:200px;
}

#nav ul{
	list-style:none;
	margin:0;
	padding:0;
}

#nav ul li{
	margin-bottom:3px;
	width:188px;
}

#nav ul li a{
	width:188px;
	display:block;
	border:1px solid #fff;
	padding:5px;
	color:#fff;
	background-color:#0B396D;
	text-decoration:none;
	font-weight:bold;
}

#nav ul li a:hover{
	background-color:#069;
}

#main{
	margin:0px 0 10px 220px;
	color:#fff;
}

#main h1, #main h2, #main h3{
	margin-top:0;
}

.footer_logos{
	background-color:#fff;
	padding:10px;
	margin-top:-3px;
}

.footer_logos img{
	margin-right:10px;
}

.footer_logos p{
	margin:0;
}

.logos_right{
	float:right;
}
.nobold{
	font-weight:normal;
}

.nobullet{
	list-style-type:none;
	margin:0 5px;
}

#nav .selected{
	background-color:#069;
}

#main a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#main a:hover{
	text-decoration:underline;
}

td,th{
	vertical-align:top;
}

th{
	text-align:left;
}

.agenda{
	border-left:1px solid #fff;
	border-top:1px solid #fff;
}

.agenda td, .agenda th{
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

.no_bottom{
	border-bottom:0!important;
}

