html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}

body
	{
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
	}

.main
    {
    background-color: #ffffff;
    width: 992px;
    margin: auto;
    }
.header
    {
    height: 65px;
    background-image: url(../userfiles/image/Layout/header.jpg);
    background-repeat: no-repeat;
}
.left
{
	width: 142px;
	border-left: solid 1px #339966;
	vertical-align: top;
	text-align: left;
	background-color: #339966;
}
#left
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 10px;
	background-color: #e6e6e6;
	width: 141px;
}
.cell_bottom_left
{
	border-left: solid 1px #339966;
	border-right: solid 1px #339966;
}
.cell_bottom_right
{
	border-right: solid 1px #339966;
}
.right
{
	width: 148px;
	border-right: solid 1px #339966;
	border-left: solid 1px #339966;
	vertical-align: top;
	background-color: #e6e6e6;
	text-align: center;
}
.content
{
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 0px;
}
.headline
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #339966;
}
.menu_item
{
	font-size: 12px;
	border-left: solid 10px #e6e6e6;
	height: 25px;
	font-weight: bolder;
	padding-left: 5px;
}
.menu_item_selected
{
	font-size: 12px;
	border-left: solid 10px #339966;
	font-weight: bolder;
	height: 25px;
	padding-left: 5px;
}
.menu_subitem
{
	border-left: solid 11px #e6e6e6;
	font-weight: bolder;
}
.menu_subitem_selected
{
	border-left: solid 11px #e6e6e6;
	font-weight: bolder;
}
.selected
{
	color: #339966;
}
a
{
		text-decoration: none;
		color: #000000;
}
a:hover
{
	text-decoration: underline;
	color: #339966;
}
.big_white
{
	color: #ffffff;
	background-color: #339966;
	padding: 5px;
	font-weight: bolder;
	font-size: 15px;
	font-family: Arial;
}
.link_left
{
	font-weight: normal;
	font-size: 12px;
}
.link_left:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

