html {height: 100%;}

body {
	padding:0;
	margin:0;
	background-color: #9DB763;
	color: #373535;
	height: 100%;
}

#wrapper{
	position: relative;
	background-color: white;
	width: 680px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	border-right: 2px solid #6A8941;
	border-left: 2px solid #6A8941;
	padding: 0;
}

#banner {
	border-bottom: 2px solid #6A8941;
	background-color: #000;
	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: 430px;
	margin: 0 0 0 0;
	background: white;
	padding: 20px 0 50px 0;
	text-align: left;
}

p, ul, ol, td{
	font: normal normal normal 11px/15px arial;
}
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:#B9752C;
}
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;
}
thx {
	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: #CC0000; font-weight: bold; text-decoration: none;
}
a:hover, a:hover h2{
	text-decoration: underline;
}
#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;
}
#content img {
	border: 2px solid #ccc;
}

#nav ul a {display: block; color: #29612F; line-height: 16px; text-decoration: none; padding: 2px 0px 2px 17px; margin: 0;}
#nav ul a:hover {color: #333; background-color: #F5EF91;}
#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;}

#bddtable { border-collapse: collapse; border-top: 1px solid #ccc; border-right: 1px solid #ccc; margin: 0 0 10px 0; }
#bddtable tr { border-bottom: 1px solid #ccc; }
#bddtable tr td { vertical-align: top; padding: 5px 8px; border-left: 1px solid #ccc; }

table.agenda {border-collapse: collapse; margin: 0;}
table.agenda td {vertical-align: top; padding: 3px 5px; border: 1px solid #ccc;}
table.agenda tr.odd td {background: white;}
table.agenda td.note {font-style: italic;}
table.agenda td.event { font-weight: bold; padding-left: 5px;}
table.agenda td.time { width: 105px;}
table.agenda h2 {	font: normal normal bold 16px/20px arial; margin: 7px 0px; color:#B9752C; }


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;}

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;}

.diamond { font-size: 12px; color: #CC0000; }