#title
{
	font-family: monospace;
	font-size: 3em;
	position: absolute;
	left: 0;
	top: 0;
	height: 2em;
	width: 100%;
	background: #d0d0d0;
	color: #cc3300;
	border-bottom-width: medium;
	border-bottom: solid #606060
}
#subtitle
{
	font-family: monospace;
	position: absolute;
	left: 0;
	top: 3.5em;
	color: #cc3300
}
#menu
{
	position: absolute;
	left: 0;
	top: 6.5em;
	width: 10em;
	background: #d0d0d0;
	padding: 0.3em
}
a
{
	text-decoration: none;
	color: #606060
}
a:hover
{
	text-decoration: underline;
	color: #cc3300
}
a.menusectionheader
{
	display: block
}
a.menusectionheader:hover,a.menuitem:hover
{
	background: #d0c8c8
}
a.menuitem
{
	font-size: 0.8em;
	padding-left: 1em;
	display: block;
}
#main
{
	position: static;
	border: solid #606060;
	padding: 0.7em;
	margin-bottom: 0.5em;
	margin-left: 11em;
	margin-right: 0.5em
}
#web
{
	padding-top: 0.5em;
	text-align: center
}
#contact
{
	font-size: 0.5em;
}
#xhtml
{
	vertical-align: middle;
}
#css
{
	vertical-align: middle;
}
body
{
	margin-top: 6.5em;
	background: white;
}
h1,h2,h3,h4,h5,h6
{
	text-align: center
}

/* styles for the schedules */
th.schedule_head
{
	font-weight: bold;
	font-style: italic;
	background: black;
	color: #d0c8c8
}
td.row0
{
	background: #d0d0d0;
	padding-left: 1em
}
td.row1
{
	background: #d0c8c8;
	padding-left: 1em
}

/* the floating div's for the "contents" links for constitution and bylaws */
div.contents
{
	float: right;
	font-size: 0.7em
}

a:hover span {
	display: none;
}

a:hover span.onhover {
	display: inline;
}


