﻿body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Trebuchet MS,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	background-color: #1A1A1A;
	background-image: url('../images/patt.jpg');
}
#container {
	text-align: left;
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
}
#header {
	background: #FFFFFF url("../images/treeverbbanner") no-repeat left top;
	height: 140px;
	padding: 0px;
}
#menu {
	background:  #333432;
	height: 24px;
	margin: 0px;
	clear: both;
	border-top: 2px solid #1A1A1A;
	border-bottom: 2px solid #1A1A1A;
	padding-left:16px;
	padding-top:9px;
	font-weight: bold;
	text-align: center;
}
.adminmenu {
	background:  #336699;
	height: 24px;
	margin: 0px;
	clear: both;
	border-top: 2px solid #1A1A1A;
	border-bottom: 2px solid #1A1A1A;
	padding-left:16px;
	padding-top:9px;
	font-weight: bold;
	text-align: center;
}
#content {
	background:  #464745;
	padding-left: 16px;
	margin: 0px;
	border-bottom: 2px solid #1A1A1A;
	overflow: auto;
	padding-top:15px;
	padding-bottom:15px;
	padding-right: 15px;
}
#footerwrap
{
	background:  #8F918E;
	height: 33px;
	font-size: 11px;
	padding: 0px;
	width:100%;
	margin-bottom: 15px;
}
#footer 
{
	height: 24px;
	color: #333342;
	padding-top:9px;
	padding-left:16px;
	width:200px;
	border: 0px;
	float: left;
	background-image: url('../images/footer_left.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	
}
#footerright
{
    background-image: url('../images/footer_right.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 24px;
	color: #333342;
	padding-top:9px;
	padding-right:16px;
	border: 0px;
	float: right;
	text-align: right;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 700;
	margin: 0px 30px 0px 30px;
	padding: 0px;
	font-size: 13px;
}
#menu a:hover, #menu a:active, #menu a:focus {
	color: #CCCCCC;
	text-decoration: none;
}

a, a:active
{
    text-decoration: none;
    color: White;
}
a:hover
{
    text-decoration: underline
    color: White;
}
H2, H2 a, H2 a:active
{
    font-size: 18px;
    font-weight:bold;
    color: #B7D48C;
    font-family: Arial;
    margin-bottom: 3px;
    margin-top: 3px;
}