html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	background-color: #dbca92;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#title {
	width: 695px;
	height: 85px;
	margin: 0 auto 0 auto;
	background-image: url(/meetings/meeting2013/images/title-bg.jpg);
	background-repeat: no-repeat;
}
#title h1 {
	margin: 0;
	padding: 10px 25px 10px 25px;
	font-size: 18px;
	color: #333;	
}
#title h1 span {
	font-size: 12px;
	display: block;
	color: #fff;
	font-weight: normal;
}
#contentContainer {
	width: 695px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(/meetings/meeting2013/images/bg.jpg);
	background-repeat: repeat-y;
}
#layoutTable {
	width: 695px;
	height: 100%;
	border: none;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	background-image: url(/meetings/meeting2013/images/bg.jpg);
	background-repeat: repeat-y;
}
#navCol {
	width: 128px;
	background-image: url(/meetings/meeting2013/images/navbg.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#navCol a {
	text-decoration: none; /*font-variant: small-caps;*/ /*text-transform: uppercase;*/
}
#navCol ul, #navCol li {
	margin: 0;
	padding: 0;
	list-style-type: none;
} /* reset */
#navCol ul {
	margin-top: 16px;
}
#navCol li {
	margin-bottom: .6em;
	margin-left: 26px;
}
#contentCol {
	vertical-align: top;
	text-align: left;
}
#content {
	width: 500px;
	margin: 16px 0 1em 10px;
}
a {
	color: #182652;
}
a:hover {
	color: #FF0000;
	text-decoration: underline !important;
}
#footer {
	border-top: solid 1px #dbca92;
	margin-top: 1.5em;
	font-style: italic;
}
#footer #last_updated {
	float: left;
	margin-top: 3px;
}
#footer #logos {
	float: right;
}