@charset "UTF-8";
/* CSS Document */

img, div, .leftbar, .rightbar { behavior: url(iepngfix.htc) }

body {
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:12px;
		text-align: center;
		background-image:url(../pics/background.png);
		background-repeat:repeat;
		margin: 0px;
	}
	
	table {
		padding:0px;
	}
	
	.container {
		width:860px;
	}
	
	.tblbody {
		width:750px;
		vertical-align:top;
		
	}
	
	.flash {
		background-color:#282828;
	}
	
	.promo1 {
		width:256px;
		padding:5px;
	}
	
	.info1 {
		padding:12px 86px 24px 86px;
		vertical-align:top;
		font-size:15px;
		text-align: justify;
		line-height:1.3;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.header2 {
		width:745px;
		padding:5px;
		text-decoration:underline;
	}
	
	.leftbar {
		background-image:url(../pics/leftbar.png);
		background-repeat:repeat-y;
		width:55px;
	}
	
	.rightbar {
		background-image:url(../pics/rightbar.png);
		background-repeat:repeat-y;
		width:55px;
	}
	
	.leftfootbar {
		background-image:url(../pics/leftfootbar.png);
		width:55px;
	}
	
	.rightfootbar {
		background-image:url(../pics/rightfootbar.png);
		width:55px;
	}
	
	.shdfoot {
		background-image:url(../pics/bottombar.png);
		background-repeat:repeat-x;
		width:860px;
		height:27px;
	}
	
	.maintext {
		vertical-align:top;
		background-color:#282828;
		background-image:url(../pics/tablebg.gif);
		background-repeat:repeat-y;
	}
	
	.footer {
		background-color:#282828;
		width:440px;
		background-image:url(../pics/footer.png);
		height:28px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align:right;
		vertical-align:middle;
		color:#ffffff;
	}
	
	.headertext {
		font-size:20px;
		font-weight:bold;
	}
	
	h1 {
		font-size:16px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
	
	a {
		color: #ffffff;
	}
	
	a:link { 
		color: #ffffff;
	 }
	 
	a:hover {
		color: #cfad1f;
	}
	
	.headermain {
		font-weight:bold;
		background-color:#66CCFF;
		font-size:14px;
	}