html {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin:0;
	padding:0;
}



#head {
	background-image:url(img/head-bckg.png);
}

#head h1 {
	float:left;
}

#head h2 {
	float:left;
}

#head p {
	float:left;
}

#head img {
}

.under {
	position:absolute;
	z-index:-2;
	float:left;
}

#main-nav {
	background-image:url(img/menu-bckg.png);
	line-height:2em;
	text-align:center;	
}

#main-nav ul {
	list-style-type:none;
	display:inline;
}

#main-nav li {
	list-style-type:none;
	display:inline;
	color:white;
}

.no {
	display:inline;
	text-decoration:line-through;
}

#main-nav a:link {
	text-decoration:none;
	color:#DBE6FD;
}

#main-nav a:visited {
	text-decoration:none;
	color:#DBE6FD;
}

#main-nav a:hover {
	text-decoration:none;
	color:#DBE6FD;
}

#main-nav a:active {
	text-decoration:line-through;
	color:red;
}


#footer {
	background-image:url(img/foot-backg.png);
	padding:0.2em;
	line-height:0.8em;
	text-align:center;
}

#footer ul {
	list-style-type:none;
	display:inline;
	padding-top:0.2em;
}

#footer li {
	list-style-type:none;
	display:inline;
	color:black;
}

#footer a:link {
	text-decoration:none;
	color:#5D4F3F;
}

#footer a:visited {
	text-decoration:none;
	color:#5D4F3F;
}

#footer a:hover {
	text-decoration:none;
	color:#5D4F3F;
}

#footer a:active {
	text-decoration:line-through;
	color:#red;
}

#wrap {
margin:auto;
}

#left40 {
	float:left;
	width:26em;
	margin:1em;
}

#right60 {
	max-width:38em;
	min-width:20em;
	margin:1em;
	margin-left:30em;
	margin-right:auto;
}

#central {
	min-width:25em;
	max-width:40em;
	margin-left:auto;
	margin-right:auto;
}

.clearboth {
	clear:both;
}

.new {
	background-color:#FFFF99;
	padding:0.5em;
}
	
.notnew {
	background-color:#BFD4FB;
	padding:0em;
}
	
.middle {
	text-align:center;
}

.middle img {
	margin:10px;
}

td.padded {
	padding-left: 1em;
	padding-right: 1em;
}

.registration_error {
        text-align:center;
	font-weight:bold;
	margin:1em;
	padding:0.5em;
	border:3px #ff0000 solid;
}

.registration_submit {
	margin:1em;
	padding:0.5em;
	border:3px #BFD4FB solid;
}

/** program table cells **/
.laweb {
	background-color:#c4f6c9;
	}
	
.spire {
	background-color:#BFD4FB;
}

.dates {
background-color:#CCCCCC;
}

.dinner {
background-color:#FFFFCC;
}

.invited {
background-color:#999999;
}

.hora {
font-weight:bold;
}

th, td {
font-size:smaller;
}