html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: arial, sans-serif;
	background: #FFF;
	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: #444;
}

.home { 
	color: #444444; font-size: 11px; 
	line-height: 18px; 
	font-family: arial, sans-serif;
}

A:link { 
	color: #d00403; 
	text-decoration: none;
}

A:active {
	color: #cc3300;
	text-decoration: none;
}

A:visited { 
	text-decoration: none;
}

td { 
	color: #444444; 
	font-size: 11px; 
	font-family: Verdana, arial, sans-serif;
}

#menubar {
	position: absolute;
	width: 750px;
	left: 85px;
	top: 85px;
	#background-color: #F9F1C8;
	#border: 1px solid #AD5800;
	#padding: 2px;
}

#menubar a {
	color: #AD5800;
	letter-spacing: 1px;
	#border: 1px solid #F9F1C8;
	#padding-left: 5px;
	#padding-right: 5px;
	text-decoration: none;
}

#menubar a.active {
	border-bottom-color: #CCC599;
	border-right-color: #CCC599;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
}

.menu .options {
	margin-right: 1px;
	margin-bottom: 1px;
	border: 1px solid #333399;
	background-color: #EEF0F5;
}

.menu a {
	color: #2A4C87;
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	background-color: transparent;
}

.menu a:hover {
	background-color: #333399;
	color: #FAF7E1;
}

#about {
	position: absolute;
	left: 5px;
	top: 200px;
}

H1 { 
	color: #333333; 
	font-weight: bold; 
	font-size: 13px; 
	text-transform: uppercase;
}

ol { margin-top: 
	12px; padding-top: 8px; 
}

H2 {
	color: #333333; 
	font-weight: bold; 
	font-size: 11px;
}

H3 {
	color: #333333;
	font-family: Verdana, Arial, Geneva, Sans;
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 0px;
	font-weight: bold;
}

H4 {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	font-family: Verdana, Arial, Geneva, Sans;
	margin-top: 30px;
	margin-bottom: 0px;
}

strong {
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	line-height: 24px;
	font-family: Verdana, Arial, Geneva, Sans;
}

.bold {
	color: #333333;
	font-family: Verdana, Arial, Geneva, Sans;
	font-size: 11px;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
	
.italic {
	color: #333333; 
	font-style: italic; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Verdana, Arial, Geneva, Sans;
}

.manic {
	font: 11px/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: left;
	margin-right: auto;
	margin-left: 10px;
	padding: 10px;
	border: dashed 1px;
	width: 600px;
}
		
.tabhead {
	color: white;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Geneva, Sans;
}

.tabsubhead {
	color: white;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Geneva, Sans;
}

.tag {
	color: #0080ff;
	font-family: Monaco, "Courier New", Courier;
}

li {
	margin-top: 8px;
}

.blacktag {
	font-family: Courier, Monaco, "Courier New";
}

.nav {
	color: #ccccff;
	font-family: Verdana, Arial, Geneva, Sans;
	font-size: 11px;
}

.copyright {
	color: #999999;
	font-family: Verdana, Arial, Geneva, Sans;
	font-size: 10px;
	font-weight: normal;
}

.content {
	color: #333333;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, Geneva, Sans;
	margin-top: 0px;
	margin-left: 36px;
}

.small {
	color: #333333;
	font-size: 8px;
	line-height: 12px;
	font-family: Verdana, Arial, Geneva, Sans;
	letter-spacing: 1px;
}

.smallred {
	color: #900;
	font-size: 8px;
	line-height: 12px;
	font-family: Verdana, Arial, Geneva, Sans; 
	letter-spacing: 1px;
}

.content-medium {
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Geneva, Sans;
}

.content-large {
	color: #333333;
	font-size: 15px;
	line-height: 20px;
	font-family: Times, Minion, Paletino, serif;
}

.footer {
	color: #333399;
	font-size: 9px;
	font-family: Verdana, Arial, Geneva, Sans;
}

P {
	line-hight: 2px;
}

A:hover {
	color: #d00403;
	text-decoration: underline;
}

A.copyright {
	color: #9999CC;
	font-family: Verdana, Arial, Geneva, Sans;
	font-size: 10px;
	font-weight: bold;
}

A.copyright:hover {
	color: #666666;
	font-family: Verdana, Arial, Geneva, Sans;
	font-size: 10px;
	font-weight: bold;
}

A.copyright:visited {
	color: #3366CC;
	font-family: Verdana, Arial, Geneva, Sans;
	font-size: 10px;
	font-weight: bold;
}

A.email {
	color: #999999;
	font-family: Verdana, Arial, Geneva, Sans;
	font-size: 10px;
	font-weight: normal;
}

A.email:hover {
	color: #9999CC;
	font-family: Verdana, Arial, Geneva, Sans;
	font-size: 10px;
	font-weight: normal;
}

.form {
	color: #000000;
	font-family: Verdana, Arial, Geneva, Sans;
	font-size: 10px;
	font-weight: bold;
}

.mini {
		font-family:verdana;
		color:#666666;
		font-size:9px;
		line-height:12px;
}
		
a.mini {
	color: blue;
	font-size: 9px;
	font-family: verdana;
	line-height: 12px;
}

a.mini.hover {
	color: maroon;
	font-size: 9px;
	font-family: verdana;
	line-height: 12px;
}

.minispaced {
	color: #666666;
	font-size: 9px;
	font-family: verdana;
	line-height: 18px;
}

.navfont {
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
}

A:navfont {
	color: #666666; 
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.catfont {
	color: #5555b6;
	font-weight: bold;
	font-size: 14px; font-family:
	sans-serif, Helvetica, Arial;
	text-decoration: none;
}

.msnH {
	color: #666;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
}

.m_nav1 {
	font-size: 9px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.m_nav1 a:link {
	color: #63639c;
	font-size: 9px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.m_nav1 a:visited {
	color: #666;
	font-size: 9px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.m_nav1 a:hover {
	color: red;
	font-size: 9px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.m_nav1 a:active {
	color: lime;
	font-size: 9px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.m_nav2 {
	font-weight: bold;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.m_nav2 a:link {
	color: #2f4f88;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.m_nav2 a:visited {
	color: #666;
	font-weight:bold;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.m_nav2 a:hover {
	color: red;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.m_nav2 a:active {
	color: lime;
	font-weight:bold;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.redtext {
	color: red;
}

.headercell {
	background-image:url(file:///Macintosh%20HD/1873-CR%20Web%20site/SITES/images/homeImages/header.jpg);
	background-repeat:no-repeat;
}

a {
color: #930;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.homenavigation {
	padding: 0;
}

.homenavigation ul {
margin: 0;
padding: 0;
}

.homenavigation ul li {
	list-style-type: none;
	list-style-position: default;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e0e7e4;
}

.homenavigation ul li a:link, .homenavigation ul li a:visited {
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 22px;
	background-image: url(../imagesIndex/home_bullet.gif);
	background-repeat: no-repeat;
	background-position: 9px 40%;
}

.homenavigation ul li a:hover {
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 22px;
	background-image: url(file:///Macintosh%20HD/1873-CR%20Web%20site/SITES/images/home_bullet.gif);
	background-repeat: no-repeat;
	background-position: 9px 40%;
	background-color: gray;
	color: #CCC;
}

.homenavigation ul li a.youarehere {
}

.registered {
	padding-top: 33px;
	padding-left: 22px;
}
/* Taken out of HTML on Index page */
.registeredIndex {
	background-image: url(../imagesIndex/full_link_count.jpg);
	background-repeat: no-repeat;
}

.featuring {
	color: #777;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: left;
	padding-right: 6px;
	padding-left: 11px;
}
/* Taken out of HTML on Index page */
.featuringIndex {
	background-image: url(../imagesIndex/featuring_bg.jpg);
	background-repeat: repeat-y;
}

.homeMain {
	font-size: 1.1em;
	line-height: 18px;
	font-family: Tahoma, Georgia, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-top: 9px 22px 0 16px ;
	text-align: justify;
	text-transform: inherit;
}

.vertical {
	border-right: 1px dotted #575757;
}

/*CSS for the RSS boxes below.*/
#crossrefid, #crosstechid
{
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #333333;
	height: 45px;
	width: 140px;
	overflow: hidden;
	padding: 3px;
	border-top: 1px dotted #999999;
	background: #ffffcc;
}
#blog
{
	padding: 3px 0 0 0;
	border-top: 1px dotted #999999;
	margin: 3px 0 0 0;
}
#latest
{
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #666;
	height: 15px;
	width: 140px;
	overflow: hidden;
	padding: 0px 3px;
	border-top: 1px dotted #999999;
	background-color: #FF9;
/*
	text-transform: uppercase;
*/
/*
	letter-spacing: 1pt;
*/
	margin: 3px 0 0 0;
}
#crossrefpaginatediv, #crosstechpaginatediv
{
	font-size: 11px;
	xline-height: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #333333;
	width: 140px;
	padding: 3px;
	border-top: 1px dotted #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
	/*  add this line */
	background-color: #CC0;
}
#xcrossrefid .rsscontainer,
#xcrosstechid .rsscontainer { /*Style for RSS item body within #nytimesid box*/
margin-bottom: 10px;
}
#crossrefid .rsscontainer .rsstitle, 
#crossrefid a, 
#crosstechid a,
#crosstechid .rsscontainer .rsstitle
{
	/*Style for RSS titles within #nytimesid box*/
	color: #66F;
	text-decoration: none;
	text-align: left;
	xpadding-right: 6px;
	xpadding-left: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#crossrefid .rsscontainer .rssdate,
#crosstechid .rsscontainer .rssdate
{
	/*Style for RSS dates within #nytimesid box*/
	font-size: 9px; line-height: 14px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #333333;
}

#crossrefpaginatediv .paginateinfo {
	xmargin: 0pt 5px; 
	font-size: 10px; 
	font-weight: normal; 
	vertical-align: top;
}
td.featuring a img {
	padding: 0;
	margin: 0;
}
 .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
  
  
/******************
  RSW styles for CSS layout
*******************/
  
<style type="text/css"> 
<!-- 

#containerBack {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#footerBack {
	background-color: #999;
	width: 100%;
	height: 68px;
	padding-top: 13px;
	background-color: #969696;
	background-image: url(../imagesFooter/f_continue.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.thrColFixHdr #container { 
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #FFF; 
	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. */
} 
.thrColFixHdr #Zheader Zh1 {
	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 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 226px; /* the actual wxidth of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 25px 0 25px 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	position: relative;
	right: -10px; /* This offsets the drop shadow on the 2 tables */
	float: right; /* since this element is floated, a width must be given */
	width: 178px; /* was 160px RSW. 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 */
	text-align: left;
	padding: 27px 0 25px 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 0 170px 0 238px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 26px 15px 25px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 1.1em;
	color: #444; /* Duplicate of color from body */
	line-height: 18px;
	text-align: left;
} 
.thrColFixHdr #mainContent2 { /* Code for second level pages */
	margin: 0 1px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 26px 15px 25px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 1.1em;
	color: #444; /* Duplicate of color from body */
	line-height: 16px;
} 
.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;
}

#DOIwrapper {
	padding: 0;
	margin: 0;
	width: 332px;
}

#bkgrndTop {
	height: 12px;
	background-image: url(../imagesIndex/DOI_background_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 -12px;
}

#bkgrndBtm {
	height: 15px;
	background-image: url(../imagesIndex/DOI_background_bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 -12px;
	padding: 0;
}

#DOIbox {
	text-align: left;
	padding: 0 12px 0 12px;
	margin: 0;
	background-color: #ebecdb;
	border: 1px solid #000;
}
#formInputTop {
	height: 30px;
	text-align: left;
}

.centerImage {
	display: block;
	text-align: center;
}

#googleBox {
	width: 100%;
	padding: 15px 0;
	text-align: center;
}

/* Page codes RSW */
.pageHeads {
	margin: -19px 0 10px 0;
	padding: 0 0 12px 0;
	border-bottom: dotted 2px #999;
}

.ruleBottomPg {
	display: block;
	height: 1px;
	width: 100%;
	border-top: dotted 2px #999;
	padding: 0;
	margin: 0 0 40px 0;
}

.rule01 {
	display: block;
	height: 1px;
	width: 100%;
	border-top: dotted 2px #999;
	padding: 0;
	margin: 4px 0;
}

.imageRight {
	float: right;
	margin: 10px;
	padding: 0;
}

.imageLeft {
	float: left;
	margin: 10px;
	padding: 0;
}

/* Modifications for index page 9/20/2010 */
.sideBarTopBox {
	height: 136px
}
.latestClass {
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #666;
	height: 15px;
	width: 140px;
	overflow: hidden;
	padding: 0px 3px;
	border-top: 1px dotted #999999;
	background-color: #FF9;
	margin: 3px 0 0 0;
}

.signUpBox {
	height: 56px;
}

.addThisCell {
	padding: 10px 0;
	text-align: center;	
}

.addThisCell img {
	padding: 0 4px;
}

.shadowBkrnd {
	background-image: url(../imagesIndex/featuring_shadow2.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
	

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 178px; } /* was 190 when other was 160 */
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
