html, body {
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
	background-color: #fff;
	background-image:none;
	background-repeat:repeat-x;
	background-position:center top;
	color:333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#container {margin: 0 auto;	width:100%;	text-align:left; min-height:100%; position:relative;}
#inner_container { width:940px;	margin: 0 auto;	}
#header {display:none}

/* header */
#header h1 {display:none;}
#search_logo {display:none}
#navbar {display:none}
#mainImage {display:none}

/* content */
.seperator{margin:10px 0; border-bottom:dotted 1px #666;}

#rightCol {
	float: right;
	width: 270px;
	padding: 0px 20px 130px 10px;
	margin-top:20px;
}
#leftCol {
	padding:20px 20px 130px 20px;	/* Padding bottom height of the footer */
	margin: 0 300px 0 0; 	
}
#leftCol li {margin-bottom:1em;}

/* sifr styling */
.sIFR-flash {display    : none !important;}
  
h1 {font: 30px Arial, Helvetica, sans-serif; font-weight:lighter; color: #CCCCCC;}
h2 {font: 16px Arial, Helvetica, sans-serif; font-weight:normal; color: #333333; padding-top:10px;}
h3 {font: 14px Arial, Helvetica, sans-serif; font-weight:lighter; color: #FF3300; padding-top:8px;}
.copyBold {font-weight:bold;}
a {color:#CC0000; text-decoration:none}
a:hover {color:#666666; text-decoration:underline;}

.bullets {margin-left: 24px; padding-left: 0; list-style: none;}
.bullets li {padding-left: 14px; background-image: url(../images/common/bullet.gif); background-repeat: no-repeat; background-position: 0 3px;}

/* footer */
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:110px;			/* Height of the footer less 20px*/
	background-image: none);
	background-repeat:repeat-x;
	background-position:center top;		
}
#inner_footer {	width:940px; margin:0 auto;	}
#inner_footer p {margin:0; padding:5px 20px; font-weight:bold;}
#inner_footer .address {float:left;	width:350px; height:70px; text-align:left; margin:20px 0 0;	color:#000;}
#inner_footer .address a { color:#000; text-decoration:none;}
#inner_footer .address a:hover { color:#CCC; text-decoration:underline;}
#inner_footer .copyRed { color:#FF0000;}
#inner_footer .domain {	display:none}

/* floats */
.fltrt { float: right;	margin-left: 8px;}
.fltlft { float: left;	margin-right: 8px;}
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px;}