@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #F8F4E4;
	text-align: center;
}
.twoColFixRtHdr #container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
} 
.twoColFixRtHdr #header {

} 
#header img {
	display: block;
	border: 1px solid #523E30;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 270px;
	margin-bottom: 10px;
	color: #523E30;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #523E30;
	background-color: #F4EED7;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
} 

.twoColFixRtHdr #container #mainContent a {
	color: #523E30;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent a:hover {
	color: #006600;
}
.twoColFixRtHdr #container #mainContent a:hover {
	color: #006600;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 1px solid #523E30;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
	color: #523E30;
	background-color: #F4EED7;
}
.twoColFixRtHdr  #container  #mainContent2  img  {
	border: 1px solid #523E30;
}
.twoColFixRtHdr #container #References {
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #523E30;
	background-color: #F4EED7;
}
.twoColFixRtHdr #container #References p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #523E30;
	text-indent: 20px;
	padding-left: 20px;
}
.twoColFixRtHdr #container #References h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #523E30;
	font-weight: bold;
}
.twoColFixRtHdr  #container  #Funding {
	padding: 10px;
	border: 1px solid #523E30;
	background-color: #F4EED7;
	margin-top: 10px;
}
.twoColFixRtHdr  #container  #Funding   p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #523E30;
}
.twoColFixRtHdr  #container  #Funding  li {
	color: #523E30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: disc;
}
.twoColFixRtHdr  #container  #Funding  h2 {
	color: #523E30;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container #Lectures {
	background-color: #F4EED7;
	border: 1px solid #523E30;
	padding: 10px;
	margin-top: 10px;
}
.twoColFixRtHdr #container #Lectures p {
	font-family: Arial, Helvetica, sans-serif;
	color: #523E30;
}
.twoColFixRtHdr #container #Lectures h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #523E30;
	font-weight: bold;
}
.twoColFixRtHdr #container #Lectures li {
	font-family: Arial, Helvetica, sans-serif;
	color: #523E30;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #523E30;
	background-color: #F4EED7;
	color: #523E30;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}


.twoColFixRtHdr #container #sidebar1 a {
	text-decoration: none;
	color: #523E30;
	font-weight: bold;
}
.twoColFixRtHdr #container #sidebar1 li {
	color: #523E30;
	list-style-type: none;
	font-weight: normal;
	text-decoration: none;
	margin-left: -30px;
	text-indent: -10px;
}
.twoColFixRtHdr #container #sidebar1 a:hover {
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}

.twoColFixRtHdr #container #sidebar1 p {

}

.twoColFixRtHdr #container #sidebar1 img {
	border: 1px solid #523E30;
	display: block;
}

.twoColFixRtHdr #Sidebar2 {
	background-color: #F4EED7;
	border: 1px solid #523E30;
	text-decoration: none;
	width: 235px;
	float: right;
	clear: right;
	padding: 10px;
	margin-top: 10px;
}
.twoColFixRtHdr #container #Sidebar2 p {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #523E30;
}
.twoColFixRtHdr #container #Sidebar2 a {
	color: #523E30;
	text-decoration: none;
}
.twoColFixRtHdr #container #Sidebar2 a:hover {
	color: #006600;
	text-decoration: underline;
}

.twoColFixRtHdr #container #Sidebar3 {
	border: 1px solid #523E30;
	background-color: #F4EED7;
	clear: right;
	float: right;
	width: 235px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.twoColFixRtHdr #container #Sidebar3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #523E30;
}
.twoColFixRtHdr #container #Sidebar3 a {
	color: #523E30;
	text-decoration: none;
}
.twoColFixRtHdr #container #Sidebar3 a:hover {
	color: #006600;
	text-decoration: underline;
}




.twoColFixRtHdr #footer {
	background-color: #523E30;
	border: 1px solid #36281F;
	margin-top: 10px;
	padding: 5px;

} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCC99;
	font-size: 10px;
	font-weight: bolder;
	text-align: center;
}
.twoColFixRtHdr #footer a {
	text-decoration: none;
	color: #CCCC99;
}
.twoColFixRtHdr  #footer  .style1  a  {
	color: #FFFFFF;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.twoColFixRtHdr #container #mainContent img {
	border: 1px solid #523E30;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.photobox    {
	border: 1px solid #523E30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #523E30;
	float: right;
	width: 250px;
	text-align: center;
	background-color: #F8F4E4;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	margin-top: 10px;
}
.photobox2 {
	float: left;
	width: 300px;
	border: 1px solid #523E30;
	background-color: #F8F4E4;
	font-family: Arial, Helvetica, sans-serif;
	color: #523E30;
	text-align: center;
	display: block;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 14px;
}
.img {
	border: 1px solid #523E30;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent object {
	text-align: center;
}
.twoColFixRtHdr #container #References a {
	color: #006633;
	text-decoration: none;
}
.twoColFixRtHdr #container #References a:hover {
	color: #003300;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent .photobox320 img {
	border: 1px solid #523E30;
}
.twoColFixRtHdr #container #mainContent .photobox img {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.twoColFixRtHdr #container #mainContent .photobox2 img {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #523E30;
}
.twoColFixRtHdr #container #mainContent2 a {
	font-weight: normal;
	color: #006633;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

