@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #e7e7e7;
	background-image: url(images/PageGradientBackground.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container #mainContent #tblResources h1 {
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 120%;
}
.oneColFixCtrHdr #container #mainContent #tblConditionsTreated {
}
.hrResourceBreak {
	width: 80%;
}

.oneColFixCtrHdr #container {
	width: 924px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.IndexContentText {
	font-size: 90%;
	margin: 6px;
}
.IndexContentTitle {
	font-weight: bold;
	margin-top: 4px;
	margin-right: 6px;
	margin-left: 6px;
	color: #FFFFFF;
	font-size: 96%;
}



.oneColFixCtrHdr #container #header #tblSubTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	text-transform: uppercase;
	color: #e7e7e7;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-size: 18px;
	font-style: normal;
}
.AcrobatWarning {
	font-size: 80%;
}
.oneColFixCtrHdr #container #mainContent #tblConditionsTreated {
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #2d5064;
}
.oneColFixCtrHdr #container #mainContent h1 {
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	margin: 0px;
}


.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #333333;
	text-decoration: none;
	margin: 0;
	font-size: 12px;
}
.oneColFixCtrHdr #container #footer h1 {
	margin: 0px;
}

.oneColFixCtrHdr #container #footer table {
	margin: 0px;
	padding: 6px;
}
.oneColFixCtrHdr #container #mainContent #tblContact {
	font-size: 80%;
}
.oneColFixCtrHdr #container #mainContent #tblContact h1 {
	font-size: 100%;
	color: #FFFFFF;
}

.oneColFixCtrHdr #container #mainContent #tblContact a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #tblFacultyBio {
	color: #e7e7e7;
}
.Name-Title {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}
.CellBackground-4e7288 {
	background-color: #4e7288;
}

