body {
	color: #333;
	padding-bottom: 64px;
	background-image: url(bottomboxes.gif);
	background-position: right bottom;
	background-repeat: no-repeat; 
}
body.yellow {
	background-color: #FFFAE5;
/*	background-position: left bottom; */
}
body.yellowcol {
	background-color: #FFFAE5;
/*	background-image: url(yellowcolbkgd.gif);
	background-position: right top;
	background-repeat: repeat-y; */
}

/*
 * Header 
 */
div#header {
	position: relative;
	background-color: #ffe064; 
/*	background-color: #F4D465; */
}
div#header dt {
	background-color: white;
	position: absolute;
	top: 0;
	right: 0; 
	width: 280px;
	height: 64px;
}
div#header dt img#logo {
	margin: 8px 0 0 22px;
	border: 0;
}
div#header dd {
	background: url(infothatworks-white.gif) 100% 24px no-repeat;
	height: 64px;
	margin-right: 290px;
}

/*
 * Top Navigation
 */
ul#topnav {
	position: absolute;
	top: 4px;
	right: 280px;
	text-align: right;
	font-size: 11px;
	list-style: none;
	white-space: nowrap;
}
ul#topnav li {
	display: inline;
}
ul#topnav li a {
	padding: 0 10px;
	border-left: 1px solid #7A6A32;
	color: #7A6A32;
	text-decoration: none;
}
ul#topnav li a:hover, ul#topnav li a.active {
	color: black;
}
ul#topnav li#topnavhome a {
	border-left: 0;
}

/*
 * Primary Navigation
 */
ul#prinav {
	font-size: 11px;
	height: 22px;
	clear: right; 
	line-height: 20px;
	list-style: none;
	background-color: #3B5DA0;
	padding-left: 24px;
	white-space: nowrap;
}
ul#prinav li {
	float: left;
	height: 22px;
	background-color: #3B5DA0;
}
ul#prinav li a {
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	color: white;
	background-color: #3B5DA0;
	padding: 0 12px;
	border-left: 1px solid #899EC6;
	border-right: 1px solid #263D68;
	border-top: 1px solid #3B5DA0;
	border-bottom: 1px solid #3B5DA0;
}
ul#prinav li#prinavfrag {
	border-left: 1px solid #263D68; 
}
ul#prinav li#prinavcfrs {
	border-right: 1px solid #899EC6; 
}
ul#prinav li a:hover {
	/*background-color: #CED6E7;*/
	background-color:#FFFFFF;
	color: #3B5DA0;
	border-color: #3B5DA0;
}
ul#prinav li a.active, ul#prinav li a.active:hover {
	background-color: white;
	color: #3B5DA0;
	border-bottom-width: 0;
	padding-bottom: 1px;
	border-color: #3B5DA0;
}

/*
 * Content
 */
div#content {
	line-height: 1.8em;
	margin-top: 24px;
}
div#content div#maincol {
	padding-top: 24px;
	padding-left: 160px;
	margin-right: 280px;
}
div#content div#rightcol {
	position: absolute;
	top: 0;
	right: 0;
	width: 280px;
}
div#content div#leftcol {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
}
div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: normal;
	color: #3B5DA0;
}
div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 24px;
	margin-bottom: 4px;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: normal;
	color: #3B5DA0;
}
div#content p {
	margin-top: 4px;
	margin-bottom: 12px;
}
div#content ul, div#content ol {
	padding-left: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
}
div#content li {
	line-height: 1.2em;
	margin-bottom: .6em;
}

/*
 * Locations Table
 */
div#content table.loc {
	text-align: left;
	font-size: 9px;
	line-height: 11px;
	text-indent: -6px;
	width: 100%;
	border: 0;
}
div#content table.loc td {
	width: 33%;
	vertical-align: top;
}
div#content table.loc p {
	margin: 4px 6px 4px 12px;
}

/*
 * Content Format 02
 */
div#content.format02 {
	text-align: center;
}
div#content.format02 div.wrapper {
	position: relative;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

/*
 * Content Format 03
 */
div#content.format03 div#maincol {
/*	padding-left: 80px; */
	margin-right: 280px;
}
div#content.format03 div#rightcol {
	right: 25px;
	width: 235px;
}

/*
 * Events Box
 */
div.events {
	padding-top: 48px;
}
div#content div.events h2 {
	background: url(curveboxtop.gif) top left no-repeat;
	padding: 16px 16px 10px 16px;
	text-align: center;
	margin-bottom: 0px;
}
div.events dl {
	background: white url(eventdots.gif) top center no-repeat;
	border: 5px solid #F5D465;
	border-width: 0 4px;
	padding: 12px 11px 0;
	margin: 0;
}
div#content div.events p {
	line-height: 1.4em;
	background: white url(eventdots.gif) top center no-repeat;
	border: 4px solid #F5D465;
	border-width: 0 4px;
	padding: 20px 11px 0;
	margin: 0;
}
div.events div.bottom {
	height: 24px;
	background: url(curveboxbottom.gif) bottom left no-repeat;	
}

/*
 * Contact Box
 */
div.contact {
	padding-top: 72px;
}
div.contact div.top {
	background: url(curveboxtop.gif) top left no-repeat;
	height: 24px;
}
div#content div.contact h2 {
	background: url(curveboxtop.gif) top left no-repeat;
	padding: 16px 16px 10px 16px;
	text-align: center;
	margin-bottom: 0px;
}
div#content div.contact p {
	line-height: 1.4em;
	background: white url(eventdots.gif) top center no-repeat;
	border: 4px solid #F5D465;
	border-width: 0 4px;
	padding: 20px 11px 0;
	margin: 0;
}
div.contact div.bottom {
	height: 24px;
	background: url(curveboxbottom.gif) bottom left no-repeat;	
}

/*
 * Abstract List
 */
dl.abstract dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 24px;
	margin-bottom: 4px;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: normal;
	color: #3B5DA0;
}
dl.abstract dd {
	line-height: 1.4em;
}
dl.abstract a.more {
	font-size: .9em;
	font-style: italic;
}

/*
 * Calendar List
 */
dl.calendar dt {
	padding-top: 8px;
	font-weight: bold;
	line-height: 1.4em;
	color: #3B5DA0;
}
dl.calendar dd {
	line-height: 1.4em;
}

/*
 * Forms
 */
label {
	display: block;
	margin-bottom: 4px;
}
.textfield {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 97%;
	display: block;
	border: 1px solid #999;
	padding: 2px;
	margin-bottom: 12px;
}

/*
 * Images
 */
a.zoomimage, div.zoomimage {
	background: #D4A833 url(zoom-off.gif) bottom right no-repeat;
	padding: 3px 3px 4px;
	display: block;
	margin-top: 30px;
	margin-bottom: 18px;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
}
div.zoomimage {
	background-image: none;
}
a.zoomimage:hover {
	background-color: #3B5DA0;
}
a.zoomimage img, div.zoomimage img {
	border: 0;
	display: block;
	margin-bottom: 4px;
}

.link {
	color: #3B5DA0;
	text-decoration: underline;
}

.link.visited {
	color: #3B5DA0;
	text-decoration: underline;
}

