@charset "utf-8";

/* TYPOGRAPHY */

html, body, p, th, td, select, input, textarea, li {
	font: 0.9em geneva,trebuchet,verdana,arial,helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font: normal normal 700 1em georgia,"Times New Roman",times,serif;
}

h1 {
	font-size: 2em;
	font-variant: small-caps;
}

h2 {
	font-size: 1.8em;
	margin: 1em 0 1em 0;
	padding: 0;
	font-variant: small-caps;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: underline;
}

h4 {
	font-size: 1em;
	text-decoration: underline;
}

a:hover, .twoColFixLtHdr #sidebar1 ul li a:hover {
	text-decoration: underline;
	color: #ccc;
}

a:visted, .twoColFixLtHdr #sidebar1 ul li a:visited {
	color:  #606;
}

p {
	line-height: 190%;
	padding-bottom: 1em;
}

p.signature {
	text-align: right;
	padding-right: 15em;
}

p.singleline {
	line-height: normal;
	padding: 0;
}

ol.references li {
	padding-bottom: 0.5em;
	font-size: 0.8em;
}

span.u {
	text-decoration: underline;
}

span.b {
	font-weight: 700;
}

table.form td, table.results td, table.results th {
	text-align: left;
	vertical-align: top;
	padding: 0.4em;
	font-size: 0.85em;
}

table.results {
	border-bottom: 1px solid #000;
}

table.results td, table.results th {
	border-top: 1px solid #000;
}

table.results td.alt {
	background: #eee;
}

table.results th {
	font-weight: 700;
	background: #ddd;
	white-space: nowrap;
}

table.study td {
	font-size: 0.9em;
	line-height: 175%;
	padding: 0.5em;
	vertical-align: top;
}

table.study td.label {
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}

/* LAYOUT */

body  {
	background: #666;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000;
}

.twoColFixLtHdr #container { 
	width: 900px; 
	background: #fff url(images/bg.gif) repeat-y;
	margin: 10px auto 10px auto; 
	border: 1px solid #000000;
	text-align: left;
}

.twoColFixLtHdr #header { 
	background: #ddd; 
	padding: 0 10px 0 20px;
	border-bottom: 1px solid #000;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 240px; 
	padding: 15px 10px 15px 20px;
}

.twoColFixLtHdr #sidebar1 ul {
	list-style: none;
	margin: 2em 0;
	padding: 0;
}

.twoColFixLtHdr #sidebar1 ul li {
	padding: 0 0 1.5em 0;
	font-size: 1.1em;
	font-variant: small-caps;
}

.twoColFixLtHdr #sidebar1 ul li a {
	font-weight: 700;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 280px; 
	padding: 0 20px; 
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
	background:#ddd; 
	border-top: 1px solid #000;
}

.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}