html {
    min-width: 750px;  
}    

body {
    background-color: #ffffff;
    background-image: url(img/filmstrip.gif);
    background-repeat: repeat-y;
    background-position: right;
    background-attachment: scroll;
    display: block;
    font-family: "Franklin Gothic", Verdana, Arial;
    color: #000000;
}


h1 {
    font-family: Courier New, Courier, monospace;
    font-size:  1.7em;
    font-weight: bold;
    color: #663300;
}

h2 {
    font-family: "Franklin Gothic", Verdana, Arial;
    font-size: 1.25em;
    font-weight: bold;
    color: #41286F;
}

h3 {
    font-family: Courier New, Courier, monospace;
    font-size: 1em;
    font-weight: bold;
    color: #663300;
}

h4 {
    font-size: 0.8em;
    font-family: "Franklin Gothic", Verdana, Arial;
    font-weight: bold;
    color: #000000;
}


a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

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


p {
    font-size: 0.8em;
    font-family: "Franklin Gothic", Verdana, Arial;
    color: #000000;
}


li {
    font-size: 0.8em;
    font-family: "Franklin Gothic", Verdana, Arial;
    color: #000000;
}

table {
	border-color: #663300;
	border-collapse: collapse;
}



th {
	background-color: #663300;
	color: #FFFFFF;
    font-family: "Franklin Gothic", Verdana, Arial;
}	

td.a-time {background-color: #F4F2E8;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.8em;	
    font-family: "Franklin Gothic", Verdana, Arial;
    color: #000000;
}

td.b-time {
	background-color: #CBC0D4;
	color: #F8F6EC;
	padding-left:  40px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 0.8em;
    font-family: "Franklin Gothic", Verdana, Arial;
    color: #000000;	
}

td.c-time {background-color: #EEE3F7;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;	
	font-size: 0.8em;
    font-family: "Franklin Gothic", Verdana, Arial;
    color: #000000;
}

td.fill {background-color: #DBD5B4;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-size: 0.8em;
    font-family: "Franklin Gothic", Verdana, Arial;
    color: #000000;
}

td.white {padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-size: 0.8em;
    font-family: "Franklin Gothic", Verdana, Arial;
    color: #000000;
}


div.box {
    background-color: #F4F2E8;
    border: 1px solid #CCC5A2;
    padding: 20px;
    position: absolute;
    margin: 20px;
    left: 30px;
    right: 130px;
}


div.topnav {
    background-color: #41286F;
    font-family: "Franklin Gothic", Verdana, Arial;
    padding: 2px;
    border-top: 1px solid #CCC5A2;
    border-bottom: 1px solid #CCC5A2;
    min-height: 25px;
    max-height: 30px;
    min-width: 100%;
    max-width: 100%;

}

div.topnav a:link {
    font-family: "Franklin Gothic", Verdana, Arial;
    font-size: 0.8em;   
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: text-bottom;
    text-decoration: none;
    padding: 2px;
}

div.topnav a:visited {
    font-family: "Franklin Gothic", Verdana, Arial;
    font-size: 0.8em;   
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: text-bottom;
    text-decoration: none;
    padding: 2px;
}

div.topnav a:hover {
    font-family: "Franklin Gothic", Verdana, Arial;
    font-size: 0.8em;   
    font-weight: bold;
    color: #CCC5A2;
    vertical-align: text-bottom;
    text-decoration: underline;
    padding: 2px;
}

div.topnav strong {
    font-family: "Franklin Gothic", Verdana, Arial;
    font-size: 0.8em;   
    font-weight: bold;
    color: #CBC0D4;
    vertical-align: text-bottom;
    text-decoration: none;
    padding: 2px;
}

div.right_offset {
	color: #000000;
	position: absolute;
	right: 130px;
	font-family: Courier New, Courier, monospace;
	font-size: 1.2em;
	letter-spacing: -0.05em;
	text-align: right;
	margin: 20px;
	float: left;
}	


div.copyright {
	position: absolute;
	bottom: 0;
	margin: 20px;
	font-family: "Franklin Gothic", Verdana, Arial;
	font-size: 0.6em;
	color: #CCC5A2;
	display: block;
	float: none;
	clear: both;
}

