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

/**************************************************
*	
*	HTML Tag Styles
*	
**************************************************/
html, body {
	background-color:#dcd5c3;
	height: 100%;
}

body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#5d5d5d;
	margin-bottom:-5px;
}

h1 {
	font-size: 14px;
	color:#000000;
	line-height: 18px;
	margin: 0px;
	display: block;
}

a:link, a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; text-decoration: none; }
a:hover, a:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: none; }

h2 a:link, h2 a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 15px; color:#000000; margin:0px; }
h2 a:hover, h2 a:active { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 15px; color:#171717; margin:0px; }


/**************************************************
*	
*	General Page Design
*	
**************************************************/
a.enterHere:link, a.enterHere:visited {
	/* background-image:url(Enter_Here_Arrow.gif); background-repeat:no-repeat; background-position:right; */
	color: #FFFFFF;
	font-size: 14px;
	/* display:inline;
	width: 6.4em;
	float: right; */
}
a.enterHere:hover, a.enterHere:active {
	/* background-image:url(Enter_Here_Arrow.gif); background-repeat:no-repeat; background-position:right; */
	color:#FF0000;
	font-size: 14px;
	/* display: block;
	width: 6.4em;
	float: right; */
}


/**************************************************
*	
*	Content Area Box Layout
*	
**************************************************/
#contentArea {
	width:1024px;
	margin-left: auto; /* auto left right margins center align div */
	margin-right: auto;
	min-height: 100%;
}

#tc_Top{
	background:url(Card_Access_The_Wire_Stops_Here_very_soft_shadow.jpg) no-repeat top;
	width: 1024px;
	height: 297px;
}

#tc_Bottom{
	padding: 45px 50px 0px 50px; /* Top, Right, Bottom, Left */
	width: 924px; /* Was 1024, 864 */
	/* height: 279px; */
}

.tc_col{
	padding: 0px 50px 0px 0px; /* was 0px 50px 0px 0px */
	width: 255px; /* Was 250, 255 */
	float: left;
}
.tc_colRight{
	padding: 0px 0px 0px 0px;
	width: 255px; /* Was 250, 255 */
	float: left;
}
