﻿body {
	margin: 0px;
	height:100%;
	font-family: Verdana, arial, sans-serif;
	background-color: #add8e6;
	margin: auto;
	text-align: center;
}

h2 {
	/*margin: 20px 0px;
	background-color:#6495ed;
	border: solid 20px #6495ed;*/
	margin: 20px 0px;
}

#header {
	background-color:#6495ed;
	/*height: 40px;*/
	width:100%;
	/*new below*/
	position:relative;
	text-align:left;
	height:110px;
}

#header img {
	position:absolute;
	top:0;
	left:0;
	border: solid 5px #6495ed;
}

#headerText 
{
	margin-left:180px;
}

#headerText h2 
{
	display:inline;
	white-space:nowrap;
}

#headerTop {
	width:100%;
	color:White;
}

/*#headerBottom {*/
.headerBottomASPX {
	width:100%;
	/*background-color:#87ceeb;*/
	position:absolute;
	bottom:0;
	left:0;
	white-space:nowrap;
}

/*#headerBottom .pad */
.headerBottomASPX .pad {
	margin-left:180px;
}

/*#headerBottom a */
.headerBottomASPX a {
	margin-right:10px;
	/*color:#6495ed;*/
	color:White;
	padding: 0 2px;
	border-right: solid 1px White;
	border-left: solid 1px White;
	text-decoration:none;
	background-color:#6495ed;
}

/*#headerBottom a:hover */
.headerBottomASPX a:hover {
	background-color:White;
	color:#6495ed;
}

/*#headerBottom .linkHere*/
.headerBottomASPX .linkHere {
	margin-right:10px;
	/*color:#6495ed;*/
	color:#6495ed;
	padding: 0 2px;
	border-right: solid 1px #87ceeb;
	border-left: solid 1px #87ceeb;
	text-decoration:none;
	background-color:#87ceeb;
}
	

/*#header img {
	position:absolute;
	left:0;
	top:0;
}*/

/* FOOTER STUFF */
#wrapper {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	z-index: 999;
	padding: 0px;
	height:18px;
	margin-top:30px;
	background-color:#87ceeb;
	color:white;
	font-size:.7em;
	font-weight:bold;
	text-align:center;
	font-style:italic;
	padding-top:2px;
}

/* END FOOTER STUFF */

/*#footer a {
	float:left;
	color:white;
	padding-left:3px;
}

#footer a:visited {
	color:white;
}*/

#footer a {
	position:absolute;
	left:0px;
	color:#FFF3E6;
	margin-left:4px;
}

#footer a:hover {
	text-decoration:none;
}

#welcome {
	text-align:left;
}

table.entry {
	border-collapse: collapse;
	margin:auto;
}

.band1 {
	background-color: #87ceeb;
}

.band2 {
	background-color: #6495ed;
}

.gridCol {
	width: 25px;
}

.smaller {
	font-size: .8em;
}

.printOnly {
	display:none;
}

.underLn {
	text-decoration: underline;
}

.alignTop {
	vertical-align:top;
}

.disclaimer {
	font-size: .8em;
	font-style: italic;
}

#nav {
	position:absolute;
	top:10px;
	left:10px;
}

#helpNav {
	position:absolute;
	top:10px;
	right:10px;
}

.buttonMarg {
	margin:0px 10px;
}

.alignLeft {
	text-align:left;
}

.flleft {
	float:left;
}

img.flleft {
	/*clear:both;*/
	margin: 2px 20px 5px 0px;
	border:solid white 2px;
}

.flright {
	float:right;
}

img.flright {
	/*clear:both;*/
	margin: 2px 0px 5px 20px;
	border:solid white 2px;
}

img.logo {
	border: solid 8px white;
}

.pad {
	padding:10px;
}

.inPageA {
	color:#6495ed;
}

.inPageA:hover {
	text-decoration:none;
}

.supervisorLink {
	color:#4667A6;
	text-decoration:none;
	font-weight: bold;
}

.supervisorLink:hover {
	background-color:White;
	color:#6495ed;
}

#lblHelpMessage p {
	clear:both;
	text-align:justify;
}

.centerMe {
	margin:0 auto;
}

.noWrap {
	white-space:nowrap;
}

#blur {
	width: 100%;
    background-color: black;
    moz-opacity: 0.5;
    khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 120;
    height: 100%;
    /*position: absolute;*/
    position:fixed; /*makes cover whole screen, even if scroll*/
    top: 0;
    left: 0;
    align: center;
}

.popup {
	position:fixed;
	left:50%;  
	top: 0;
	z-index:150;
}

.popup .wrapper {
	position:relative; 
	left:-50%; 
	top: 0;
	background:white;
} 

.wrapper p {
	text-align:justify;
}

.placeHolder {
	color:White;
	font-style:italic;
}

.paraItem {
	color:#87ceeb;
}

.maint{
	color:#B22222;
	font-size:2em;
}

.welcome {
	color:#6495ed;
	font-weight:bold;
	font-size:2em;
}

#divHelp span p {
	text-align:justify;
	clear:both;
	padding-top:10px;
}

.btnMarg {
	margin:0px 5px;
}