.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 95px;
	width: 822px;
}
.top_menu_back {
	background-image: url(images/top_menu_back.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 69px;
	width: 800px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	margin: 0px;
}
.left_menu_back {
	background-color: #EBEBEB;
	background-image: url(images/left_menu_back.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 165px;
}
.content {
	background-color: #FFF;
	background-image: url(images/content_back.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
.left {
	background-color: #434341;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 40px;
}
.right {
	background-color: #434341;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 36px;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 39px;
	width: 822px;
}
.buttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
padding: 4px 0;
}

* html .buttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.buttonmenu a{ /*aero button CSS*/
background:url('images/top1.jpg') no-repeat;
width:152px;
display: block;
float: left;
font: bold 10px "Verdana", "Trebuchet MS"; /* Change 13px as desired */
line-height: 39px; /* This value + 8px should equal height of button background (default is 31px) */
height: 39px; /* Height of button background height */
text-align:center; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
}

.buttonmenu a:link, .buttonmenu a:visited, .buttonmenu a:active{
color: white; /*button text color*/
}


.buttonmenu a:hover{ 
background:url('images/top2.jpg') no-repeat top right;
display: block;
}

.blueblock{
width: 165px;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
color: #fff;
}

* html ,blueblock{ /*IE 6 only */
w\idth: 165px; /*Box model bug: 180px minus all left and right paddings for ,blueblock */
}

.blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

.blueblock li {

margin: 0;
}

.blueblock li a{
height:22px;
line-height:22px;
background-image:url(images/left1.jpg);
background-repeat:no-repeat;
display: block;
color: #000;
text-decoration: none;
width: 165px;
text-indent:20px;
}

html>body .blueblock li a{ /*Non IE6 width*/
width: auto;
}

.blueblock li a:hover{
height:22px;
line-height:22px;
background-image:url(images/left2.jpg);
background-repeat:no-repeat;
display: block;
color: #000;
text-decoration: none;
width: 165px;
text-indent:22px;
}
.content table tr td {
	text-align: left;
}
.footer {
	text-align: center;
}
.content table tr td .footer p {
	color: #FFF;
}
