
	html {
		height: -webkit-fill-available;
		background-color: none; /* #FFFFFF */
		background-attachment: scroll; /* fixed, scroll */
		background-position: top; /* top left, top center, top right, center left, center center, center right, bottom left, bottom center, bottom right, x-pos y pos */
		background-repeat: no-repeat; /* no-repeat, repeat, repeat-x, repeat-y */
		background-size: 2160px;
	}
	
	body {
		height: -webkit-fill-available;
		height: 100%;
		margin: 0px;
		padding: 0px;
		background-size: 2160px;
		background: transparent url(/graphics/bgLines1.gif) repeat scroll left top;
	}

	.container {
		background-color: none; /* #FFFFFF */
		background-attachment: scroll; /* fixed, scroll */
		background-image: url(/coverphotos/1.jpg); /* none, url("path to image file") */
		background-position: top center; /* top left, top center, top right, center left, center center, center right, bottom left, bottom center, bottom right, x-pos y pos */
		background-repeat: no-repeat; /* no-repeat, repeat, repeat-x, repeat-y */
		color: #FFFFFF; /* sets the text color */
		font-family: Tahoma, Arial, sans-serif;
		font-size: 12pt;
		font-weight: normal; /* normal, lighter, bold, bolder, 100 thru 900 */
		font-style: normal; /* normal, italic, oblique */
		font-variant: normal; /* normal, small-caps */
		text-decoration: none; /* none, underline, overline, line through, blink */
		text-align: left; /* left, right, center, justify */
		text-indent: 0px;
		text-transform: none; /* none, uppercase, lowercase, capitalize */
		letter-spacing: normal; /* normal, 0px */
		white-space: normal; /* normal, pre, nowrap */
		word-spacing: normal; /* normal, 0px */
		margin: auto;
		padding: 0px; 
		border-color: #666688; /* transparent, #FFFFFF */
		border-style: solid; /* none, solid, dashed, dotted, double, groove, hidden, inset, outset, ridge */
		border-width: 0px;
		list-style-type: disc; /* none, disc, circle, square, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha */
		list-style-image: none; /* url("path to image") */
		list-style-position: inside; /* inside, outside */
		line-height: normal; /* normal, 0px, percentage */
		height: 800px; /* auto, 0px, percentage */
		max-height: none; /* none, 0px, percentage */
		min-height: none; /* none, 0px, percentage */
		width: auto; /* auto, 0px, percentage */
		max-width: none; /* none, 0px, percentage */
		min-width: 800px; /* none, 0px, percentage */
		cursor: auto; /* auto, crosshair, default, help, move, pointer, text, url, wait, (many others) */
		visibility: visible; /* visible, hidden */	
	}
	.outerShell1 {
		margin:auto;
		text-align:left;
		width:55em; /*dont know what this does*/
		min-width:800px;
	}

	.outerShell2 {
		position: relative;
		height: 170px;
	}
	
	.mainContent {
		position:absolute;
		top: 20px;
		left: 20px;
		width: 800px;
		color: #ffffff;
		font-size: 16pt;
		font-weight: bold;		
		margin:0px 0px 0px 0px;
		padding: 0;
		text-align: left;
		letter-spacing:0px;
		line-height: 1.5em;
		text-transform:lowercase;
		z-index:5;
	}
	
	li {
		color: #ffffff;
		background-image: url(/graphics/gridDark.gif);
		width: 150px;
		list-style: none;
		padding: 5px;
		margin-left: -20px;
	}
	li a:link {
		color: #FFF;
		text-decoration: none;
		font-family: "Tahoma";
		font-size:24px;
	}
	li a:visited {
		color: #FFF;
		text-decoration: none;
		font-family: "Tahoma";
		font-size:24px;
	}
	li a:hover {
		color: #FFF;
		text-decoration: underline;
		font-family: "Tahoma";
		font-size:24px;
	}
	li a:active {
		color: #FFF;
		text-decoration: underline;
		font-family: "Tahoma";
		font-size:24px;
	}
	
	a:link {
		color: #0000FF;
		text-decoration: none;
		font-family: "Tahoma";
		font-size:14px;
	}
	a:visited {
		color: #0000FF;
		text-decoration: none;
		font-family: "Tahoma";
		font-size: 14px;
	}
	a:active {
		color: #BB0000;
		text-decoration: underline;
		font-family: "Tahoma";
		font-size: 14px;
	}
	a:hover {
		color: #BB0000;
		text-decoration: underline;
		font-family: "Tahoma";
		font-size: 14px;
	}
	a:focus {
		color: #BB0000;
		text-decoration: underline;
		font-family: "Tahoma";
		font-size: 14px;
	}	
	
	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		text-align: left;
		font-family: "Georgia";
		font-size: 36px;
		font-style: normal;
		border-bottom-color: #666688;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		height: 0.75em;
		width: 50%;
		text-transform: lowercase;
	}
	
