/* CSS Document */

body{
	background-image:url(images/bgimage.png);
	background-repeat:repeat-x;
	background-color:#21161D;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.tabletext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
img, div 
{ 
	behavior:  url(iepngfix.htc);
}


#container{
	width:1054px;
	margin:0 auto;
}

#bodyleft{

position:relative;
right:3px;
float:left;
}

#bodyright{
	width:775px;
	float:right;
	margin: 0 60px 0 10px;
	left: -10px;
	position:relative;



}
*html #bodyright{
	width:760px;
	margin: 10px 30px 0 0;

}


#body{
	width:1062px;
	background-image:url(images/midsectionbg2.png);
	height:100%;
	margin:0 auto;
	padding:0 auto;
}
*html #body{
	margin-top:-4px;
}

#header {margin:0; padding:0;}

#footer{
	width:1062px;
 	background-image:url(images/footer.png);
	height:67px;
	margin:0 auto;
	padding:0 auto;
	
}

a {color:#990099; text-decoration:underline;}
a:hover {color:#333333}
h1, table h1 {
	font-size:20px;
	font-weight: bold;
	color:#000;
}
h2 {
	font-size:16px;
	font-weight: bold;
	color:#9f2777;
}
h3 {
	font-size:14px;
	font-weight: bold;
	color:#000;
}
