.container {
	float: left;
	height: auto;
	width: 980px;
	margin: 0px;
	padding: 0px;
	clear: left;
}
.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	height: 85px;
	width: 875px;
	margin-top: 20px;
	margin-left: 45px;
}
.topmenu {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 45px;
	width: 980px;
	clear: left;
}
.menudiv {
	float: left;
	height: 30px;
	width: 900px;
	padding-top: 3px;
	padding-left: 70px;
}
.right {
	float: right;
	height: auto;
	width: 179px;
	background-color: #B80002;
	padding: 0px;
	margin-right: 0px;
}
.left {
	float: left;
	height: auto;
	width: 625px;
	padding-left: 15px;
}
.cbottom {
	background-image: url(images/cbottom.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	width: 980px;
	clear: left;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.buttonmenu{ /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: auto;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;

}



* html .buttonmenu{ /*IE6 and below hack. Set explicit strip width*/

width: 100%;

}



.buttonmenu a{ /*aero button CSS*/

background:url('images/button1.jpg') no-repeat;

width:132px;

display: block;

float: left;

font: bold 10px "Verdana", "Trebuchet MS"; /* Change 13px as desired */

line-height: 30px; /* This value + 8px should equal height of button background (default is 31px) */

height: 30px; /* Height of button background height */

text-align:center; /* Width of left menu image */

text-decoration: none;

margin-right: 5px; /*spacing between buttons*/
color:black;

}









.buttonmenu a:hover{ 

background:url('images/button2.jpg') no-repeat top right;

display: block;
color: white;

}
.blueblock{

width: 179px;

font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;

font-size: 90%;

color: #fff;

}



* html ,blueblock{ /*IE 6 only */

w\idth: 179px; /*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;

display: block;

color: #fff;

text-decoration: none;

width: 179px;

text-indent:20px;
border-bottom: #ccc 1px solid;

}



html>body .blueblock li a{ /*Non IE6 width*/

width: auto;

}



.blueblock li a:hover{

height:22px;

line-height:22px;

display: block;

color: #fff;

text-decoration: none;

width: 179px;

text-indent:22px;
border-bottom: #cdcdcd 1px solid;
}

body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCC;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
}
.content {
	float: left;
	height: auto;
	width: 650px;
	padding-left: 80px;
}
.righth {
	background-image: url(images/righthead.jpg);
	margin: 0px;
	float: left;
	height: 25px;
	width: 169px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}



a:link {
	color: #900;
}
a:visited {
	color: #900;
}
a:hover {
	color: #000;
}
a:active {
	color: #333;
}
h1 {
	font-size: 24px;
	color: #900;
	border-bottom: #666 1px dotted;
	width: 600px;
}
h2 {
	font-size: 18px;
	color: #333;
	border-bottom: #666 1px dotted;
	width: 600px;
}
h3 {
	font-size: 18px;
	color: #900;
	border-bottom: #666 1px dotted;
	width: 600px;
}
h4 {
	font-size: 16px;
	color: #404040;
	border-bottom: #666 1px dotted;
	width: 600px;
}
.contentdiv {
	background-image: url(images/container.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 857px;
}
.right_text {
	padding: 10px;
	float: left;
	height: auto;
	width: auto;
	color: #FFF;
}