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


/* RESET STYLE RULES 
------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, img {
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
}



/* CONTENT  
--------------------------------------------------------------------------- */
#content {
	float: left;
	width: 980px;
	clear: both;
	margin: 0px 0px 50px;
	background: url(../images2/top-content-bg.jpg) no-repeat top;
}



/* LEFT COLUMN 
--------------------------------------------------------------------------- */
#col-left {
	float: left;
	width: 305px;
	margin: 0px 0px 0px 15px;
	_margin-left: 10px;
}

#col-left span.copy-title {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #005DAA;
	display: block;
	letter-spacing: 1px;
	margin: 160px 0px 0px;
}

#col-left p.copy {
	font-size: 13px;
	line-height: 22px;
	color: #000000;
	letter-spacing: 1px;
}

#col-left .border {
	margin: 20px 0px 15px;
	width: 300px;
}



/* MAIN COLUMN CONTENT 
--------------------------------------------------------------------------- */
#col-main {
	width: 620px;
	margin: 72px 10px 0px 0px;
	_margin-right: 5px;
	float: right;
}


#col-main .news-campaigns-title {
	margin: 0px 0px 10px;
}



#col-main table {
	width: 620px;
}
#col-main table td {
	color: #8B8B8B;
	padding: 8px 4px;
	font: 12px Arial, Helvetica, sans-serif;
}
#col-main table td p {
	color: #797979;
	padding: 8px 0px 8px 0px;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
#col-main table td.bg {
	border-bottom: 1px solid #E3E3E3;
	line-height: 18px;
}
#col-main table td a {
	font-size: 12px;
	color: #336699;
	text-decoration: none;
}
#col-main table td a:hover {
	color: #005daa;
	text-decoration:underline;
}

