/*--CSS Document--*/

body {
	background-color: #fff;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: navy}

div#container_00 {
	position: relative;
	margin: 0px auto;
	border: none;
	width: 810px;
	text-align: left;
	}
div#container_01{
	position: relative;
	margin: 20px 10px 20px 10px;
	width: 800px;
	border: medium solid navy;
	/*background:  url(images/background2.png) 0 0 repeat-y;*/
	background:  url(images/background_06.png) 0 0 repeat-y;
	}
.bg_switch_gn2gy{
	/*background:  url(images/background_03.png) 0 0 repeat-y;*/
	background:  url(images/background_06.png) 0 0 repeat-y;
	}
.bg_switch_gy2gr{
	/*background:  url(images/background2.png) 0 0 repeat-y;*/
	background:  url(images/background_06.png) 0 0 repeat-y;
	}
.bg_switch_allgr{
	/*background:  url(images/background_06.png) 0 0 repeat-y;*/
	background:  url(images/background_06.png) 0 0 repeat-y;
	}
div#content{
	padding: 0px;
	}
#content div{
	padding: 5px;
	}
a:visited {
	text-decoration:none;
	color:navy;
	font-weight:bold;	}
a:active {
	text-decoration:none;
	color:navy;
	font-weight:bolder;
	}
a:hover {
	text-decoration:none;
	font-style: italic;
	color:navy;
	font-weight:bolder;
	}
a#button{
	text-decoration:none;
	color:navy;
	font-weight:bold;	
	}
div#logo{
	margin: 10px;
	margin-bottom: 30px;
	}
div#sublogo{
	display: block;
	margin-left: 75px;
	}
div#menu{
	border-left: solid thin navy;
	margin-left: 75px;
	}
#menu ul{
	list-style-type:none;
	padding-left: 1em;
	}
li button {
	font-size: 10px;
	}
hr{
	size: 100%;
	border: .1em solid navy;
	}
h3{
	font-variant:small-caps;
	padding: 0;
	margin: .4em .1em 0em .1em;
	}
address{
	padding: 15px;
	margin-left: 25px;
	}
table{
	margin-left: 5px;
	}
table.main{
	padding: 5px;
	
	}
td.sidebyside {
	width: 50%;
	vertical-align:top;
	padding: 3px;
	}
table.schedule{
	margin-left:50px;
	}
.schedule td{
	vertical-align: top;
	}
td.c{
	text-align:center;
	}
img.speaker{
	width: 75px;
	clear: both;
	float: left;
	padding-top: 3px;
	padding-right: 8px;
	}
div#footer{
	text-align: center;
	font-size: 9px;
	}