/* Wylde Hypnotica style sheet
*
*  Main colour scheme
*
*  Background 			rgb(70,70,100) - deep smoky violet
*  standout text 		rgb(253,73,0)  - orange
*  regular text 		rgb(255,199,128) - paler orange
*  new light text   rgb(255,240,160) - canary yellow
*  contrast text		rgb(168,255,255) - pale blue/green
*  bright regular text		rgb( 168,195,255) - pale blue
*  bright contrast text		rgb( 26,231,230) - blue green
*  lowlights			rgb( 166,44,3) - brown
*  
*
*
*
*/
a:link {
	color: rgb(20,250,20);
}

a:visited {
	color: rgb(168, 255, 255);
}

a:active {
	color: rgb(20,210,20);
}

body {
	font-family: "Lucida Sans Unicode"; Helvetica; Arial;
	background-repeat: repeat;
	background-position: center;
	background-image: url("bgimage.jpg");
	color: rgb(255,245,100);
	font-size: 10pt;
	
}



table {
	table-border-color-light: rgb(70,70,100);
	table-border-color-dark: rgb(70,70,100);
	border: 1px solid rgb(70,70,100);
	/* background-color: rgb(70,70,100); */
}

tr {
	color: rgb(255,199,128);
	font-family: "Lucida Sans Unicode"; Helvitica; Ariel;
	/* background-color: rgb(70,70,100); */
	font-size: 12pt;
}

th {
	color: rgb(253, 73, 0);
	font-family: "Lucida Sans Unicode"; Helvitica; Ariel;
	/* background-color: rgb(70,70,100); */
	font-size: 14pt;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Sans Unicode";
	Trebuchet;
	Arial;
}

h1 {
	color: rgb(253, 253, 253);
	font-size: x-large;
}

h2 {
	color: white;
	font-size: large;
}

h3 {
	color: rgb(168, 255, 255);
}

h4 {
	color: rgb(168, 255, 255);
}

h5 {
	color: rgb(168, 255, 255);
}

h6 {
	color: rgb(168, 255, 255);
}

td.noborder {
	border-width: 0;
	text-align: center;
	vertical-align: top;
}

em {
	color: rgb(253, 73, 0);
	}

p.bright {
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	font-size: 12pt;
	color: rgb(253,73,0);
	/*background-color: rgb(70,70,100);*/
	text-align: left;
}

p.little {
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	font-size: 8pt;
	color: rgb(168, 255, 255);
}

p.littleBright {
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	font-size: 8pt;
	color: rgb(255,199,128);
	background-color: rgb(70,70,100);
	text-align: left;
	font-weight: bold;
}

p.littleContrast {
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	font-size: 8pt;
	/* background-color: black; */
	color: rgb(26, 231, 230);
}

a.little {
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	font-size: 8pt;
	color: rgb(168, 255, 255);
}

a.littleContrast {
	font-family: "Lucida Sans Unicode"; Trebuchet; Arial;
	font-size: 8pt;
	color: rgb(26, 231, 230);
}


hr.redLine {
	color: rgb(253, 73, 0);
	width: 100%;
	line-height: 5 px;
}

div.leftColumn {
	background-color: rgb(110,110,190);
	top: 20%;
	left: 2%;
	position: absolute;
	z-index: 2;
	visibility: show;
	width: 14%;
	/* height: 45%;
	min-height: 45%; */
	/* diagnostics */
	border-style: solid;
	border-width: 4px;
	border-color: rgb(166, 44, 3);
	padding: 10px;
}

div.mainColumn {
	top: 20%;
	left: 18%;
	position: absolute;
	z-index: 2;
	visibility: show;
	width: 59%;
	/* diagnostics */
	border-style: none;
	padding: 1%;
}

div.rightColumn {
	background-color: rgb(110,110,190);
	top: 20%;
	left: 80%;
	position: absolute;
	z-index: 2;
	visibility: show;
	width: 15%;
	/* diagnostics */
	border-style: solid;
	border-width: 4px;
	border-color: rgb(166, 44, 3);
	padding: 10px;
}
div.invisible {
	top: 320px;
	left: 19%;
	position: absolute;
	z-index: 3;
	visibility: hidden;
	width: 36%;
	/* diagnostics */
	border-style: none;
	padding: 1%;
	}
div.enclosed {
	position: relative;
	z-index: 2;
	visibility: show;
	padding: 2px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgb(255,199,128);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(255,199,128);

	}

div.topBorder {
	top: 0 px;
	left: 0px;
	width: 100%;
	height: 20px;
	position: absolute;
	z-index: 2;
	visibility: show;
	max-width: 100%;
	max-height: 20px;
	border-style: none;
	/* diagnostics 
	border-style: solid;
	border-width: 1px;
	border-color: white;
	-------------------- */
}

div.bottomBorder {

	bottom: 90%;
	left: 0px;
	position: static;
	z-index: 2;
	visibility: show; */
	margin: 20px;
}

div.bottomlogo {
	left: 2%;
	top: 90%;
	bottom: 95%;
	width: 100%;
	position: relative; 
	z-index: 1;
	visibility: show;
}

div.infoColumn {
	top: 40px;
	left: 10%;
	position: absolute;
	z-index: 4;
	visibility: show;
	width: 70%;
	background-color: rgb(110,110,190);
	/* diagnostics */
	border-style: none;
	padding: 5px;
	
}
div.wideColumn {
	top: 20px;
	left: 5%;
	z-index: 4;
	visibility: show;
	width: 90%;
	border-style: none;
	padding: 5px;
	
}
div.titlePos {
	top: 200px;
	left: 1%;
	position: absolute;
	z-index: 3;
	visibility: show;
	width: 25%;
	/* diagnostics */
	border-style: none;
}

li {
	text-indent: 40px;
	line-height: 140%;
	}

