html {height: 100%;}

body {
	padding:0;
	margin:0;
	background: #f1f1f1;
	color: black;
	height: 100%;
}

#wrapper{
	position: relative;
	background-color: white;
	width: 700px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #26318c;
	border-left: 1px solid #26318c;
	padding: 0;
	border-bottom: 20px solid #26318c;
}
#banner{
	background-color:white;
	text-align: left;
}
#nav {
	display: inline;
	margin: 0 15px 0 15px;
	padding: 60px 0 20px 0;
	width: 170px;
	float: left;
	text-align: left;
	background: white;
}
#content{
	background: white;
	width: 450px;
	margin: 0 0 0 0;
	background: white;
	padding: 20px 0 170px 0;
	text-align: left;
}
#footer{
	position: absolute;
	bottom: 0;
	width: 660px;
	clear: both;
	height: 140px;
	background: white url(../images/footer_bg.gif) repeat-x left 1px;
	margin:0 0 0 20px;
	text-align: left;
	border-top: 1px solid #26318c;
}


p, ul, ol, td{
	font: normal normal normal 10px/16px verdana;
}
p{
	margin-top: 0px; margin-bottom: 15px;
}
h1{
	font: normal normal normal 20px/26px arial;
	margin-bottom: 15px;
	color: #373535;
}
h2{
	font: normal normal bold 16px/20px arial;
	margin-bottom: 7px;
	margin-top: 0px;
	color:#0071bc;
}
h3{
	font: normal normal bold 11px/15px arial;
	color: #373535;
	margin-bottom: 3px;
	margin-top: 0;
}
h4{
	font: italic normal bold 11px/15px arial;
	color: #666;
	margin-bottom: 10px;
	margin-top: 3px;
}
th{
	font: normal normal bold 11px/14px arial;
	color:#00548f;
	background-color:#fff;
	border-bottom: 1px solid #ccc;
	padding: 15px 0px 3px 0px;
}
a, a h2 {
	color: #0071bc; font-weight: bold; text-decoration: none;
}
a:hover, a:hover h2{
	text-decoration: underline; color: #00548f;
}
#content ul {
	list-style-type: none; list-style-position: outside;
	margin-left: 0px;
}
#content ul li {
	background: url(https://www.registrationassistant.com/p/images/gebha/ge_bullet_grey.gif) no-repeat 3px 4px;
	padding: 0px 0px 5px 17px;
}

#nav ul a {display: block; color: #212e84; line-height: 16px; text-decoration: none; padding: 2px 0px 2px 17px; margin: 0;}
#nav ul a:hover {color: black; background-color: #f7941e;}
#nav ul {list-style-type: none; list-style-position: outside;  margin: 0; padding: 0;}
#nav li {padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#nav li {border-bottom: 1px solid #ccc;}


html>body #nav li {padding-left: 0px;}
html>body #content {margin-left: 200px;}
* html div#wrapper {height: 100%;}

a img {border: none;}

table.agenda {border-collapse: collapse; margin: 0;}
table.agenda td {vertical-align: top; padding: 3px 5px; border: 1px solid #ccc;}
table.agenda th {background: #ffda7e; padding: 3px 5px; vertical-align: middle;}
table.agenda tr.odd td {background: white;}
table.agenda td.note {font-style: italic;}
table.agenda td.time { font-weight: bold; padding-left: 7px; width: 90px;}
table.agenda td.arrive, table.agenda td.depart {vertical-align: middle; text-align: center;}

table.activity {border-collapse: collapse; border: 1px solid #ccc; margin-bottom: 10px;}
table.activity td {vertical-align: top; padding: 3px 10px; border-bottom: 1px solid #ccc; background: #e1f0fa;}

p.indent {margin-left: 20px;}
p.item {margin: 5px 0 5px 0;}

ul.dest {}
ul.dest img {display: block; padding: 3px; border: 1px solid #ccc; margin: 3px 0 7px 0;}
img.bodyimg {display: block; float: left; padding: 3px; border: 1px solid #ccc; margin: 3px 15px 10px 0;}
div.maps {margin-top: 15px;}
div.maps img {margin-top: 5px;}

.style3 {
	font-size: 16px;
	color: #C40C2A;
	font-weight: bold;
	font-family: arial, helvetica;
}

.center {text-align: center; padding-top: 50px;}