body {
	margin:0;
	padding:0;
	text-align:center;
	background:#fff url(../images/tpl_background.png) repeat-x 0 0;
}

/** Formatting Defaults **/
h1,h2,h3,h4,h5,h6,p,form,ul,ol,blockquote {
	margin:0;
	padding:0;
}
td, body {
	font:13px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
}
p {
	margin-bottom:18px;
}

h1 {
	color:#000;
	font:18px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h2 {
	color:#ed1c24;
	font:18px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a:link, a:visited {
	color:#000;
	text-decoration:underline;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

/** Layout Elements **/
#wrapper {
	width:736px;
	margin:0 auto;
	text-align:left;
	padding-top:2px;
	
}
td#leftBorder {
	width:1px;
	background: transparent url(../images/tpl_sidebar.gif) no-repeat right top;
}
td#rightBorder {
	width:1px;
	background: transparent url(../images/tpl_sidebar.gif) no-repeat left top;
}
td#mainColumn {
	background-color:#fff;
	border-top:1px solid #343434;
}
#searchWrapper {
	float:right;
	margin-top:30px;
}
#masthead {
	padding-bottom:19px;
	background-color:#000;
}
#contentWrapper {
	padding:32px 0 0 0;
}
#dfIntro {
	margin:20px 0;
	padding:20px 260px 20px 20px;
	background-color:#f4f4f4;
}
#featuredBox {
	position:absolute;
	right:-12px;
	top:-50px;
	width:231px;
}
#introText {
	width:260px;
}
#gsaLogo {
	float:right;
	padding-top:20px;
	width:180px;
}
	/*
	#featuredBox .cap {
		height:20px;
		background: url(../images/featured_box_cap.png) no-repeat 0 0;
	}
	#featuredBox .base {
		height:17px;
		background: url(../images/featured_box_base.png) no-repeat 0 0;
	}
	*/
	#featuredBox .info {
		padding:0 18px;
		background: url(../images/featured_box_repeat.png) repeat-y 0 0;
	}
	
#footer {
	text-align:right;
	font-size:11px;
	line-height:16px;
	color:#666;
	padding:32px 0 60px 0;
	background: url(../images/sep_dotted_horiz.gif) repeat-x 0 12px;
}

/** Common Element Styles **/
.colABC {
	color:#666;
	padding:0 20px;
	background: url(../images/sep_dotted_vert.gif) repeat-y 455px 0;
}
.colABC-AB {
	width:435px;
	float:left;
}
.colABC-C {
	width:239px;
	margin-left:20px;
	float:left;
}
.contentPad {
	padding:0 20px;
}
.spaced {
	padding-bottom:14px;
}

ul.performanceList {
	width:207px;
	float:left;
	list-style-type:none;
}
	ul.performanceList li {
		padding-bottom:8px;
		padding-left:10px;
		background:url(../images/bullet_arrow.gif) no-repeat 0 6px;
	}


.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
