body  {
	/*background: #666666; */
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
} 
.thrColFixHdr #header {
	/*background: #DDDDDD; */
	padding: 0px 0px 0px 0px;  /* 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. Editors note: I did */
	background-color: #244973;
} 

.thrColFixHdr #banner {
	padding: 0px 0px 0px 0px;  /* 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. Editors note: I did */
	background-color: #244973;
}

.thrColFixHdr #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 */
}

.thrColFixHdr #nav {
	/*background: #DDDDDD; */
	padding: 0px 0px 0px 0px;  /* 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. Editors note: I did */
	background-color: #717075;
	height: 28px;
}

.thrColFixHdr #subnav {
	/*background: #DDDDDD; */
	padding: 0px 0px 0px 0px;  /* 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. Editors note: I did */
	background-color: #aedee8;
	height: 28px;
}

/* Start Nav Code */

a.nav, a.nav:link, a.nav:visited {
	display:block;
	width:100px;
	height:28px;
	border:0px solid #000;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:28px;
	overflow:hidden;
	float:left;
	font-weight: bold;
}
a.nav:hover {color:#fff; background:#764;}
a.nav:active {color:#fff; background:#764;}

a.subnav, a.subnav:link, a.subnav:visited {
	display:block;
	width:175px;
	height:28px;
	border:0px solid #000;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#002b5c;
	line-height:28px;
	overflow:hidden;
	float:left;
	font-weight: bold;
}
a.subnav:hover {color:#fff; background:#002b5c;}
a.subnav:active {color:#fff; background:#002b5c;}

a.selectednav, a.selectednav:link, a.selectednav:visited {
	display:block;
	background: #aedee8;
	width:100px;
	height:28px;
	border:0px solid #000;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#244973;
	line-height:28px;
	overflow:hidden;
	float:left;
	font-weight: bold;
}
a.selectednav:hover {color:#fff; background: #aedee8;}
a.selectednav:active {
	color:#fff;
	background: #aedee8;
}

a.subselectednav, a.subselectednav:link, a.subselectednav:visited {
	display:block;
	background:#002b5c;
	width:250px;
	height:28px;
	border:0px solid #000;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:28px;
	overflow:hidden;
	float:left;
	font-weight: bold;
}
a.subselectednav:hover {color:#fff; background:#002b5c;}
a.subselectednav:active {color:#fff; background:#002b5c;}
		
/* End Nav Code */

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	color: #7b7a7e;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 10px;
	color: #244973;
}
.thrColFixHdr #mainContent {
	height: auto;
	margin-top: 15px;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD;*/
} 
.thrColFixHdr #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 */
}
.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;
}
.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;
}
.thrColFixHdr #container #mainContent #Research {
	float: left;
	width: 250px;
}
.thrColFixHdr #container #mainContent #Announcements {
	float: right;
	width: 250px;
}
.thrColFixHdr #container #mainContent #Research #ResearchTagline {
	line-height: 20px;
	background-color: #82cec1;
	color: #FFFFFF;
	height: 20px;
	padding: 5px;
}
.thrColFixHdr #container #mainContent #Announcements #AnnounceTagline {
	line-height: 20px;
	color: #FFFFFF;
	background-color: #6db33f;
	height: 20px;
	padding: 5px;
}
.thrColFixHdr #container #mainContent #Research #ResearchContent {
	padding: 0px 5px 0px 5px;
	font-size: small;
	color: #7b7a7e;
}
.thrColFixHdr #container #mainContent #Announcements #AnnounceContent {
	color: #7b7a7e;
	font-size: small;
	padding: 0px 5px 0px 5px;
}

.thrColFixHdr #container #mainContent #Scripted {
	float: left;
	width: 250px;
}
.thrColFixHdr #container #mainContent #Teaching {
	float: right;
	width: 250px;
}

.thrColFixHdr #container #mainContent #Scripted #ScriptedTagline {
	line-height: 20px;
	background-color: #e31937;
	color: #FFFFFF;
	height: 20px;
	padding: 5px;
}
.thrColFixHdr #container #mainContent #Teaching #TeachingTagline {
	line-height: 20px;
	color: #FFFFFF;
	background-color: #ffd24f;
	height: 20px;
	padding: 5px;
}
.thrColFixHdr #container #mainContent #Scripted #ScriptedContent {
	color: #7b7a7e;
	font-size: small;
	padding: 0px 5px 0px 5px;

}
.thrColFixHdr #container #mainContent #Teaching #TeachingContent {
	color: #7b7a7e;
	font-size: small;
	padding: 0px 5px 0px 5px;

}


.thrColFixHdr #container #mainContent #InnerContainer1 {
	overflow: hidden;

}

.thrColFixHdr #container #mainContent #InnerContainer2 {
	overflow: hidden;
	padding-top: 30px;

}
.thrColFixHdr #container #sidebar1 #MainText p {
	font-size: small;
}

.thrColFixHdr #container #sidebar1 #MainText a, a:link, a:visited {
color:#afe0e8;
text-decoration: none;
}
.thrColFixHdr #container #sidebar1 #MainText a:hover {color:#afe0e8;}
.thrColFixHdr #container #sidebar1 #MainText a:active {
	color:#afe0e8;
}

.thrColFixHdr #container #mainContent #InnerContainer1 #Research #ResearchContent a, a:link, a:visited {
color:#82cec1;
text-decoration: none;
}
.thrColFixHdr #container #mainContent #InnerContainer1 #Research #ResearchContent a:hover {color:#82cec1;}
.thrColFixHdr #container #mainContent #InnerContainer1 #Research #ResearchContent a:active {
	color:#82cec1;
}

.thrColFixHdr #container #mainContent #InnerContainer1 #Announcements #AnnounceContent a, a:link, a:visited {
color:#6db33f;
text-decoration: none;
}
.thrColFixHdr #container #mainContent #InnerContainer1 #Announcements #AnnounceContent a:hover {color:#6db33f;}
.thrColFixHdr #container #mainContent #InnerContainer1 #Announcements #AnnounceContent a:active {
	color:#6db33f;
}

.thrColFixHdr #container #mainContent #InnerContainer2 #Scripted #ScriptedContent a, a:link, a:visited {
color:#e31937;
text-decoration: none;
}
.thrColFixHdr #container #mainContent #InnerContainer2 #Scripted #ScriptedContent a:hover {color:#e31937;}
.thrColFixHdr #container #mainContent #InnerContainer2 #Scripted #ScriptedContent a:active {
	color:#e31937;
}

.thrColFixHdr #container #mainContent #InnerContainer2 #Teaching #TeachingContent a, a:link, a:visited {
color:#ffd24f;
text-decoration: none;
}
.thrColFixHdr #container #mainContent #InnerContainer2 #Teaching #TeachingContent a:hover {color:#ffd24f;}
.thrColFixHdr #container #mainContent #InnerContainer2 #Teaching #TeachingContent a:active {
	color: #ffd24f;

}
.thrColFixHdr #container #sidebar2 p {
	font-size: small;
}
.thrColFixHdr #container #sidebar2 img {
	float: left;
	margin: 0px 10px 0px 0px;
}
.thrColFixHdr #container #sidebar2 #PeopleBox1 #PeopleBox_1_1 {
	float: left;
}
.thrColFixHdr #container #sidebar2 #PeopleBox1 #PeopleBox_2_1 {
	float: left;
}
.thrColFixHdr #container #sidebar2 #PeopleBox1 {
	font-size: small;
	overflow: hidden;
}
.thrColFixHdr #container #sidebar2 #PeopleBox1 #PeopleBox_2_1 #position {
	font-size: x-small;
	color: #82cec1;
}

.thrColFixHdr #container #sidebar2 #PeopleBox2 {
	font-size: small;
	overflow: hidden;
    padding-top: 20px;
}

.thrColFixHdr #container #sidebar2 #PeopleBox2 #PeopleBox_1_2 {
	float: left;
}
.thrColFixHdr #container #sidebar2 #PeopleBox2 #PeopleBox_2_2 {
	float: left;
}
.thrColFixHdr #container #sidebar2 #PeopleBox2 #PeopleBox_2_2 #position {
	font-size: x-small;
	color: #82cec1;
}

.thrColFixHdr #container #sidebar2 #PeopleBox3 {
	font-size: small;
	overflow: hidden;
    padding-top: 20px;
}

.thrColFixHdr #container #sidebar2 #PeopleBox3 #PeopleBox_1_3 {
	float: left;
}
.thrColFixHdr #container #sidebar2 #PeopleBox3 #PeopleBox_2_3 {
	float: left;
}
.thrColFixHdr #container #sidebar2 #PeopleBox3 #PeopleBox_2_3 #position {
	font-size: x-small;
	color: #82cec1;
}
.thrColFixHdr #container #mainContent #ArticleTitle {
	color: #009999;
}
.thrColFixHdr #container #mainContent #ArticleTitle h2, h3 {
	font-weight: lighter;
}

.thrColFixHdr #container #mainContent #ArticleContent {
	font-size: small;
	color: #7b7a7e;
}
.thrColFixHdr #container #mainContent #ArticleContent a {
	color: #009999;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent #ArticleContent img {
	float: right;
	margin: 10px;
}
.thrColFixHdr #container #sidebar2 #RightNavLinks {
	font-weight: bold;
}
.thrColFixHdr #container #sidebar2 #RightNavLinks a {
	color: #244973;
	text-decoration: underline;
}
.thrColFixHdr #container #sidebar2 #PeopleBox1 #PeopleBox_2_1 #name a {
	color: #244973;
	text-decoration: underline;
}
.thrColFixHdr #container #sidebar2 #PeopleBox2 #PeopleBox_2_2 #name a {
	color: #244973;
	text-decoration: underline;
}
.thrColFixHdr #container #sidebar2 #PeopleBox3 #PeopleBox_2_3 #name a {
	color: #244973;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent #ArticleContent #freeimage img {
	float: none;
}

.thrColFixHdr #container #mainContent #ArticleContent #opinionimage a img {
	color: #000000;
	border: 1px solid #000000;
}
.thrColFixHdr #container #mainContent #ArticleContent #opinionseperator {
	height: 350px;
}
.thrColFixHdr #container #mainContent #ArticleContent #opinionseperatortwo {
	height: 740px;
}

