@charset "ISO-8859-1";

/* This style sheet is shared by special news and promotions pages in the CFCU web site */


/* These rules undo some browser defined page and content rules which do not play well together */

html,body,p,h1,h2,h3,h4,h5,h6,form {margin:0;padding:0}

/* Reset some rules to our liking */

body{
	font: 76% arial, sans-serif;
	text-align:center;
	background-color: #DDD;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 1em;
}
p,table {
	margin-bottom: 1em;
}
a,a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Position divs on page to structure layout */

div#leftcolumn {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
div#container{width:605px;margin:0 auto}
div#leftcolumn{float:left;width:215px}
div#rightcolumn{float:left;width:320px;padding:10px;}
div#footer{clear:both;margin:5px 20px 20px;line-height: 4px;border-bottom: 20px solid #FFFFFF;}
div#header{height:87px;padding:20px;text-align:right;}

div#container{
	text-align:left;
	background-color: #FFFFFF;
}

/* Set background graphics and font colors for promotions pages */

body#promotions h1,
body#promotions h2,
body#promotions h3,
body#promotions h4,
body#promotions h5,
body#promotions h6 {
	color: #063;
}
body#promotions a {
	color: #063;
}
body#promotions a:hover {
	color: #900;
}
body#promotions div#header {
	background: url(promos-header.jpg) no-repeat scroll 20px 20px;
}
body#promotions #rightcolumn{
	background:url(promos-bkgrnd.jpg) no-repeat scroll;
}
body#promotions #leftcolumn{
	background:url(promo-sidebar-bkg.jpg) no-repeat scroll 20px -20px;
}
body#promotions div#footer{
	background: #063;
}

/* Set background graphics and font colors for news pages */

body#news h1,
body#news h2,
body#news h3,
body#news h4,
body#news h5,
body#news h6 {
	color: #009;
}
body#news a {
	color: #009;
}
body#news a:hover {
	color: #900;
}
body#news div#header {
	background: url(news-header.jpg) no-repeat scroll 20px 20px;
}
body#news #rightcolumn{
	background:url(news-bkgrnd.jpg) no-repeat scroll;
}
body#news #leftcolumn{
	background:url(news-sidebar-bkg.jpg) no-repeat scroll 20px 0px;
}
body#news div#footer{
	background: #000099;
}