body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #ffffff;
	margin: 0em;
}
#logo
{
	position: absolute;
	top: 6px;
	left: 12px;
	z-index: 100;
}
#header
{
	position: relative;
	background-color: #0000ff;
	background: url(/images/header-background.jpg) repeat-x;
	color: #ffffff;
	height: 100px;
	padding-left: 100px;
	vertical-align: middle;
}
#title-table
{
	height: 100px;
	position: absolute;
	top: 0px;
	left: 110px;
}
#sub-header
{
	height: 10px;
	background-color: #ff0000;
	background-image: url(/images/sub-header-background.gif);
	background-repeat: repeat-x;
}
#sub-header-shadow
{
	height: 5px;
	_height: auto; /* Windows-IE workaround */
	background-color: #ffffff;
	background-image: url(/images/sub-header-shadow.gif);
	background-repeat: repeat-x;
}
#sub-header-shadow img
{
	display: inline;
}
a:link { color: #0000ff; }
a:visited { color: #000099; }
a:active { color: #ff0000; }
a:hover { color: #ff0000; }
#body
{
	background-color: #cccccc;

	/* Windows-IE workaround. */
	border-bottom: 1px solid white;
}
#nav
{
	float: left;
	width: 150px;
	border-right: 1px solid #999999;
	text-align: right;

	/* Windows-IE workaround. */
	padding-bottom: 1px;
}
#nav-links
{
	background-image: url(/images/nav-top.gif);
	background-repeat: no-repeat;
	background-color: #cccccc;
	padding: 1.5em .25em .25em 0em;
}
#nav-links a
{
	display: block;
	color: #000000;
	text-decoration: none;
	padding: .25em 0em 0em 0em;
}
#nav-links a:hover
{
	color: #666666;
}
#nav-links .nav-separator
{
	display: none;
}
#nav-links #new-members a
{
	display: inline;
	padding: .25em .5em;
	width: 125px;
	border: 1px solid #ff0000;
	background-color: #ffffdd;
}
#nav-links #new-members
{
	display: block;
	margin-top: 2em;
}
#content
{
	background-color: #ffffff;
	border-left: 1px solid #999999;
	margin-left: 150px;
	padding: 1em .5em 1em 2em;
}
#content img
{
	border: 1px solid #000000;
	margin: 5px;
}
a.file-link
{
	white-space:nowrap;
}
#content img.icon, #content a.file-link img
{
	border: none;
	margin: 0px 4px 0px 0px;
	vertical-align: text-bottom;
	text-decoration: none;
}
h1
{
	margin: 0em;
	white-space: nowrap;
}
h2, h3, h4
{
	margin: 1em 0em 0em 0em;
}
h2
{
	background-color: #cccccc;
	border-bottom: 1px solid #ff0000;
	padding: 0em .25em;
	margin-top: 1em;
	margin-left: -.75em;
}
h4
{
	font-style: italic;
}
p
{
	margin: .5em .25em 0em 0em;
}
#footer
{
	clear: both;
	padding: .5em;
	border-top: 1px solid #999999;
	font-size: 75%;

	/* Windows-IE workaround. */
	margin-top: -1px;
}
#footer-links .nav-image
{
	display: none;
}
.sidebar
{
	float: right;
	margin: .5em;
	margin-right: 0em;
	text-align: center;
}
.sidebar-left
{
	float: left;
	margin: .5em;
	margin-left: 0em;
	text-align: center;
}
.smaller
{
	font-size: 90%;
}
a.more
{
	border: 1px dotted #999999;
	padding: auto .25em;
	text-decoration: none;
	color: #666666;
}
a.more:hover
{
	border-color: #ff0000;
	color: #ff0000;
}
#next-meeting, #contact-info
{
	margin-left: 5px;
	border: 1px solid #0000ff;
	background-color: #ffffdd;
	float: right;
	font-size: 80%;
}
#next-meeting th, #contact-info th
{
	text-align: right;
	vertical-align: top;
}
#next-meeting p, #contact-info p
{
	margin: 0px;
}
#next-meeting th.heading, #contact-info caption
{
	text-align: center;
	background-color: #0000ff;
	color: #ffffff;
	font-weight: bold;
}
#next-meeting td.more-info
{
	text-align: center;
	border-top: 1px solid #0000ff;
}