.container
{
    font-family:Arial;
    font-size:11px;
    margin-bottom: 20px;
	width: 100%;
	float: left;
}

.container .header
{
    font-family: Arial, Verdana, Tahoma;
    font-size: 14px;
}
.header .header_left
{
    background-image: url(images/header_left.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
.header .header_right
{
    background-image: url(images/header_right.gif);
    background-position: right top;
    background-repeat: no-repeat;
}
.header .header_middle
{
    text-align: left;
    padding-left: 10px;
    padding-top: 6px;
    margin: 0 6px;
    height: 21px;
    background-image: url(images/header_middle.gif);
    background-position: left top;
    background-repeat: repeat-x;
}

.header .header_middle a
{
	padding-top: 3px;
	padding-left: 5px;
	display: block;
	float: left;
}

.header .Head 
{
    font-family: Arial;
    font-size: 14px;
    color:#fff;
    font-weight:bold;
    float: left;
}
.container div.middle 
{
    border: 1px solid #dde1cf;
    border-bottom: none;
    border-top:none;
    background-color:#fff;
}
.container .footer
{
    font-family: Arial Verdana Tahoma;
    font-size: 14px;
}
.footer .footer_left
{
    background-image: url(images/footer_left.gif);
    background-position: left top;
    background-repeat: no-repeat;

}
.footer .footer_right
{
    background-image: url(images/footer_right.gif);
    background-position: right top;
    background-repeat: no-repeat;

}
.footer .footer_middle
{
    margin: 0 6px;
    height: 6px;
    background-image: url(images/footer_middle.gif);
    background-position: left top;
    background-repeat: repeat-x;
}
.container .ContentPane 
{
    padding: 10px;
}
.container h1 
{
    margin: 5px 0;
    color: #000;
    font-size:14px;
    font-weight:bold;
}
.container a, .container a:hover 
{
    color: #85c226;
    text-decoration:none;
}

