/* Beginning of presentation section */

BODY, OL.h3, OL.h4, OL.h5, OL.h6, TH, TD {
/*      From badge: */
/*      background-color: #FFF19B; */
/*      Lightened from badge: */
/*      background-color: #FFF5C0; */
/*      From old web site: */
	background-color: #FFFFFF;
	color: #0000A0;
	font-family: Veranda, "trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: normal;
	min-width: 440px;
}

P {
	font-family: Veranda, "trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color: #0000A0;
	font-size: small;
	font-weight: normal;
	line-height: normal;
	text-align: left;
/*	padding: 0 15px;*/
}
OL.h2 {
	color: #0000A0;
	font-size: small;
	font-weight: bold;
	text-align: left;
	font-family: Veranda, "trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
}
OL.h3 {
	color: #0000A0;
	font-size: small;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	font-family: Veranda, "trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
}
/*H1, H2, H3, H4, H5, H6 {
	margin:0;
	padding: 5px 0;
} */
H1, H2, H3, H4, H5, H6, TH, DT, OL.h1, .topic {
	font-family: Veranda, "trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
}
A:link, A:visited, A:active {
	text-decoration: none;
	color: #F00000;
}
A:hover {
	text-decoration: underline;
	color: #F00000;
}
H1, H2, H3, H4, H5, H6, TH, OL.h1, .topic {
	color: #F00000;
}
H1 {
	font-size: xx-large;
	font-weight: bolder;
}
H2 {
	font-size: x-large;
}
H3 {
	font-size: large;
}
H4 {
	font-size: medium;
}
H5 {
	font-size: small;
}
H6 {
	font-size: x-small;
}
DT {
	font-weight: bold;
}
UL, OL, HR.li {
	position: relative;
	left: -19px;
}
UL {
	list-style-image: url('/images/pawprint-notselected.gif');
}
LI.selected {
	list-style-image: url('/images/pawprint-selected.gif');
}
OL.h1, .topic {
	font-size: medium;
	font-weight: bold;
}
OL.h1, OL.h2 {
	line-height: 1.5;
}
.topic {
	line-height: 2;
}
OL.h1 {
	list-style-type: upper-roman;
}
OL.h2 {
	list-style-type: upper-alpha;
}
OL.h3 {
	list-style-type: decimal;
}
OL.h4 {
	list-style-type: lower-alpha;
}
OL.h5 {
	list-style-type: lower-roman;
}
OL.h6 {
	list-style-type: decimal;
}
TD, TH {
	border-color: #0000A0;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid;
	min-width: 10px;
}
TH {
	font-weight: bold;
	border-color: #0000A0;
}
TABLE {
	border-collapse: collapse;
}
IMG.space {
	margin-top: 5px;
	margin-bottom: 5px;
}
IMG.insetleft {
	margin-right: 10px;
	float:left;
}
IMG.insetright {
	float:right;
}
	 
/* Beginning of layout section */

/* This includes the whole thing */

body {
	margin: 0;
	padding:0; 
}	 

/* This is the center section, including the left, right and center columns */

#c-block {
	width:100%;
	z-index:1;
	height:80%;
	/*background: #FF00FF;*/
}

/* Left side content area */

#lh-col {
	position:absolute;
	top:115px;
	left:7px;
	width:158px;
	z-index:3;
	/*background: #FF0000;*/
}

/* Right side content area */

#rh-col {
	position:absolute;
	top:115px;
	right:7px;
	width:143px;
	z-index:2;
	/*background: #00FF00;*/
}

/* Main center content section */

#c-col {
	margin:20px 155px 0 170px;
	position:relative;
	z-index:5;
	/*background: #0000FF;*/
}

/* The entire top section */

#hdr {
	height:100px; 
	width:100%; 
	margin:8px 8px 0px 8px;
/*	top:5px;
	left:5px;
	right:5px;
	bottom:5px;*/
	/*background: #FFFF00;*/
/*	margin:0;*/
}

/* The entire bottom section */

#ftr {
	width:100%;
	height:100px;
	/*background: #FFFF00;*/
/*	border-top: solid #C00000;*/
/*	border-width:1px 0;*/
/*	margin:0;*/
	margin:0px 8px 8px 8px;
}

.clear {
	clear: both;
}
