.left_menu_styled,
#admin_left_menu
{
	width: 197px;
	position: absolute;
	left: 1px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #005596;
	display:inline;
}

#admin_content
{
	margin-left: 215px;
	float: left;
	width: 560px;
	margin-right: 21px;
	padding-top: 10px;
	display:inline;
}

#admin_right_column
{
	float: left;
	width: 198px;
	display:inline;
}

#left_menu .menu_item,
#admin_left_menu .menu_item
{
	display: block;
	width: 197px;
	border-bottom: 1px solid #ffffff;
}
#left_menu .menu_item a,
#admin_left_menu .menu_item a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	width: 182px;
	background-color: #88C856;
	padding-top: 7px;
	padding-bottom: 7px;
}
#left_menu .menu_item a:hover,
#admin_left_menu .menu_item a:hover
{
	background-color: #005596;
}
#left_menu .current_page a,
#admin_left_menu .current_membership_page a
{
	background-color: #005596;
}

#logout_holder
{
	display: block;
	width: 100%;
	height: 30px;
	margin-bottom: 1px;
	background-color: #005596;
}

#logout_holder a
{
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: underline;
	margin-left: 18px;
	font-weight: bold;
}

#forms_holder
{
	display: block;
	width: 100%;
	margin-bottom: 1px;
	background-color: #EAF7FD;
}
#forms_holder .header
{
	color: #005596;
	background-color: #9BD5F4;
	font-weight: bold;
	padding-left: 18px;
	height: 30px;
	line-height: 30px;
}

#forms_holder .body
{
	background-color: #EAF7FD;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#forms_holder .body li
{
	list-style-type: none;
	margin: 4px 0px 4px 0px;
	padding-left: 20px;
	background-image: url(images/templateimages/list_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

