@charset "UTF-8";

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
/* This is for my trial style sheet. Starting with body I am gong to try to simplifie things*/
/*It seems like this style is defining the overall container with the repeating background*/

body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(graphics/ALLGREENTIGER.jpg);
	font-family:Papyrus;
	font-size: 16px;
	text-decoration:none;
}
#header {
	width:1000px;
	height:260px;
	background-color:#000000;
	background-image:url(graphics/Header.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
.Botmenu #container { /* This appears to define my container with the background color currently Black where I will write my text */
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration:none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration:none;
}
#videopagecontent {
	text-align:center;
	text-decoration: none;
}
h1 { /* This is the Font For The Title */
	font-family: Papyrus;
	font-size: 32px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}
h2 { /* This is the Font For The  FIRST Indent */
	font-family: Papyrus;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
p  { /* This is the Font For The MAIN TEXT */
	font-family: Papyrus;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#apDiv1 {
	width:140px;
	height:532px;
	z-index:1;
	left: 111px;
	top: 354px;
	background-color: #000000;
	margin-left: 10px;
	float: left;
	overflow: scroll;
	margin-right: 10px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#apDiv2 {
	width:800px;
	height:532px;
	z-index:1;
	float: right;
	margin-right: 10px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#logoonphilosophy {
	text-decoration: none;
}
#linkpagefonts p {
	text-align:left;
	font-family:Papyrus;
	font-size:20px;
	color:#FFFFFF;
	text-decoration: none;
}
.style9 {  /* Tis Defines the Font and style of the Bottom Menu */
	color: #FFFFFF;
	font-family: Papyrus;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
	text-decoration: none;
}

.style10 {
    color: #FF0000
}

#openingmovie{
	text-align:center;
	text-decoration: none;
}
#lowermenu {
	text-align:center;
	text-decoration: none;
}
#copyrightmark { /* This is the Copyright splash at the Bottom of the page */
	font-family:Papyrus;
	color:#FF0000;
	font-size:12px;
	text-align:center;
	text-decoration: none;
}
a:link {
    color:#FFFFFF;
	text-decoration: none;
}
a:visited {
     color: #FFFFFF;
	 text-decoration: none;
}
a:hover {
     color: #FF0000;
	 text-decoration: none;
}
a:active {
	 text-decoration: none;
}
