a, a:active, a:visited {
	text-decoration: underline;
	color: blue;
}

#titleblock {
	position: absolute;
	left: 27%;
	top: 2%;
	width: 72%;
	height: 7%;
	z-index: 1;
	text-align: center;
	font: bold xx-large sans-serif;
}

#poweredBy {
	left: 0%;
	/*top: 98%;*/
	position: relative;
	text-align: right;
	font-size: x-small;
}

#boxHolder {
	width: 280px;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	top: 10px;
	left: 50px;
}

#box1 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 120px;
	z-index: 2;
	border: thin solid #000000;
}

#box2 {
	position: relative;
	left: 110px;
	top: -30px;
	width: 160px;
	height: 120px;
	z-index: 3;
	border: thin solid #000000;
	text-align: right;
}

#box3 {
	position: relative;
	left: 0px;
	top: -60px;
	width: 160px;
	height: 120px;
	z-index: 4;
	border: thin solid #000000;
}

#box4 {
	position: relative;
	left: 110px;
	top: -90px;
	width: 160px;
	height: 120px;
	z-index: 5;
	border: thin solid #000000;
	text-align: right;
}

#box5 {
	position: relative;
	left: 0px;
	top: -120px;
	width: 160px;
	height: 120px;
	z-index: 6;
	border: thin solid #000000;
}

#box6 {
	position: relative;
	left: 110px;
	top: -150px;
	width: 160px;
	height: 120px;
	z-index: 7;
	border: thin solid #000000;
	text-align: right;
}

#content {
	position: absolute;
	left: 38%;
	top: 18%;
	width: 45%;
	z-index: 6;
	background-color: #999999;
	padding: 4px;
	overflow: visible;
	font-size: 1em;
}

.whiteText {
	color: #FFFFFF
}

#linksHolder {
	position: absolute;
	right: 0%;
	top: 15%;
	width: 15%;
	height: 84%;
	z-index: 7;
}

#linksHolder ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#linksHolder li {
	/*height: 38px;*/
	background: url(../images/link1.png) no-repeat left top;
	float: right;
	margin-left: 2px;
	width: 100%;
	display: block;
	z-index: 2;
	overflow: hidden;
}

#linksHolder a, #linksHolder a:active, #linksHolder a:visited {
	background: url(../images/link2.png) repeat-x left top;
	height: 38px;
	width: 90%;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 10px;
	color: black;
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 15px;
}

#titleblock hr {
	color: red;
	background-color: red;
	height: 10%;
	border: 0;
	width: 100%;
}

#StaffList li {
	list-style-type: none;
}

#StaffList .staffname { 

	clear: both;

	padding-left: 110px;

	height: 1.2em;

}



#StaffList .staffphoto {

	float: left;

	margin-left: 3px;

	margin-top: -1.2em;

}     

#StaffList .staffphoto img {

	border:1px solid #AAA;

}



#StaffList .staffdescription {

	margin-left: 110px;

	margin-bottom:30px;

}



#StaffPhoto {

	float: left;

	margin-right: 10px;

}



#StaffPhoto img {

	border:1px solid #AAA;

}

.spacer {
	position: relative;
	width: 500px;
	background: url(../images/link2.png) repeat-x left top;
	height: 38px;
	border-style: none;
}

img {
	border-style: none;
}

#Form_Form input, #Form_Form textarea {
	clear: both;
	display: block;
	margin-top: 2px;
	margin-bottom: 10px;
}