@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: #383838;
	font-family: "Times New Roman", Times, serif;
	background-color: #383838;
}
#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/css/randombackgrounds/rotate.php);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fefefe;
	position: relative;
}
/*
.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/randombackgrounds/rotate.php);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #4E4E4E;
}
*/
.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 #mainContent {
	padding: 0;
}
.oneColFixCtrHdr #footer {
	height: 137px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(Footer_BG.jpg);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#banner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.DarkOrangeRow {
	background-color: #A4540F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.articleTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	background-image: url(indexArticlesH1_bg.png);
	background-repeat: repeat;
}
#footerQcreative {
	color: #383838;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: text-top;
	height: 137px;
}
#footerQcreative a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #383838;
}
#footerQcreative img {
}
#coresContainer {
	min-height:250;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFFFFF;
}
#LINKSLTcolumn {
	float:left;
	width:835px;
	margin-left: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 1.2em;
	height: 360px;
	overflow: scroll;
	overflow-x;hidden;
	background-image: url(linksScrollBG.png);
	background-repeat: repeat;
	padding: 14px;
}
#bioarea {
	overflow: hidden;
	width: 100%;
}

/* THIS IS THE BIOGRAPHY CSS PORTION*/


#biography_container {
	font-family: "Times New Roman", Times, serif;
	width: 900px;
	font-size: 11pt;
	line-height: 1.12em;
	font-weight: normal;
	margin-top: 0px;
}
#biogrpaphy_photoArea {
	width: 250px;
	float: left;
	vertical-align: top;
}
#biography_textArea {
	width: 650px;
	float: right;
	overflow: scroll;
	height: 475px;
}
#biogrpaphy_photoArea a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	padding-left: 12px;
	line-height: 2em;
}
#bioTextHere {
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-size: 11pt;
	color: #FFFFFF;
}
#bioTextHere h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	font-size: 12pt;
}
#bioTextHere h1 {
	font-size: 16pt;
	color: #FFFFFF;
}
#bioarearepeatingbg {
	overflow: hidden;
	width: 100%;
	background-image: url(DIV_BG_mentors_BioArea.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#sodekrepeatingbg {
	overflow: hidden;
	width: 100%;
	background-image: url(DIV_BG_SODEK_BioArea.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#indexColumnsContainer {
	width: 900px;
	min-height:250;
	height: 470px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
} 
#indexColumnsContainer h1 {
	font-size: 15pt;
	padding-left: 5px;
	font-weight: bold;
	line-height: 1.1em;
	font-variant: small-caps;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#indexLTcolumn {
	float:left;
	width:400px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 1.2em;
	height: 350px;
	overflow: scroll;
	overflow-x;hidden;
	background-image: url(LT_column_trans.png);
	background-repeat: repeat;
	margin-left: 30px;
}
#indexRTcolumn {
	marging-left:50%;
	width:400px;
	float: right;
	margin-right: 30px;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 1.2em;
	font-family: "Times New Roman", Times, serif;
	height: 350px;
	overflow: scroll;
	overflow-x;hidden;
	background-image: url(RT_column_trans.png);
	background-repeat: repeat;
} 
#indexColumnsTitles {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#indexColumnsContainer a {
	color: #FFCC00;
}
#indexRTcolumn a {
	color: #FFFFFF;
	text-decoration: underline;
}
#indexColumnsContainer h2 {
	font-size: 12pt;
	padding-left: 5px;
	font-weight: bold;
	line-height: 1.1em;
	font-variant: normal;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#indexLTcolumn a {
	color: #FFFFFF;
	text-decoration: underline;
}
#indexColumnsContainer h3 {
	font-size: 12pt;
	font-weight: normal;
	line-height: 1.1em;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 5px;
}
#indexLTcolumn p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #FFFFFF;
	margin-left: 12px;
}
#indexRTcolumn p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #FFFFFF;
	margin-left: 12px;
}
#main-navigation-header {
	height: 195px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

