body {
    background-color: #000;
    background-image: url(topbanner.jpg);
    background-repeat: repeat-x;
    color: #fff;
}
div.pagetitle {
	margin-top: 20px;
    margin-right: 30px;
}
ul {
    margin-left: 20px;
    padding: 0;
}
blockquote {
	margin: 0;
    border-left: solid #F00 1px;
}
blockquote.quote {
	padding: 10px 50px 10px 10px;

}
table.schedule {
	margin: 30px 0px 0px 40px;
	padding: 10px;
	border: 1px solid #F00;
	border-width: 1px 0px 1px 0px;
}
th {
	font-size: 1.3em;
	padding: 10px;
}
td {
	padding: 0px 0px 0px 25px;
/*	font-size: 1.3em; */
}
td.firstrow {
	padding-top: 10px;
}
li.menu {
    font-size: .96em;
    line-height: 1.8em;
    font-weight: bold;
    list-style-type: none;
}
li.submenu {
    font-size: .84em;
    line-height: 1.8em;
    font-weight: bold;
    list-style-type: none;
}
p {
    font-size: 1.0em;
    letter-spacing: .07em;
    font-family: georgia, times;
}
a {
    color: #f00;
    text-decoration: none;
    font-weight: bold;
}
img {
	border-style: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
    font-weight: bold;
}
a.plain {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
a.menuitem {
    font-family: arial, sans-serif;
    color: #fff;
    text-decoration: none;
	padding-left: 10px;
}
a.menuitem:hover {
    color: #f00;
    background-repeat: no-repeat;
}
#container {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
#topbar {
    position: relative;
    top: 0px;
    left: 0px;
    height: 112px;
    clear: both;
    overflow: hidden;
    background: url(hsj.gif) no-repeat left;
    border-bottom: solid #333 1px;
}
#menu {
    position: absolute;
    top: 135px;
    left: 0px;
    padding-top: 20px;
    width: 200px;
    height: 100%;
    background: url(elements.gif) no-repeat top center;
}
#content {
    padding: 0px 30px 30px 230px;
}
#footer {
	border-top: solid #f00 1px;
	padding: 10px;
    font-size: 0.85em;
    font-family: times, sans-serif;
	text-align: center;
}
.lineover {
	border-top: solid #f00 1px;
	font-size: 1.4em;
	margin-right: 20px;
    letter-spacing: .05em;
}
.floatleft {
    float: left;
	margin-right: 15px;
}
.floatright {
    float: right;
	margin-left: 15px;
}
.center {
	text-align: center;
}
.bigcap {
	position: relative;
	top: 23px;
	color: #fff;
    font-size: 3em;
	float: left;
	margin-top: -50px;
}
.instructor-heading {
	clear: both;
	text-align: right;
	border-bottom: solid #F00 1px;
	margin-top: 75px;
	margin-bottom: 30px;
}
.instructor-name {
	font-size: 2.2em;
	margin-right: 20px;
    letter-spacing: .05em;
}
.subtitle {
	font-size: 1.4em;
	margin-right: 20px;
    letter-spacing: .05em;
}
