html{
	height: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}
body
{
	color: #000000;
	font-family: Georgia, Serif;
	background-image: url("../images/pas_bg.png");
	height: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}
* html div.maindiv{
	height: 100%;
}
div.mainDiv{
	position: relative;
	min-height: 100%;
	_height: 100%;
	margin-left: auto;
	margin-right: auto;
}
div.leftLinks{
	float: left;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100%;
}
div.logoDiv{
	text-align: center;
}
div.body{
/*	left: 100px;*/
	width: 75%;
	font-size: 10pt;
/*	padding-left: 110px;*/
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-bottom: 32px;
}
div.testListCol{
	border: 1px gray solid;
	float: left;
	margin: 2px;
	padding: 2px;
}
label.testList{
	text-align: right;
	width: auto;
	margin: 0px 0px 0px 5px;
}
div.heading {
	font-size: 12pt;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	color: #000000;
}
div.title {
	font-size: 16pt;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	color: #000000;
}
div.staffInfo{
}
div.staffBio{
	min-height: 173px;
}
div.staffPhoto{
	float: left;
	margin-right: 5px;
}
div.cvLink{
	text-align: center;
}
div.note {
	font-size: 8pt;
	vertical-align: bottom;
	font-style: italic;
	color: #000000;
}
div.form {
	font-size: 10pt;
	vertical-align: top;
	text-align: center;
	color: #000000;
}
div.rightBorder{
	position: absolute;
}
div.footer{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 32px;
	margin-top: -32px;
	padding: 0px;
}
div.bottomAligned{
	float: left;
	width: 100px;
	height: 32px;
	vertical-align: bottom;
	overflow: hidden;
}
div.footerText{
	font-size: 7pt;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 32px;
}
div.testListDiv{
}
div.testListCol{
	float: left;
	margin: 5px;
}
img{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
}
img.spaced{
	margin: 5px;
}
A{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
}
A:link {
	COLOR: #4242CB;
	TEXT-DECORATION: none;
	font-size: 10pt;
}
A:active {
	TEXT-DECORATION: none;
	font-size: 10pt;
}
A:visited {
	COLOR: #FF0000;
	TEXT-DECORATION: none;
	font-size: 10pt;
}
A:hover {
	COLOR: #FFF000;
	TEXT-DECORATION: underline;
	font-size: 10pt;
}
TABLE {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	height: 100%;
}
TABLE.list {
	height: auto;
	width: 60%;
}
TABLE.links {
	width: 100px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
TABLE.main {
	height: 100%;
	width: 100%;
}
TABLE.mid {
	width: 85%;
}
TR{
	margin: 0px;
	padding: 0px;
/*
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: none;
*/
}
TD{
	margin: 0px;
	padding: 0px;
/*
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: none;
*/
}
TD.links {
	vertical-align: top;
	width: 100px;
	height: 100%;
	margin: 0;
	padding: 0;
}
TD.topLogo{
	height: 175px;
	text-align: center;
	overflow: auto;
	vertical-align: top;
}
TD.footer {
	font-size: 7pt;
	text-align: center;
	vertical-align: bottom;
	color: #000000;
}
TD.heading {
	font-size: 12pt;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	color: #000000;
}
TD.title {
	font-size: 16pt;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	color: #000000;
}
TD.picture {
	vertical-align: top;
}
TD.text {
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
	color: #000000;
}
TD.note {
	font-size: 8pt;
	vertical-align: bottom;
	font-style: italic;
	color: #000000;
}
TD.form {
	font-size: 10pt;
	vertical-align: top;
	text-align: center;
	color: #000000;
}
button.admin{
	font-size: 8pt;
	COLOR: #4242CB;
	width: 75px;
}
.hourHeading{
	margin-left: 10.5em;
}
.schoolHeading{
	margin-left: 0.2em;
}
.commentHeading{
	margin-left: 7em;
}
.updateHeading{
	margin-left: 8.9em;
}
label{
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
input, select, textarea{
	color: #000000;
	font-family: Georgia, Serif;
	margin-bottom: 0.2em;
	border: 2px inset #4242CB;
}
.submit{
	margin-left: 10.5em;
	color: #FFFFFF;
	background: #4242CB;
	border: 2px outset #7B0010;
}
.submitLeft{
	color: #FFFFFF;
	background: #4242CB;
	border: 2px outset #7B0010;
}
fieldset{
	border: 1px solid #4242CB;
	width: 50em;
}

legend{
	color: #FFFFFF;
	background: #4242CB;
	font-size: 14pt;
	border: 1px solid #4242CB;
	padding: 2px 6px;
	border: 2px outset #7B0010;
}
fieldset{
	border: 1px solid #4242CB;
	width: 50em;
}

legend{
	color: #FFFFFF;
	background: #4242CB;
	font-size: 14pt;
	border: 1px solid #4242CB;
	padding: 2px 6px;
}
/************************************************************/
/*																				*/
/*									Survey									*/
/*																				*/
/***********************************************************/
div.surveyQuestion{
	width: 501px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;
	overflow: hide;
/*	background-color: orange;*/
	text-align: left;
}
div.surveyScaleButton{
	width: 50px;
	float: left;
	text-align: center;
/*	background-color: red;*/
	padding-top: 10px;
	margin: 0px;
}
label.survey{
	width: 50px;
	text-align: center;
	margin: 0px;
/*	background-color: tan;*/
}
div.surveyScaleLeft{
	float: left;
	width: 100px;
	margin-right: 100px;
/*	background-color: yellow;*/
}
div.surveyScaleMid{
	float: left;
	width: 100px;
	text-align: center;
/*	background-color: green;*/
}
div.surveyScaleRight{
	float: right;
	width: 100px;
	text-align: right;
/*	background-color: blue;*/
}
input.surveySubmit{
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	background: #4242CB;
	border: 2px outset #7B0010;
}
input.surveyInput{
	color: #000000;
	margin-bottom: 0em;
	border: none;
}
/********************************************************/
/*											Image Shadow										*/
/********************************************************/
.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

/***************************Cursor*********************/
.cursor {
 	cursor:pointer;
 	cursor: hand;
}