
/* This document will attempt to conrol the layout of the HTML page it links to */


/* this section defines the color of the links and removes the default underlining */
A:link { color: #8B0000; text-decoration: none }
A:active { color: #000000; text-decoration: none }
A:visited { color: #FFFFFF; text-decoration: none }
A:hover { color: #000000; text-decoration: none }

/* ***************** LAYOUT **************************** */


/* **************** Page Container ********************* */
/* This class sets the page width to 800 pixels wide by 1000 pixels tall... */
.container { position: absolute; left: 0; top: 0; width: 800; height: 1000px;
z-index: 1; border-top: 3px solid #000000 }

/* *******************Navigation Bar******************** */
/* This section defines the Navigational Bar on the left of the screen */
.navbar { position: absolute; left:0; top:0; z-index:5; width: 160px; height: 1000px;
color: #000000; background-color: #FFD700; border-left: 1px solid #000000; border-right: 3px solid #000000; padding: 20;
font-family: Goudy Old Style; font-size: 12pt; color: #000000; text-align: center }

/* This class positions the Navigation Links */
.navlinks { position: absolute; left: 15; top: 200; width: 140; height: 140; z-index: 20; text-align: right }

/* This class sets the contact info */
.contactinfo { position: absolute; left: 15; top: 400; z-index: 15; width:140; height:200; text-align:center }



/* ******************Contents Pane********************** */
/* This selection defines the body area */
.contents {position: absolute; left: 160; top: 0; width: 640px; height: 1000px; z-index: 5;
background-color: #8B0000; border-right: 1px solid #000000; font-family: Goudy Old Style; color: #FFD700; }

/* Logo Text */
.logotext { position: absolute; left: 120; top: 48; width: 400; height: 100; z-index: 50;
font-family: Goudy Old Style; font-size: 36pt; color: #FFD700; letter-spacing: 1pt; 
font-weight: bold; text-align: center }

.logotexthome { position: absolute; left: 120; top: 13; width: 400; height: 100; z-index: 50;
font-family: Goudy Old Style; font-size: 36pt; color: #FFD700; letter-spacing: 1pt; 
font-weight: bold; text-align: center }


/* Overlay */
.overlay { position: absolute; left: -84; top: 0; z-index: 25; width: 168; height: 200 }

/* Picture 1 */
.picture1 { position: absolute; left: 50; top: 150; width: 550; height: 355; z-index: 25 }

/* Picture 2 */
.picture2 { position: absolute; top: 125; width: 200; height: 122; z-index: 30; right:0 }

/* Picture 3 */
.picture3 { position: absolute; left: 0; top: 450; width: 200; height: 128; z-index: 31 z-index: 32}

/* Home Page Text */
.homepagetext { position: absolute; left: 250; top: 512; width: 300; height: 400; font-family: Goudy Old Style; font-size: 12pt; color: #FFD700; letter-spacing: 1pt; 
font-weight: bold; text-align: center }

/* Info Text */
.infotext { position: absolute; left: 20; top: 200; width: 600; height: 100; z-index: 50;
font-family: Goudy Old Style; font-size: 12pt; color: #FFD700; letter-spacing: 1pt; 
font-weight: bold; text-align: center }