.main_container	{
	text-align: left;
	/*width: 768px;*/
	width: 668px;
	background-color: transparent;
	background-image: url(left_col_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.lh_column {
	float: left;
	width: 75px;
	margin: 0 0 10px 0;
	padding-top: 10px;
	background-image: url(left_col_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.lh_title	{
	color: #000;
	font-size: 90%;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.bc_surround_start	{
	width: 60px;
	height: 77px;
	border: 1px solid #0D6088;
	background-color: #F4EDC9;
	margin-left: 7px;
	margin-top: 2px;
	margin-bottom: 0;
	margin-right: 0;
}
.bc_surround	{
	width: 60px;
	height: 77px;
	border: 1px solid #0D6088;
	background-color: #F4EDC9;
	margin-left: 7px;
	margin-top: 9px;
	margin-bottom: 0;
	margin-right: 0;
}
.bc_header	{
	width: 58px;
	height: 23px;
	border-left: 1px solid #F4EDC9;
	border-top: 1px solid #F4EDC9;
	border-right: 1px solid #F4EDC9;
	background-image: url(bc_head.gif);
	background-repeat: no-repeat;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 75%;
	text-align: center;
	line-height: 0.9em;
	color: #000;
}
.bread	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.main_block {
	float: left;
	width: 550px;
	margin: 0;
	padding: 0 0 0 20px;
	background-color: transparent;
}
.nav	{
	margin-top: 10px;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}
.nav ul {
	list-style-type: none;
}
.nav li	{
	display: inline;
}
.nav a {
	float: left;
	width: 120px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #000;
	background: #BDCED6;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
}
.nav a:hover	{
	background: #F7AD08;
}
.block_title	{
	font-size: 200%;
	font-weight: bold;
	color: #9c619b;
	margin-left: 0;
	margin-top: 2px;
}

/*
These should be replaced with standard text classes such as mainHead, subHead and bodyText
.instruction_title_6	{
	float: left;
	width: 150px;
	margin-top: 18px;
	margin-left: 0;
	padding: 0;
	font-size: 140%;
	font-weight: bold;
	color: #000;
}
 .instruction_text, .instruction_text_2, .instruction_text_3, .instruction_text_4, .instruction_text_5 {
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	color: #000;
}
*/

.leaf_list	{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.leaf_surround	{
	float: left;
	width: 113px;
	/*height: 128px;*/
	height: 140px;
	border: 1px solid #0D6088;
	background-color: #F4EDC9;
	margin: 5px 20px 15px 0;
}
.leaf_header	{
	width: 111px;
	height: 30px;
	border-left: 1px solid #F4EDC9;
	border-top: 1px solid #F4EDC9;
	border-right: 1px solid #F4EDC9;
	/*background-image: url(icon_head.gif);*/
	/*background-repeat: no-repeat;*/
	background-color: #5F80BD;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	line-height: 1.1;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #FFF;
}
.map_surround	{
	width: 550px;
	height: 500px;
	border: 1px solid #0D6088;
	margin: 20px 20px 40px 0;
}
.clear	{
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
}
.f_border	{
	background-color: #D4E0E6;
	padding: 10px;
	margin: 12px 0 0 0;
}

.inputHolder{  /*Surrounds .f_left and .f_input to keep them inline*/

}
.f_left	{
	float: left;
	width: 200px;
	text-align: right;
	line-height: 2.0;
}
.f_input	{
	float: left;
	width: 320px;
}
.f_sub	{
	margin: 0;
	padding: 0;
	width: 510px;
	text-align: center;
}
.repItem{
	width: 25%; 
	float: left;
	font-weight: bold;
}
.repDesc{
	width: 70%; 
	float: left;
}
.repNum{
	width: 5%; 
	float: left;
	font-weight: bold;
}

