.left_bgcolor{
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#ffffff);
}

.body {

    background-color: #D5D9DA;

	background-image: url(Images/background.jpg);

	background-repeat: repeat-x;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;
}

.line {
	border-top: 1px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;
}

.text {
	font:normal 12px/1.5 "Verdana", "Trebuchet MS";
	color: #333333;
}
.text_content {
	font:normal 11px/1.5 "Verdana", "Trebuchet MS";
	color: #333333;
	padding-left: 50px;
}

.left_text_title{
	font:normal 12px/1.5 "Verdana", "Trebuchet MS";
	color: #333333;
	font-weight: bold;;
}
.left_text{
	font:normal 10px/1.5 "Verdana", "Trebuchet MS";
	color: #333333;
	padding-left: 30px;
}
.left_text a:link, .left_text a:visited, .left_text a:active{

color: #333333; /*button text color #0C3543*/
text-decoration: none;
}

.left_text a:hover{
color: #006699; 
text-decoration: underline;
}
.top_menu_back {


	background-repeat: repeat-x;

	float: left;

	height: 36px;

	width: 800px;

	padding-top: 20px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 30px;

	margin: 0px;

}

.buttonmenu{ /*container that holds a row of aero buttons*/

overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */

width: 800px;

padding: 0 0;

}

.buttonmenu a{ /*aero button CSS*/

background:url('Images/top_menu_bk_1.jpg') no-repeat;

width:105px;

display: block;

float: left;

font: bold 10px "Verdana", "Trebuchet MS"; /* Change 13px as desired */

line-height: 35px; /* This value + 8px should equal height of button background (default is 31px) */

height: 36px; /* 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: #FFFFFF; /*button text color #0C3543*/

}

.buttonmenu a:hover{ 

background:url('Images/top_menu_bk_2.jpg') no-repeat top right;

display: block;

}.h1 {
	font-size: 24px;
	color: #E45912;/*#003366*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom:#000 solid 1px;
}
.foot_text {
	font-family: Verdana;
	font-size: 12px;
	color: #0C3543;
	line-height: 3;

}

