/* STYLE SHEET HOME FONTS */
/* VERSION 1.0          */

/* 
CEP Green   #009370
CSEP Blue   #007AC2
C3A Red     #CC1140

Yellow bar  #FDB927
Yellow logo #F6C73E
*/

@media screen {

/* SET PAGE =============== */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
p {
	font-size: 80%;
	}
	
#sitelinks p, #sitelinks p a, #sitelinks p a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#news h2 {
	text-indent: -999999px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	position: absolute;
	overflow: hidden;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
#news p {
	padding: 0 15px 0 15px;
	margin: 0.1em 0;
	color: #9B1F43;
	}

#news a, #news a:visited, #news a:link {
	color: #9B1F43;
	text-decoration:none;
	}
	
#news a:hover {
	text-decoration:underline;
	}
	
#news #ticker p, #news #ticker p a, #news #ticker a, #news #ticker p a:visited, #news #ticker a:visited {
	color: #4162AA;
	}

/* LINKS STRIP ########################### */

#links {
	}
	
.linkbox p {
	margin:0;
	padding:0.3em 15px 0.1em 15px;
	margin-top:0.2em;
	font-size: 0.9em;
	}
	
.linkbox h2.noLinks {
	background-image: url(../i/links1-top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding:20px 15px 20px 15px;
	margin:-1px 0 0 0;
	line-height:140%;
	font-size: 0.9em;
	color: #FFFFFF;
	}
	
.linkbox h2.noLinks a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
	
span.bigger {
font-size: 1.2em;
}
	
.linkbox p, .linkbox p a, .linkbox p a:visited, .linkbox p a:link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
	
.linkbox p a:hover {
	text-decoration:underline;
	}
	
.linkbox h2 {
	background-image: url(../i/links1-top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin:0;
	padding: 0.5em 15px 0.2em 15px;
	color: #F5C63E;
	font-size: 1.3em;	
	}
	
.linkbox .second h2 {
	background-image: url(../i/links1-middle.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 35px;
	}

	
/* FOOTER STRIP ########################### */

#footer p, #footer a, #footer a:visited {
	color: #666666;
	text-decoration: none;
	}



} /* END @media screen */


/* HIDE SOME DIVs WHEN PRINTING ========================= */

@media print {
}

/* END ========================= */
