/* ----------------------------------------------- --------------------------- */
/* GLObal Styles */
/* ----------------------------------------------- --------------------------- */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#484848;
	background:url(../images/tbl_bg/sub_bg.jpg) #111b4c no-repeat top center;
	height:100%; /* this is the key! */ 
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	width:1002px;
	text-align:center;
}
* {
	font-family:Arial,sans-serif;
}
h1{
	padding:0px;
	margin:0px;
}

/* ----------------------------------------------- --------------------------- */
.printerFriendly{
	display:none;
}

/* ----------------------------------------------- --------------------------- */
/* HACKS refrences ------------------ NOT USED IN SITE AS of NOW */
/* ----------------------------------------------- --------------------------- */
#Example{
  border:10px;
  padding:10px solid;
  border:1px solid red;  /* this is for FF-Safari */
  width:100px;
}
* html #Example{  /* this is for IE*/
/*  width: 180px;*/
   border:1px solid blue;
  w\idth: 300px;
}
#myDIVExample{
	border:10px solid black;
	width:600px;
}
html>body #myDIVExample{
	width:180px;
}


/* ----------------------------------------------- --------------------------- */
/* Footer Styles
/* ----------------------------------------------- --------------------------- */
.mainFtrClip{
/* properties are define under "style_common.css" style sheet */
	padding:15px 18px 13px 18px;
	background-color:#f1f1f1;
	width:960px;
	text-align:left;
	display:block;
	color:#666666;
	border-top:1px solid #dadada;
	height:40px;
}
.ftrLeftBox{
	float:left;
	font-size:11px;
	width:600px;
/*	border:1px solid red;*/
	color:#d5d5d5;
}
.ftrLeftBox a:link, .ftrLeftBox a:visited {
	font-size:11px;
	color:#787878;
	padding:0px 6px 0px 6px;
	text-decoration:none;
}
.ftrLeftBox a:hover{
	font-size:11px;
	color:#2a61ae;
	text-decoration:none;
}
.ftrLeftBox .paddTenPx{
	line-height:25px;
}
.ftrRtBox{
	float:right;
	background:url(../images/ftr/bull_logo.gif) no-repeat 203px 0px;
	padding:0px 74px 0px 0px;
}
.ftrRtBox ul{
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	text-align:right;
	padding:2px 0px 1px 0px;
	margin:0px;
}
.ftrRtBox ul li{
	padding:0px;
	margin:0px;
	font-size:1%;
}


