@charset "utf-8";

/* CSS Document */
body {
	background-color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF66;
	background-image: url(images/green-gradient-2way-600.jpg);
	background-repeat: repeat;
	text-align:left;
	margin:10px 0px; padding:10px;
	width: 80%;
}

p {
	position:relative;
	text-align:left;
	float:left;
}

div {
	text-align:left;
	float:left;
	}
	
a:link {
	color: #FFFF66;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:visited {
	color:#FFFF00;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:hover {
	border-bottom-style:solid
}

a img {
	border:none
	}

h1 {
	font-size: xx-large;
	border-left-style: solid;
	border-left-width: thin;
	padding-left: 8px;
	color: #FFFFFF;
	border-left-color: #FF6600;
}

h3 {
	color: #FF6600;
	font-size: large;
}
caption {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-left: 2px;
}
th {
	background-color: #006600;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #00CC00;
	color: #FFFF66;
	text-align: left;
	padding: 2px;
	background-image: url(images/green-gradient-25.jpg);
	background-repeat: repeat-x;
}
td {
	vertical-align: top;
	padding: 1px;
	background-image: url(images/green-gradient-150.jpg);
	background-repeat: repeat-x;
}
td h3 {
	margin-top: 0px;
}
h4 {
	border: thin dotted #FF6600;
}
.highlightbox {
	border: thin dotted #FF6600;
}

.greengradientbackground {
	background-color: #009900;
}

.filmcredit {
	font-style: italic;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-left: 3px;
	border-left-width: thin;
}
.pic-overlay-title {
	position:relative;
	left: 0px;
	top:-180px;
	width:600px;
	font-size: xx-large;
	font-weight:bolder;
	color: #FF6600;
	background-image: url(images/black-70-opaque.png);
	background-repeat: repeat;
}
.pic-overlay-body {
	position:relative;
	font-weight: bold;
	left: 0;
	font-size: medium;
	color:#FFFF00;
	text-align: right;
	padding: 0px;
	margin: 0px auto;
	width: 600px;
	background-image: url(images/black-70-opaque.png);
	bottom: 160px;
	background-repeat: repeat;
}

.floating-callout {
	position:fixed;
	top:210px;
	font-weight: bolder;
	font-size: medium;
	color:#FFFF00;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	width: 200px;
	background-image: url(images/black-70-opaque.png);
	background-repeat: repeat;
	left: 620px;
}

.right-bar {
	position:absolute;
	top:210px;
	left: 830px;
	width:180px;
	background-image: url(images/black-70-opaque.png);
	background-repeat: repeat;
	text-align:center;
}

