#menu-column {
	background: #eee;
/*	display: inline;	*/
	padding: 0;
	border-right: solid 1px black;
}

#content-column {
/*	display: inline;*/
	padding: 0;
	width: 100%;
/*	background: url(../_images/happy-trainees-40.gif) no-repeat 100% 100%;	*/
}
#content {
	padding: 0 30px 0 30px;
}

a:link {
/*	text-decoration: none;	*/
	color: #00c;
	background: transparent;
/*	border-bottom: 1pt solid #00c;	*/
}
a:visited {
/*	text-decoration: none;	*/
	color: #606;
	background: transparent;
/*	border-bottom: 1pt dotted purple;	*/
}
a:hover, a:active, a:focus {
/*	text-decoration: none;	*/
	color: #FFF;
	background: #333;
/*	border-bottom: 1pt dotted #000;	*/
}

img {
	border: none;
	text-decoration: none;
}

#subsite_body {
	background: white;
}
#subsite_container {
	color: #111;
	background: #F9F9F9;
	margin: 0;
	padding: 0;
}

/**********
* side menu
***********/
#side-menu-block {
	background: transparent;
	width: 17em;
	margin: 0 0 20px 30px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

#side-menu-block {
	position: relative;
	top: 15px;
	right: 0;
	float: right;
}

ul#side-menu
{
	text-align: right;
	list-style: none;
	padding: 0;
	width: 100%;
}

ul#side-menu li
{
	display: block;
	margin: 10px 0 10px 0;
	padding: 0;
}

ul#side-menu li a, #its-me
{
	display: block;
	width: 100%;
	padding: 0.5em 4em 0.5em 0em;
/*	border-width: 2px;
	border-color: #fff #999 #999 #fff;
	border-style: solid;	*/
	color: #900;
	text-decoration: none;
	background: transparent url(../_images/axis-dot3.gif) no-repeat 97% 30%;
	text-align: right;
}

#side-menu-block>ul#side-menu li a { width: auto; }

#side-menu-block>ul#side-menu #its-me { width: auto; }

#its-me {
	color: #000;
	background: transparent;
	border-color: #999 #fff #fff #999;
}

ul#side-menu #its-my-parent a {
	color: #000;
	background: transparent;
}

ul#side-menu li a:hover, ul#side-menu li#side-menu a:hover, ul#side-menu #its-my-parent a:hover
{
	color: #000;
	background: #fc9;
	border-color: #999 #fff #fff #999;
}


/*********
* top menu
**********/
#top-menu h3 {
	padding: 10px 0 15px 0;
	font-size: 0.8em;
	font-weight: bold;
}

#top-menu span {
	padding: 0 20px 10px 20px;
	background: #F9F9F9;
	border-bottom: 0.5pt silver solid;
}
/*****
* main
*****/

#main {
	padding: 0;
}

#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main {
	display: inline-block;
}





.contents-block {
	display: block;
	overflow: hidden;
	padding: 20px 50px 0 50px;
}
.contents-block {
	display: inline-block;
}

.contents  {
	background: #EFF;
	padding: 10px 10px 20px 10px;
	border: 1pt solid black;
}
.contents-head {
	padding: 10px 10px 10px 30px;
	font-weight: bolder;
	text-indent: -20px;
}
.contents-text {
	padding: 10px 10px 0 30px;
}
.contents-text:first-letter {
	font-size: 1.4em;
}




.block-ul, .block-ol {
	display: block;
	overflow: hidden;
	padding: 5px 0 5px 0;
}
.block-ul, block-ol {
	display: inline-block;
}

.block-ul li, .block-ol li {
	padding: 0.5em 0 0.5em 2em;
}


.block-ul {
	list-style: none;
}
.block-ul li {
	background: transparent url(../_images/axis-bullet.gif) no-repeat 0.5em 0.8em;
}

.block-ol {
	list-style: decimal inside;
}
.block-ol li {
	text-indent: -1.3em;
}

#table-block, form {
	text-align: center;
}

#table-block table {
	margin: 0 auto 0 auto;
}

/* cellspacing is in the code for IE's sake */
/* table-block centers table in IE, table margin: auto centers table in others */
/* font-size seems to be required for IE */

tr {
}
th {
}
th, td {
	vertical-align: top;
	padding: 5px 10px 5px 10px;
}


.odd-row {
	background: #DDD;
}
.even-row {
	background: #EEE;
}


.article-table {
	font-size: 0.9em;
}

#form-list-header th {
	background: #DDD;
	font-weight: normal;
	padding: 10px;
}

#form-list-header input {
	background: #DDD;
	margin: 0;
	width: 100%;
	padding: 0 5px 0 5px;
}
#form-list-header img {
	margin-top: 3px;
}

.date-added {
	font-size: 0.8em;
	white-space: nowrap;
}

.cast {
	margin: 0 25px 9px 0;
}

/* commented backslash hack for IE Mac \*/
.cast {
	float: left;
}
/* end hack */

.cast th, .cast td {
	border: silver 1pt solid;
}
.cast th {
	background: #DDD;
}
.cast td {
	background: #EEE;
	font-size: 0.9em;
}

#page-menu {
	width: 110px;
	font-size: 10pt;
}
#page-menu p {
	padding: 0 1em 0 0.5em;
	font-weight: bold;
}
#page-ul {
	display: block;
	overflow: hidden;
	padding: 5px 0 5px 0;
}

#page-ul {
	display: inline-block;
}

#page-ul li {
	padding: 0.5em 1em 0.5em 1em;
}
#page-ul {
	list-style: none;
}


.link-head {
	font-size: 0.9em;
}
.link-blurb {
	font-size: 0.8em;
}
.small_print {
	font-size: 0.7em;
}
.std-table {
	border: 1.5px solid black;
}
.std-table td, .std-table th {
	border: 1px solid silver;
	padding: 8px;
}

#disclaimer {
	font-size: 0.8em;
	padding: 0 20px 5px 30px;
	border: 1pt solid #ccc;
}



.imp {
	font-size: 1em;
	padding: 10px 10px 10px 30px;
	letter-spacing: 0.1em;
}

.focus {
	margin: 0 0 0 10px;
}

#ind-proc {
	float: left;
	margin: 0 30px 30px 0;
}
#ind-proc img {
	border: none
}
#ind-proc a {
	text-decoration: none;
	border: none;
	background: transparent;
}

#ind-engage {
	float: right;
	margin: 0 0 0 20px;
}
#ind-engage img {
	border: none
}
#ind-engage a {
	text-decoration: none;
	border: none;
	background: transparent;
}
#ind-engage a:hover {
	text-decoration: none;
	border: none;
	background: transparent;
	color: #600;
}







#b1 {
	background: transparent;
	width: 580px;
	height: 100px;
	margin: 0 0 30px 30px;
	display: inline-block;
	overflow: hidden;
	float: none;
}

ul#b2
{
	text-align: right;
	list-style: none;
	padding: 0;
	width: 100%;
}

ul#b2 li
{
	display: block;
	padding: 0;
}

ul#b2 li a, #its-me
{
	display: block;
	width: 100%;
	height: 100px;
/*	padding: 0.5em 4em 0.5em 0em;
	border-width: 2px;
	border-color: #fff #999 #999 #fff;
	border-style: solid;	*/
	color: #900;
	text-decoration: none;
	background: transparent url(../_images/name-normal.gif) no-repeat;
	text-align: right;
}

#b1>ul#b2 li a { width: auto; }

#b1>ul#b2 #its-me { width: auto; }

ul#b2 li a:hover, ul#b2 li#b2 a:hover, ul#b2 #its-my-parent a:hover
{
	color: #000;
	background: transparent url(../_images/name-hover.gif) no-repeat;
	border-color: #999 #fff #fff #999;
}

#engage-graph {
	cle/ar: both;
	float: left;
	margin: 10px;
	tex/t-align: center;
	wid/th: 100%;
}


#steps5 {
	margin: 0 0 0 10px;
	font-size: 1.2em;
}


.s5-ol {
	display: block;
	overflow: hidden;
	padding: 5px 0 5px 0;
}
.s5-ol {
	display: inline-block;
}

.s5-ol li {
	padding: 0.5em 0 0.5em 2em;
}

.s5-ol {
	list-style: decimal inside;
}
.s5-ol li {
	text-indent: -1.3em;
}