body {
/*	background-color: #FFFFF0; */
	background-color: #FFFFF0;  
/*	color: #483D8B; */
	color: #000066;
	padding: 5px;
	font-family: "Arial", "Helvetica", "Lucida", sans-serif; 
	font-weight: normal;
        text-align: justify;
	font-size: 18px;
	margin-right: 20px;
	width: 95%;
}

h1 { 
	font-size: 23px;
	font-weight: bolder;
	font-variant: small-caps;
	text-decoration: underline;
}

h2	{
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	margin-right: 4em; 
	text-align: right;
}

h3 {
	font-size: 18px;
	font-variant: small-caps;
	text-decoration: underline;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h4 {	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	margin-bottom: 0;
	clear: none;
	display: inline;
}

h5	{
        font-weight: bold;
	font-size: 35px;
	color: #000066;
        background-color: #F0F4FD;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-bottom: 2px;
	text-align: center;
}

h6	{
	font-weight: bold;
	font-style: italic;
	font-size: 105%;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 5px;
}


strong	                 /* use for "pia" and "Positive Impact Associates" */
{    
	font-weight: bolder;
	font-size: 105%;
}

.cu { text-align: center; text-decoration: underline }

td.h1 {
	font-size: 23px;
	font-weight: bolder;
	font-variant: small-caps;
	text-decoration: underline;
	margin: 1em 0 1em 0; 
}

td.wide { width: 40%; }

tr.large { font-size: 18px }

.just { text-align: justify }
.left { text-align: left }
.center { text-align: center }

.byline {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}

.copyright {
	font-size: 13px;
	font-weight: lighter;
	text-align: center;
}

.form-title {
	font-size: 23px;
	font-weight: bolder;
	font-variant: small-caps;
	text-decoration: underline;
	text-align: center;
}



.atitle { /* assessment titles */
	color: #6458C4; 
	background-color: inherit;
	font-weight: lighter; 
} 

.ititle { text-decoration: underline; font-style: oblique; } /* list items */

em { font-weight: bold; font-style: oblique; }

sup { vertical-align: super; font-size: 10px; }

div#banner {
	color: #000066;
        background-color: #F0F4FD;
        border: medium solid #000066;
        margin-bottom: 30px; 
	width: 98%;
}

div#main {
/*	background-color: #FFFFF0; */
	background-color: #FFFFF0;
	color: #000066;
	background-repeat: no-repeat;
	background-position: 40% 0%;
	background-attachment: scroll;
	background-image: url("./bg-logo.jpg");
	margin: 5px 10px;
}

div#plain { 			/* no background image (for forms, etc.) */
/*	background-color: #FFFFF0; */
	background-color: #FFFFF0;
	color: #000066;
	margin: 5px 10px 5px 150px; 
/*	font-family: "Arial", "Helvetica", "Lucida", sans-serif; */
/*	font-weight: normal; */
        text-align: justify;
/*	font-size: 18px; */
}  

div.indent { margin-left: 20px; margin-right: 20px }

div.medindent { margin-left: 30px; margin-right: 30px }

div.bigindent { margin-left: 95px }

div.boxwidth {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
        margin-left: 20%; 
	width: 400px;
}

div.boxwidth-for-broken-msie {
	font-size: 90%;
	font-weight: normal;
        margin-left: 20%;
	margin-right: 26%;
}

table#footer {
	table-layout: fixed;
	width: 800px;
	float: left;
	clear: left;
	border-top: 2px solid #000066;
}

td.centered {
	padding-top: 0.5em;
	text-align: center;
}

table#menu2 {                             /* page-bottom menu buttons */
	font-size: 15px;
        table-layout: fixed; 
}

table.search {
	display: inline-table;
	border-collapse: collapse;
	font-size: 15px;
	margin-top: -25px;
	width: 98%;
}

.searchbox {
	background-color: #FFFFF5;
	border-color: #000066;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
}

table.search td { padding: 5px; }

table#samples {
	font-size: 20px;
	color: #000066;
/* 	background-color: #FFFFF0; */
 	background-color: #FFFFF0;
}
 
td.assessment { 
	text-align: center;
	border-style: double;
	border-color: #483DB8;
	border-width: thick;
	font-size: 18px;
	vertical-align: middle;
}

td.description {
	text-align: left;
	padding-left: 0.5em;
	padding-right: 0.2em;
	border-style: solid;
	border-color: #483DB8;
	border-width: medium;
	font-size: 15px;
	font-weight: normal;
	vertical-align: middle;
}	

table#samples a:link {
	color: blue; 
	background-color: transparent;
	text-decoration: none;
}

table#samples a:visited {
	color: #88a8e8;
	background-color: transparent;
	text-decoration: none;
}

table#samples a:hover {
	color: green;  
	background-color: transparent; 
	text-decoration: underline;
}

div#topmenu {                                    /* top menu */
	font-size: 15px;
	float: left;
	clear: left;
	margin-right: 15px;  
	width: 15%;
}

div#narrow { margin-left: 5em; }


ol.bullet {
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
	font-size: 15px; 
}

ol.bullet li {                    /* double-spaced bulleted list */
	display: list-item;
	margin-left: 20px;
	margin-bottom: 1em;
	margin-top: 1em;
}

ul.bullet {
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
	font-size: 18px; 
}

ul.bullet li {                    /* double-spaced bulleted list */
	display: list-item;
	margin-left: 20px;
	margin-bottom: 1em;
	margin-top: 1em;
}

ul.bullet-single {                /* single-spaced bulleted list */
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
	font-size: 18px; 
}

ul.bullet-single li {
	display: list-item;
	margin-left: 20px;
}

ul.bullet-indent {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 18px; 
}

ul.bullet-indent li {                
	margin-right: 10px;
	text-align: left;
}


ul.numbered {
	list-style-type: decimal;
	text-align: left;
}

ul.numbered li {
	margin-left: 1em;
	margin-right: 3em;
	margin-bottom: 1em;
}

ul.plain {
	list-style-type: none;
	text-align: left;
}

ul.plain li {
	margin: 1em 2em 1em 1em;
}


ul.level2 {
	list-style-type: none;
}

ol.numbered {
	list-style-type: decimal;
	list-style-position: inside;
}

ol.numbered li {
	margin-bottom: 1em;
}

ol.letter {
	list-style-type: lower-alpha;
	list-style-position: inside;
	margin-top: 0.5em;
}

ol.letter li {
	margin-top: -0.5em;
}

.quote {
         font-size: 18px;
         font-weight: normal;
	 text-align: left;
         margin-right: 3.5em;
         margin-left: 8em;
         color: #b8354b; /*  #E00429; */
	 background-color: inherit;
}

.quote-color { color: #b8354b; background-color: inherit; }

.article { font-size: 15px }

.question {
	font-size: 80%;
	font-style: oblique;
	font-variant: normal;
        color: #4B41BA;
	background-color: inherit;
}

.inline-quote {
         font-family: "Helvetica", "Arial", sans-serif;
	 font-style: oblique;
         width: 60%;
	 margin-left: 10%;
	 text-align: justify; /* left; */
         font-weight: normal;
	 color: #B8354B;
	 background-color: inherit;
}

.review {
         font-size: 16px;
         font-weight: normal;
	 text-align: left;
         margin-right: 1em;
         margin-left: 1em;
}

.boxed {
	border: medium double #000066;
	width: 400px;
}

.box2 {
	border: medium double #000066;
	padding: 0 1em 1em 1em;
	margin-left: 2em;
	width: 760px;
}

.thanks {
	border: medium double #000066;
	font-size: 18px;
	text-align: left; 
	padding: 1em 0 1em 1em;
	margin-left: 8em;
	margin-bottom: 8em;
        width: 30em; 
}

.clearleft {
	clear: left;
}

.floatleft {
	float: left;
        clear: left;
}

.floatright {
	float: right;
        clear: right;
}

.right { text-align: right }

.padleft { padding-left: 10px }

div#form-layout {
	border-bottom: medium solid black;
	border-left: medium solid black;
	border-right: medium solid black;
        border-top: medium solid black;
	background-color: #ECECEC;
	color: black;
	font-size: 16px;
	display: block;
}

.form-body {
	border: medium solid black;
	background-color: #ECECEC;
	color: black;
	font-size: 16px; 
	display: table; 
	table-layout: auto;
	padding-left: 20px;
	padding-right: 20px; 
	text-align: left;
}

.left1em {
	padding-left: 1em;
}

.errormsg {
	font: Italic normal bold 125% Palatino, serif;
	color: Red;
	background-color: inherit;
	margin-left: 1.5em;
}

.errmsg { font-style: bold; color: Red; }

.red {  color: Red; background-color: inherit; }
.redcenter { color: Red; background-color: inherit; text-align: center; }

.embedded-quote {
        color: #28AFA6; 
	background-color: inherit;
	font-style: oblique;
	font-stretch: normal;
}

.underline { text-decoration: underline; }

.footnote {
	font-size: 13px;
	font-weight: 400;
}

div#rose { 
	position: relative;
/*	background-color: #FFFFF0;  */
	background-color: #FFFFF0;
	color: inherit;
        height: 270px;
        width: 325px;
        padding: 45px 0px 0px 74px;
	margin-left: 200px;
	margin-bottom: 30px;
        font: bold 16px sans-serif;
}

#rose.bgi {
	position: absolute;
	top: 25px;
	left: 50px;
	height: 220px;
	width: 220px;
}

#rose a.top {
        display: block;
        position: absolute;
        top: 25px;
        left: 150px;
	border-width: 0; 
	text-decoration: none;
/*	color: #00C8C5; */
	color: #006666;
	background-color: inherit;
}

#rose a.bottom {
	display: block; 
        position: absolute;
        top: 270px;
        left: 155px;
	border-width: 0; 
	text-decoration: none;
/*	color: #DBD004; */
	color: #0099CC;
	background-color: inherit;
}

#rose a.left {
	display: block; 
        position: absolute;
	top: 150px;
	left: 20px;
	border-width: 0; 
   	text-decoration: none; 
	color: #8B0000;
	background-color: inherit;
}

#rose a.right {
	display: block; 
	position: absolute;
	top: 150px;
	left: 295px;
	border-width: 0; 
   	text-decoration: none; 
	color: #781D8E;
	background-color: inherit;
}

/* #rose a:hover {color: blue; background-color: #FFFFF0;} */
#rose a:hover {color: blue; background-color: #FFFFF0;}

#rose a img {height: 0; width: 0; border-width: 0;} 

#rose a.top:hover img {
	position: absolute; 
        top: 20px; 
	left: -76px; 
	height: 220px; 
	width: 220px;
}

#rose a.bottom:hover img {
	position: absolute; 
        top: -225px; 
	left: -81px; 
	height: 220px; 
	width: 220px; 
}

#rose a.left:hover img {
	position: absolute; 
        top: -105px; 
	left: 54px;
        height: 220px; 
        width: 220px;
}

#rose a.right:hover img {
	position: absolute; 
	top: -105px;
	left: -221px;
	height: 220px;
	width: 220px;
}

a:link {
	color: Blue; /* #3F61CF; */
	background-color: inherit;
	text-decoration: underline;
}

a:visited {
	color: #7891C4;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: Green;
	background-color: inherit;
	text-decoration: underline;
	border-color: Blue;
}

table#menu1 {                   /* page-top menu buttons */
	font-size: 15px;
        table-layout: fixed;
	margin-bottom: 10px;
}

.menu-entry {
	padding: 2px;
	text-align: center;
	width: 130px;
}


td.menu-entry a:link, td.menu-entry a:visited {
	color: #000066;
	background-color: #DBE7FF;
	padding: 1px 0;
	text-decoration: none;
	display: block;
}

td.menu-entry a:hover {
	color: Blue;
	background-color: #E8DDCB;
	padding: 1px 0;
	text-decoration: none;	
	display: block;
}

div#to-tti {
	float: left;
	clear: left;
	margin-top: 10px;
	margin-left: 5px;
}

.q2 { 
	font-size: 18px;
	font-weight: normal;
	color: #b8354b;
	background-color: inherit;
}

.valid-html { padding-left: 3em; }

.logo-left { padding-right: 3em; }

div#more-broken-msie {
	clear: both;
	margin-top: 20px;
	margin-left: 170px;
}

.bookmatter {
	font-size: 12px;
	text-align: center;
}

.redbookmatter {
	color: red;
	background-color: inherit;
	font-size: 13px;
	text-align: center;
}

.bookframe { 
	margin-left: 20px; 
	padding: 5px 0;
	border: 2px solid black; 
	font-size: 12px;
	width: 176px; 
	text-align: center;
}

.booktextbox {
	display: block;
	margin-left: 21px; 
	font-size: 12px;
	text-align: center;
	width: 159px; 
	border: 1px solid black;
	float: left;
}

.listbox { 
	margin-left: 100px;
	margin-right: 300px;
	border: 2px solid #000066;
	padding: 0.5em;
}

.bookimg { float: left; clear: none; margin-bottom: 10px; margin-right: 20px;}

.cs_table { margin-left: 40px }

td.cs { width: 80px; }

tr.smhdr { font-size: 11px; font-variant: small-caps; text-align: center; width: }

