html { min-width: 825px }
DIV {
	FONT-SIZE: small; COLOR: #333; FONT-FAMILY: verdana,sans-serif; voice-family: inherit
}
TD {
	FONT-SIZE: small; COLOR: #333; FONT-FAMILY: verdana,sans-serif; voice-family: inherit
}
TH {
	FONT-SIZE: small; COLOR: #333; FONT-FAMILY: verdana,sans-serif; voice-family: inherit
}
H2 {font-size:18px; color:#333; font-family:verdana,sans-serif; margin-top:5px; margin-bottom:10px}
H4 {
	FONT-SIZE: small; COLOR: #333; FONT-FAMILY: verdana,sans-serif; voice-family: inherit
}
.clearhack {
	DISPLAY: inline
}
BODY {
	FONT-FAMILY: verdana,sans-serif;
	voice-family: inherit
	PADDING-RIGHT: 20px;
	PADDING-LEFT: 20px;
	margin-left: 20px;
	margin-right: 40px;
	PADDING-BOTTOM: 3em;
	PADDING-TOP: 1em;
	background-image:url(images/wslp_green_bkg.jpg);
	background-repeat:repeat-y;
	background-size:contain;
}

A {
	COLOR: #06c
}
A:hover {
	COLOR: #333
}
A:active {
	COLOR: #000
}
H1 {
	FONT-SIZE: 180%; MARGIN: 0px
}
H1 A {
	COLOR: #333; TEXT-DECORATION: none
}
H1 A:hover {
	COLOR: #000; BORDER-BOTTOM: #666 1px dotted
}
P.note {
	PADDING-RIGHT: 4px; MARGIN-TOP: 0px; PADDING-LEFT: 4px; FONT-SIZE: 85%; BACKGROUND: #eee; PADDING-BOTTOM: 4px; LINE-HEIGHT: 130%; PADDING-TOP: 4px; FONT-FAMILY: tahoma
}
#header {
	background-image:url(images/header4.jpg);
	background-size:cover;
	border:thin solid #000;
	width:100%;
	min-width:745px;
	padding-top:100px;
	height:100px;
}
#header span {
/*	font-family: 'Tangerine-Regular', Cursive; */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 96px;
/*	font-weight:bold;*/
	padding-left:20px;
	color:#FFFFFF;
	text-shadow: 4px 4px 4px #000000;
}
.secoundaryHighlight {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-shadow: 1px 1px 2px #FF6600;
}

.logos img {
	border:#000 thin solid;
	margin-left:20px;
	margin-right:20px;
	text-align:center;
}

#footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	width:100%;
	min-width:745px;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
}
#footer A {
	color:#FFFFFF;
	text-shadow: 4px 4px 4px #000;
}
#footer A:hover {
	color:#009FEC;
}
#authorBox {
	 position:fixed;
	 top:0;
	 left:0;
	 background:rgba(0,0,0,0.6);
	 z-index:5;
	 width:100%;
	 height:100%;
	 visibility:hidden;
}
#authorBox .container {
    position: absolute;
    top: 50%;
    left: 50%;
	/* next three lines centers the container */
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	background:url(images/bg-black-slash.png);
	background-repeat:repeat;
	width:400px;
	height:300px;
	border:5px solid #A9B8FC;
	border-radius:10px;
}
#authorBox .container div {
	background-image: linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-shadow: 4px 4px 4px red;
	margin-top:-1px;
}
#authorBox INPUT:hover {
	color:#F00;
	border:thin #F00 solid;
}

/*#MyFrame {
	-ms-zoom: 0.85;
	-moz-transform: scale(0.85);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.85);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.85);
	-webkit-transform-origin: 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#scaled-frame  { zoom: 1;  }
}*/
