/** STRUCTURE **/

html {
	overflow: scroll;
	}
body {
	background-image: url('../graphics/leather.jpg');
	background-color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
.frame {
	width: 800px;
	margin: 0px auto;
	font-size: 14px;
	background-color: #000000;
	text-align: center;
	padding: 0px 20px 20px 20px;
	}
.header h1 { 
	display: none; 
	}
.menu {
	width: 115px;
	float: left;
	margin: 20px 0px;
	text-align: left;
	}
.content {
	text-align: left;
	padding: 10px 20px 20px 20px;
	margin: 20px 10px 20px 130px;
	border: 2px solid #1F1F1F;
	}
.footer {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	color: #7F7F7F;
	clear: both;
	padding: 15px 0px 0px 0px;
	border-top: 2px solid #1F1F1F;
	}
.footer .groups {
	padding: 10px;
	}
.footer .printgroups {
	display: none;
	}
.copyright {
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	clear: both;
	}
.contact {
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	clear: both;
	}

/** SUBSTRUCTURES **/

.schedentry {
	padding-bottom: 3px;
	}
.schedentry .time {
	float: left;
	font-style: italic;
	}
.schedentry .desc {
	margin-left: 150px;
	}
ul { 
	margin: 0px 0px 15px 15px;
	padding: 0px; 
	}
.center {
	display: block;
	margin: auto;
	}
p {
	margin: 10px 0px;
	}

/** LINKS **/

a {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	}
a:visited {
	color: #FF0000;
	}
a:hover {
	color: #FF8F8F;
	}
.menu a {
	font-size: 16px;
	display: block;
	margin: 7px 0px;
	}
.menu a span {
	margin: 5px 0px;
	}
.menu a.sub {
	font-size: 14px;
	margin: 2px 0px 3px 8px;
	background: url("../graphics/littleheart.jpg") center left no-repeat;
	color: #9F0000;
	}
.menu a:hover.sub {
	color: #FF8F8F;
	}
.menu a.sub span {
	display: block;
	margin-left: 15px;
	}
.footer .groups a {
	display: block;
	margin: 5px;
	width: 100px;
	height: 60px;
	float: left;
	}

/** HEADER STYLES **/

h2 {
	margin: 5px 0px 10px 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #9F9F9F;
	}
h2.first {
	margin-top: 0px;
	padding-top; 0px;
	}
h3 {
	margin: 15px 0px;
	color: #DF7E00;
	}
h3.first {
	margin-top: 0px;
	padding-top; 0px;
	}
h4 {
	color: #FFD59F;
	}

/** TEXT STYLES **/

table {
	font-size: 13px;
	}
table .required {
	font-weight: bold;
	}
table i {
	display: block;
	font-weight: normal;
	padding-left: 5px;
	}
table td {
	padding: 3px;
	}

/** UNUSED **/

.title {
	font-size: 20px;
	font-weight: bold;
	}
.news {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	}
.date {
	font-style: italic;
	font-weight: bold;
	}