﻿body {
	font-family: arial;
	font-size: 12px;
	background-color: white;
	text-align: left;
}
#maincont {
	width: 800px;
	min-height: 800px;
	border: 0px #85FF00 outset;
	border-collapse: collapse;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	position:relative;
	z-index:1;
}

#masthead {
	padding: 0px;
	Width: 830px;
	height: 120px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#name {
	font-family: arial;
	font-size: 16pt;
	color: black;
	text-align: center;
	margin-top:75px;
	}

#navbar {
	display: none;
	width: 832px;
	height: 35px;
	padding-top: 5px;
	border: 0px solid green;
	text-align: center;
	margin-left:auto;
	margin-right:auto;

}
#inctomb {
	width: 835px;
	height:85px;
	border: 0px solid blue;
	border-collapse: collapse;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	margin-top: 10px;
	clear:both;
}

#space100 {
border:thin fuchsia dashed;
width: 835px; 
	}

#linkcontainer1 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 45%;
	text-align: left;
	padding-bottom: 5px;
	float: left;
	border: 0px solid red;
	margin-left: 10px;
	line-height: 150%;
}
div.linkcontainer2 {
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 400px;
	height: 240px;
	text-align: right;
	border: 0px solid red;
	line-height: 150%;
	margin-right: 10px;
	margin-bottom: 15px;
	position:relative;
	right: 0px; top: 0px;
}
#formcontainer {
	width: 700px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 150%;
	border: 0px solid orange;
}
#textcontainer {
	width: 820px;
	border: 0px solid #C97514;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	line-height: 120%;
}
#moviecontainer {
	width: 80%;
	border: 0px solid #C97514;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	Margin-left: auto;
	margin-right: auto;
	text-align: center;
}


#smalltextleft {
	border: 0px double red;
	border-collapse: collapse;
	width: 27%;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}
#smalltextright {
	border: 0px double red;
	border-collapse: collapse;
	float: right;
	width: 27%;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
}
#smalltextcent {
	border: 0px double red;
	border-collapse: collapse;
	width: 27%;
	text-align: center;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 5px;
}
#flashentry {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 400px;
	text-align: left;
	padding-bottom: 5px;
	float: left;
	border: 0px solid red;
	margin-left: 10px;
	margin-bottom: 15px;
	line-height: 150%;
}
p {
	font-family: arial;
	font-size: 12px;
	color: black;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}
p.bold {
	font-weight: bold;
}
p.center {
	font-weight: bold;
	text-align: center;

}

.tm {font-family: arial;
	font-size: 9px;
	vertical-align:super;
}

table.main {
	padding: 30px;
	border: 5px double #85FF00;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	border-collapse: collapse;
	color: black;
	width: 849px;
}
/*List for building a link box*/
ul.link a:link, ul.link a:visited, ul.link a:hover, ul.link a:active {
	display: block;
	text-decoration: none;
	padding: 8px 10px;
}
ul.link {
	list-style-type: none;
	margin: 5px;
	padding: 4px;
	border: 0px double #480804;
	width: 240px;
	font: bold 12px 'Lucida Grande',Verdana,sans-serif;
	text-align: center;
	position:absolute;
	top: -10px; right: -5px;

}
li.link {
	background: #DDDDDD;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #666;
}
ul.link a:link {
	color: #260808;
}
ul.link a:visited {
	color: #260808;
	background: #dddddd;
}
ul.link a:hover {
	color: black;
	background: #85ff00;
}
ul.link a:active {
	color: #980400;
}
/*Style for other lists*/
ul.reg {
	list-style-type: square;
	margin-left: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 0px double #480804;
	text-align: left;
	width: 640px;
	font-family: arial;
	font-size: 12px;
	color: white;
}
li.reg {
	margin-left: 0px;
	margin-bottom: 4px;
}
h1 {
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: black;
	margin-top: 30px;
	margin-bottom: 0;
}
h1.bold {
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: black;
}
h3 {
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
h3.bold {
	font-weight: bold;
}
h4 {
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h5 {
	font: bold italic 13px 'Lucida Grande',Verdana,sans-serif;
	letter-spacing: 0.2em;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}
h6 {
	font: bold 36pt 'Lucida Grande',Verdana,sans-serif;
	color: black;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}
/*tables unused
table.plainjane {
	padding: 10px;
	border: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	color: #C0C0C0;
	text-align: center;
	width: 1000px;
}
table.photo {
	padding: 10px;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: center;
	width: 830px;
}
table.photo td {
	padding: 5px;
}
table.plainleft10 {
	background-color: #000000;
	border-width: 0px;
	border-collapse: collapse;
	text-align: left;
	width: 770px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

table.tempform {
	padding: 0px;
	border: 2px;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: center;
	width: 500px;
}

table.plainjust {
	padding: 30px;
	background-color: #000000;
	border-collapse: collapse;
	text-align: justify;
	width: 770px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
}


table.plainjustpicalign {
	padding: 30px;
	background-color: #000000;
	border-collapse: collapse;
	text-align: justify;
	width: 760px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
}
*/

table.tomb {
	display: none;
	background-color: #000000;
	border-left: 0px solid #fff;
	border-top: 2px solid #480804;
	border-right: 0px solid #aaa;
	border-bottom: 0px solid #666;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;
	color: black;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.tomb a:link {
	color: black;
}
.tomb a:visited {
	color: black;
}
.tomb a:hover {
	color: black;
}
.tomb a:active {
	color: black;
}
a:link {
	color: black;
}
a:visited {
	color: black;
}
a:hover {
	color: black;
}
a:active {
	color: black;
}
