body {
	margin-top: 0;
	font-family: arial, helvetica, geneva, sans-serif;
	background-color: #000000; 
	color: #e9e9e9;
	background-attachment: fixed; 
}

/* boxes */
#menubar {
        top: 0px; 
	right: 0px;
	left: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	word-spacing: -0.2em;
}
div#menubar a {
		text-decoration: none;
		font-size: 95%;
		font-weight: bold;
		font-family: arial, helvetica, geneva, sans-serif;
		padding: 2px 2px;
}
div#menubar a:link { color: #6699FF; }
div#menubar a:visited { color: #00CC99; }
div#menubar a:hover { color: #FFFFFF; text-decoration: underline; }

#body {
	margin: 5px 5px 10px 10px; 
	border: 2px solid #CCCC99; 
	background-color: #446688; 
	padding: 0px;
    -moz-border-radius:                     8px 8px 8px 8px;
    -webkit-border-top-left-radius:         8px;
    -webkit-border-top-right-radius:        8px;
    -webkit-border-bottom-right-radius:     8px;
    -webkit-border-bottom-left-radius:     8px;
}
#bodyin {
	margin: 10px 10px 20px 10px;
	background-color: #446688; 
	color: #e9e9e9;
}
#tbody {
	margin: 5px 10px 10px 140px; 
	/*border: 1px solid #CCCC99;  */
	background-color: #446688; 
	padding: 2px;
}
#tbodyin {
	margin: 10px 10px 20px 10px;
	background-color: #446688; 
	color: #e9e9e9;
}
#sidethoughts {
	margin: 10px 10px 10px 10px;
	padding: 2px;
	border: 1px solid #CCCC99;
	background-color: #446688;
	width: 115px;
	position: absolute;
	top: 121px;
	left: 15px;
}

#footer {
        text-align: right;
}

div.atitle {
	margin: 0px;
	padding: 10px 5px 5px 5px;
	font: bold 90% arial, helvetica, geneva, sans-serif;
	color: #000000;
	background-color: #87B6EE; 
	text-align: center;
}
div.title {
	margin: 0px;
	padding: 10px 5px 5px 10px;
	font: bold 120% arial, helvetica, geneva, sans-serif;
	color: #000000;
	background-color: #87B6EE; 
	letter-spacing: 0.75em;
    -moz-border-radius:                     5px 5px 0px 0px;
    -webkit-border-top-left-radius:         5px;
    -webkit-border-top-right-radius:        5px;
}
.blank {
  display: none;
}
div.arrowleft {
	position: absolute;
	left: 10px;
	top: 25px;
	font: bold 120% arial, helvetica, geneva, sans-serif;
}
div.arrowright{ 
	position: absolute;
	right: 10px;
	top: 25px;
	font: bold 120% arial, helvetica, geneva, sans-serif;
}

div.newsbody {
	margin: 0px 10px 0px 10px;
	padding: 10px;
	color: #e9e9e9;
	border: 1px solid #CCCC99; 
}
div.titlepage {
/*	align: center; */
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* style */

a {
	text-decoration: none;
	font-weight: bold;
/*	font-family: arial, helvetica, geneva, sans-serif; */
}
a:link { color: #6699FF; }
a:visited { color: #00CC99; }
a:hover { color: #FFFFFF; text-decoration: underline; }

address {
	font: italic 90% geneva, arial, sans-serif;
}
th {
	font-family: arial, helvetica, geneva, sans-serif;
	color: #FFFFFF;
}
td {
	font-family: arial, helvetica, geneva, sans-serif;
}
p {
	line-height: 110%;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	color: #e9e9e9;
}
p.music {
	margin-bottom: 1.5em;
}
p.st {
	font-size: 80%;
}
h2 {
	font: bold 120% arial, helvetica, geneva, sans-serif;
	/*margin-top: 15px;*/
	margin-bottom: 10px;
	color: #FFFFFF;
}
h2.newshead {
	margin: 10px 30px 8px 0px; 
	font-weight: bold;
	color: #CCCC99; 
}
h3 {
	font: bold 110% arial, helvetica, geneva, sans-serif;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
/* quote on the index page */
h3.indexQuote {
        margin-top:     4em;
        margin-bottom:  4em;
        text-align:     center;
}
h4 {
	font: bold 100% arial, helvetica, geneva, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
h4.greytitle {
	font-weight: bold;
	margin-bottom: 0px;
	color: #888888;
}
h4.timetitle {
	color: #aaaaaa;
}
h5 {
	font: 90% arial, helvetica, geneva, sans-serif;
	margin-top: -10px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
h6 {
	font: bold 100% arial, helvetica, geneva, sans-serif;
        margin-top: 0px;
	margin-bottom: -30px;
	line-height: 100%;
	color: #e9e9e9;
}
h6.mini {
	font-size: 60%;
}

p.lastmod {
	color: #aaaaaa;
	line-height: 110%;
	font-size: 75%;
	text-align: right;
}
img { border: 0; }

div.code {
	border: 1px solid #CCCC99; 
	font-family: courier, serif;
}

/* image pages */

table.picPage {
	border: none;
	width: 100%;
	padding: 10px;
	background: #000000;
}
td.picHead {
	background: #000066;
	text-align: center;
	padding: 5px;
}
td.picFoot {
	background: #000066;
	padding: 5px;
}
td.picImage {
	text-align: center;
}
.left { text-align: left; }
.right { text-align: right; }

div.filmstrip {
	text-align: center;
	background-image: url(/img/filmstrip.png);
	background-repeat: repeat-y; 
}
div.filmstrip img {
	padding-bottom: 10px;
}
