body{
      margin:0px;
      padding:0;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  background-color: #EDECEC;
   }
.tdLeft{
	background-image:url(images/shw_left.jpg);
	background-repeat:repeat-y;
	}
.tdCenter {
	background-color:#DBDBDB;
	padding-left: 15px;
	padding-right:15px;
}
.tdRight{
	background-image:url(images/shw_right.jpg);
	background-repeat:repeat-y;
	}
.tdBottom{
	background-image:url(images/shw_bottom.jpg);
	background-repeat:repeat-x;
	}
p, ul {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}
h1 {
	font-size:18px;
	}
/*--- HEADER ------------------------------------------------------------------------------------------- HEADER */
#header {
	margin-top:15px;
	margin-bottom:15px;
	/*border: thin solid red;*/
	}
/*--- top nav ----------------------------------------------------------------------------- top nav -------------------*/
#topNav {
	height: 40px;
	background-color:#464646;
	background-image:url(images/nav_stripe.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size: 12px;
	padding: 10px;
	text-align:center;
	}
/* fix for height - padding in not IE*/
html>body #topNav {height: 20px;}	
	
#topNav a {
	color:#FFFFFF;
	text-decoration:none;
	}
#topNav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

/*--- Flash banner --------------------------------------------------------------------margin-right: 20px;-----------------------html>body #flashBanner {border: 1px solid #a2c9ed;} MAIN */
#flashBanner {
	background-color:#a2c9ed;
	height: 240px;
	margin:0px;
	color: #ffffff;
	font-size:14px;
	}

#flashBanner .left{
	float:left;
	
	}
#flashBanner .text{
	margin-top: 15px;
	color: #ffffff;
	font-size:14px;
	text-align:center;
	}
/*--- MAIN ------------------------------------------------------------------------------------------- MAIN */
#main {
	background-color:#ffffff;
	margin-top:0px;
	margin-bottom:15px;
	padding: 10px;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	height: 100%;
	/*fixes padding bug*/
	border: 1px solid #ffffff;
	}
html>body #main {height: auto;}
#rightCol{
	width: 200px;
	float: right;
	border-left: solid 1px #a2c9ed;
	margin-left: 20px;
	padding-left: 10px;
	height:auto;
}
.rightCol{
	border-left: solid 1px #a2c9ed;
	width: 180px;
	padding:5px;
	margin:0px;
	margin-left: 20px;
	float:right;
}
.disclaimer{
	font-size: 9px;
	line-height: 1.4em;
	color: #66A2E7;
}
.flashTxt{
	font-size: 9px;
	line-height: 1.4em;
}
/*--- image alignments ----------------------------------------------------------------- image alignments -------------------*/
.imageLeft{
	margin: 0px;
	padding:0px;
	float:left;
	vertical-align:top;
}

.imageRight{
	margin:0px;
	padding:0px;
	float:right;
}
.clear{
	clear:both;
	}
/*--- back to ---------------------------------------------------------------------------- back to -------------------*/
.backto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #000000;
	margin-right:10px;
	
}
.backto a {
	color: #000000;
	
}
.backto a:hover{
	color: #CB1009;
	
}
#search{
	height: 1px;
	overflow:hidden;
	}



/*--- footer ------------------------------------------------------------------------- footer -------------------*/
#footer {
	height: 80px;
	padding-top: 20px;
	font-size: 10px;
	text-align: center;
	background-image:url(images/foot_stripe.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
}
html>body #footer {height: 60px;}
#footer p{
	color:#FFFFFF;
}
