#mainContentContainer
{
	clear: none;
	float: left;
	width: 455px;
	min-width:455px;
	background-color: White;
	margin-left:18px;
	
}


/* CENTER CONTENT COLUMN STYLES */

/* Box Header container */
#pageTitleContainer
{
	float:left;
	margin-top:10px;

}


.pageTitleHeader
{
	background: #568BA8;
	width: 448px;
	font: 1.25em Georgia, "Times New Roman", Times, serif;
	color: white;	
	padding:8px 2px 3px 5px;
}

.pageTitlePhoto img
{	
	width: 455px;
	border:none;
	overflow: hidden;
	padding: 1px 0 0 0;
}
.pageText
{
	clear:both;
	float:left;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:0px;
	width:100%;

	margin-right:0px;
	font-size:.9em;
}
/* RIGHT COLUMN STYLES */
#rightMenuContainer2
{
	clear: none;
	float: right;
	width: 220px;
	min-width:220px;
	background-color: #efefef;
	background-image: url(../images/right_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	visibility:hidden;
}


#rightMenu
{
	margin-top:30px;
	margin-left: 5px;
}
.rightMenuHeader
{
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	color: #234a5d;
	text-indent: 10px;
	margin-top: 10px;
}

.rightMenuList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-decoration: none;
	list-style-position: inside;
	margin-left: 10px;
	text-indent: -1.25em;
	padding: 0 0 0 7px;
	margin-top: 10px;
	list-style-image: url(../images/blt_sq.gif);
}


.rightMenuListNum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-decoration: none;
	list-style-position:inside;
	margin-left: 10px;
	text-indent: -1.0em;
	padding: 0 0 0 7px;
	margin-top: 10px;
	list-style:upper-roman;
	
}
/* IE Workaround */
*html .rightMenuList {
 	padding: 0 0 0 0px;
	text-indent: -1.0em;
 }
.rightMenuList li
{
	padding: 0 0 0 0;
	margin-left: 0px;
	margin-top: 5px;
}


.rightMenuListNum li
{
	padding: 0 0 0 5px;
	margin-left: 5px;
	margin-top: 5px;
}

.rightMenuListNum li a
{
	text-decoration: none;
	color: #233947;
	
	padding: 0 0 0 3px;
}


.rightMenuListNum li a:visited
{
	text-decoration: none;
	color: #233947;
}
.rightMenuListNum li a:hover
{
	text-decoration: none;
	color: #E98800;
}

.rightMenuListNum li a:active
{
	text-decoration: none;
	color: #E98800;
}

.rightMenuList li a
{
	text-decoration: none;
	color: #233947;
	padding: 0 0 0 0;
}

.rightMenuList li a:visited
{
	text-decoration: none;
	color: #233947;
}
.rightMenuList li a:hover
{
	text-decoration: none;
	color: #E98800;
}

.rightMenuList li a:active
{
	text-decoration: none;
	color: #E98800;
}
.rightMenuHeader a
{
	text-decoration: none;
	color: #233947;
	padding: 0 0 0 0;
}

.rightMenuHeader a:visited
{
	text-decoration: none;
	color: #233947;
}
.rightMenuHeader a:hover
{
	text-decoration: none;
	color: #E98800;
}

.rightMenuHeader a:active
{
	text-decoration: none;
	color: #E98800;
}
.rightMenuGroup
{
	display: block;
	padding-bottom: 5px;
	margin-bottom:10px;
	background: url(../images/hz_dot_line2.gif) no-repeat bottom;
}
