/* CSS Document */
body {
font-family: Georgia; /* was Papyrus */
color: #333333;
font-size: 11pt;
background-color: #666666;
}

a:link, a:visited {
text-decoration: none;
color: #666666;
}

a:hover {
text-decoration: underline;
color: #666666;
}

#blueBack {
width: 612px;
height: 790px;
background-color: #000066;
border: 1px solid #999999;
position: absolute;
top: 40px;
left: 119px;
z-index: 5;
}

#txtListLinks {
	width: 380px;
	height: 255px;
	overflow: auto;
	text-align: left;
	scrollbar-base-color: #5850FE;
}

#blackBack {
width: 850px;
height: 900px;
background-color: black;
position: relative;
z-index: 2;
}

#blackBack-words {
background-image: url(images/blackBack4.gif);
background-repeat: repeat-y;
width: 850px;
height: 610px;
position: absolute;
left: 0;
top: 0;
z-index: 3;
font-family: Papyrus, Georgia;
font-size: 14pt;
color: #231F20;
}

#blackBack-W {
background-image: url(images/backgroundW.png);
background-repeat: repeat-x;
position: absolute;
top: 567px;
left: 0;
width: 850px;
height: 332px;
z-index: 4;
}

#lightBlueBack {
background-image: url(images/lightBlueBack.png);
background-repeat: repeat;
border: 2px solid black;
width: 372px;
height: 515px;
position: absolute;
top: 170px;
left: 90px;
padding: 30px;
z-index: 6;
}

#logo {
background-image: url(images/top-logo.png);
position: absolute;
top: -10px;
left: 172px;
width: 270px;
height: 147px;
z-index: 6;
}

.titleTxt {
font-family: Papyrus, Georgia;
font-size: 18px;
font-variant: small-caps;
}

#logonTxt {
position: absolute;
top: -30px;
left: -26px;
font-family: Papyrus, Georgia;
font-size: 18px;
color: #666666;
}
#logoffTxt {
position: absolute;
top: -30px;
right: -25px;
font-family: Papyrus, Georgia;
font-size: 18px;
color: #666666;
text-align: right;
}
#phoneTxt {
position: absolute;
bottom: -26px;
left: -26px;
font-family: Papyrus, Georgia;
font-size: 16px;
color: #666666;
z-index: 6;
}
#faxTxt {
position: absolute;
bottom: -26px;
right: -26px;
font-family: Papyrus, Georgia;
font-size: 16px;
color: #666666;
z-index: 6;
}
#lindaTxt {
position: absolute;
bottom: 5px;
left: 50px;
font-family: Papyrus, Georgia;
font-size: 14px;
color: #333333;
}

#brianTxt {
position: absolute;
bottom: 5px;
right: 50px;
font-family: Papyrus, Georgia;
font-size: 14px;
color: #333333;
}

#lindaTxt a:link, #brianTxt a:link {
color: #333333;
}


.dots {
background-image: url(images/dots.png);
background-repeat: repeat-x;
width: 342px;
height: 13px;
position: relative;
}

#submitButton {
background-color: #999999;
color: #333333;
border: 1px solid #333333;
font-family: Papyrus, Georgia;
}

#uploadButton {
background-color: #999999;
color: #333333;
border: 1px solid #333333;
font-family: Papyrus, Georgia;
}

#swPleaseWaitId {
	text-align: center;
}

.txtFancy {
	font-family: Papyrus, Georgia;
}

#adminContainer {
	position: absolute;
	top: 50px;
	right: -400px;
	z-index: 10;
	width: 360px;
}

.adminBox {		
	background-color: #999;
	padding: 7px;
	border: 3px double white;
	color: black;	
}

.adminButton {
	background-color:#CCC;
	color:#333;
	border: 1px solid #333333;
}
