html, body
{
	margin: 0px;
	width: 100%;
	height: 100%;
}

body
{
	color: #000000;
	background-color: #C9C3B9;
	background-image: url(/images/bkgd-stretcher.gif);
	background-position: left top;
	background-repeat: repeat;
}

body *
{
	font-size: 12px;
	background-color: inherit;
	color: #4B4338;
	font-family: Arial, Helvetica, sans-serif;
}

#main_table, #content_table
{
	width: 100%;
	height: 100%;
}

td
{
	text-align: left;
	vertical-align: top;
}

#content_table
{
	background-color: #FFFFFF;
	color: #000000;
}

td.topStretcher
{
	background-image: url('/images/bkgd-top.gif');
	background-position: left top;
	background-repeat: repeat-x;
}

td.rightEdgeStretcher
{
	background-image: url('/images/bkgd-right-edge.gif');
	background-position: right top;
	background-repeat: repeat-y;
}

td.leftEdgeStretcher
{
	background-image: url('/images/bkgd-left-edge.gif');
	background-position: right top;
	background-repeat: repeat-y;
}

.left_vector
{
	color: inherit;
	background-color: #DEE1E6;
	background-image: url('/images/left-vector.gif');
	background-position: left top;
	background-repeat: repeat-y;
	vertical-align: top;
	width: 65px;
}

.right_vector
{
	color: inherit;
	background-color: #8B97A7;
	background-image: url('/images/right-vector.gif');
	background-position: left top;
	background-repeat: repeat-y;
	vertical-align: top;
	width: 73px;
}

.right_vector a img { display: block; margin: 0px;  }

.subtitle { font-weight:bold; font-size: 115%;}

#page_contents { width: 662px; padding-left: 10px; padding-right: 15px; padding-top: 2px; }

p, ul, ol { margin: 0px 0px 10px 0px; }
ul, ol { list-style-position: inside; }

#page_contents table.brown_table { background-color: #C9C3B9; margin-bottom: 10px; }
#page_contents table.brown_table td, #page_contents table.brown_table th { background-color: #FFFFFF; }
#page_contents table.brown_table th { text-align: left; }


a.flip_link
{
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
}

a.flip_link:hover, a.currently_here { background-position: bottom left; }
a.step_1 { 
	display: inline-block; 
	background-image: url('/images/1-combo.gif'); 
	width: 158px; 
	height: 103px; 
}
a.step_2 { 
	display: inline-block; 
	background-image: url('/images/2-combo.gif'); 
	width: 158px; 
	height: 103px; 
}
a.step_3 { 
	display: inline-block; 
	background-image: url('/images/3-combo.gif'); 
	width: 158px; 
	height: 103px; 
}
a.step_4 { 
	display: inline-block; 
	background-image: url('/images/4-combo.gif'); 
	width: 158px; 
	height: 103px; 
}

				
a:link, a:visited, a:hover, a:active
{
	color: #556171;
	background-color: inherit;
	text-decoration: none;
	font-size: inherit;
}

a img { border: 0px; }

.person_name { white-space: nowrap; }
.person_job { font-style: italic; white-space: nowrap; }
.person_picture { border: 1px solid #666666; }


td.redundantNav
{
	font-size: 12px;
	color: #556171;
	background-color: inherit;
	text-align: center;
	padding-top: 10px;
}

td.footer
{
	font-size: 10px;
	color: #4B4338;
	background-color: inherit;
	text-align: center;
	vertical-align: middle;
}

td.footer a { font-size: 10px; }

th.loginFormLabel {
	text-align: right;
}

td.formLabel {
	text-align: left;
	vertical-align: middle;
}

td.formSectionHighlight { 
	text-align: left;
	font-weight: bold;
	background-color: #dee1e6;
}

div.collapsed {
	visibility:hidden;
	display:none;
}