/* ******************************************************************************
	This variation of UCS's /afs/cad/web/html/stdtheme.css is intended to
	be more readable without breaking the general look of the UCS.  I used
	the "APA Research Style Crib Sheet" as a guideline as to what "more
	readable" might mean.  See http://www.docstyles.com/apacrib.htm

	23-Mar-2007 /KJW
****************************************************************************** */
body {
 background:#faf0e6;  /*linen*/
 font-family: arial, helvetica, san-serif;
}

h1 {
 color:#ffffff; 
 /*background: #d3d3d3;*/
 background: #778899;
 font-family: arial, helvetica, san-serif;
 font-size: large;
 text-align:center;
 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
}


h2 {
 padding-left: 8;
 margin-top: 1em;
 background-color: #ddeeff;
 font-size: large;
 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
 clear: both;
}

h3 {
 color:#008080; /*teal*/
 text-align:center; 
}

h4 {
 color: #000080; /* navy */
 text-align: left; 
}

hr {
 size: 3;
}

blockquote {
 color: #0000ff; 
 text-align: center;
}

table {
 /* margin-left: 5%; */
}

table tr, table td, { 
/* tr, td, th { */
 text-align: left;
 color: #000000;
 /* border: none; */
 /* The following breaks ability to use tables for formatting under IE */
 /* width: 50%; */
}

table.sidebar {
	/* For boxed text such as sidebars */
	color:#000000;
	background-color:#ddeeff;
	font-size: 100%;
	padding:0px;
	border: none;
	width: 100%;
}

th {
 text-align: center;
}

img.floater {
	/* Text wraps around image to right */
	float:left;
	margin:8;
}
img.float2 {
	float:right;
	margin:8;
}

A:link {color: blue}
A:visited {color: green}
A:focus {background: blue; color: white}
A:hover {background: blue; color: white}
A:active {color: red; font-weight: bold}
