
p.tablist {
	width: 90%;
}

p.tablist span {
	width: 100%;
	min-height: 20px;
	display: block;
	margin: 10px;
	text-align: left;
	float: left;
}

p.tablist span label {
	display:block;
	float: left;
	width: 140px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	font-family: Georgia, Garamond, Times, serif;
}

a.more {
	display: block;
	text-align: right;
}

#subsection {
	float: left;
	margin-bottom: 25px;
}

#text_block {
/*	float: left;
	margin-right: 10px;
	padding: 5px 5px 0px 5px;
	max-width: 450px; */
}

#imgcontain {
	float: right;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 10px;
}

#showcontain {
	width: 315px;
	height: 330px;
	_height: 330px;		/* IE is bloatsuck. */
	float: right;
	margin: 10px;
	overflow: visible;
}

#showcontain table.content_table {
	width:100%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	width: 100%;
}

/* change the width of the slideshow table */
content_table {
height: 900px;
}

input, select, text, textarea, password, .textbox {
	background-color: #ffffff;
	border: 1px solid #000000;
}

/* Custom Typography - Richard 2006-08-16 */

a span, span.off {
	/* used to be at top of file, moved down for clarity */
	display: none;
}

a {
	/* used to be at top of file, etc. */
	color: #0c#878dff;
	text-decoration: none;
	font-weight: bold;
/*	border-bottom: 1px solid #ffc600; */
}

a:hover {
	color:#FFC600;
	text-decoration: underline;
}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	border-bottom: 1px solid #878DFF;
	color: #878DFF;
	margin: 0px;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	width: 100%;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #0c002c;
	margin: 0px;
	margin-top: 2em;
	margin-bottom: 0.3em;
	text-decoration: underline;
}

/* change the color of link text in the calendar */



div.listitem {
	border: 1px solid #333333;
	background-color: #d9daf8;
}

div.listitem:hover {
background-color: #FDFFE4;

}
