body {
	background-color: #e8e086;
	background-image: url(/home/images/background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

/* SCE colors */
/* Green #5D9732 */
/* Light Green #baf28f */
/* Gold #E1CF01 */
/* Bright Gold #FFEB01 */
/* Red #C41230 */
/* Blue #00538B */

.nav {
	background-color : #5D9732;
    cursor : hand;
    border-width:1px;border-color:white;border-style:none none none none;
	color: #FFEB01;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	height: 40;
}
.subnav {  
	cursor : hand;
    border-width:1px;border-color:white;border-style:none none none none;
  	background-color: #5D9732;
	filter:alpha(opacity=90);
	opacity: 0.9;
	color:#FFEB01;
	font-weight: bold;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 15px;
	vertical-align: middle;
	text-align : center;
	height : 35;
}
b.select {
	color: Black;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-variant : small-caps;
}

td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
}

a {
	color: black;
	text-decoration: none;
	cursor: hand;
}

a:hover {
    color: #00538B
}

table.pagetable {
	border: 2px;
	border-color: #5D9732;
	border-style: solid;
	background: white;
}

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00538B;
	background-color: #baf28f;
	font-weight: bolder;
	line-height: 22px;
}

.whiteBorder {
    font-size: 1px;
    line-height: 1px;
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #FFFFFF;
}

.leadletter {
	color: #0b357f;
 	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 28px;
}

.featuretext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343432;
	font-weight: bolder;
	line-height: 28px;
	vertical-align: top;
	padding : 30;
}       

.redtext {
	color: #C41230;
	font-weight : bolder;
}

.centercolumntop {
	border-left: 2 solid #00538B;
	border-right: 2 solid #00538B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
  color: black;
	padding: 13;
}

.centercolumnbottom {
	border-top: 2 solid #00538B;
	border-left: 2 solid #00538B;
	border-right: 2 solid #00538B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
  color: #FFEB01;
	padding: 13;
}

.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343432;
	font-weight: bolder;
	line-height: 18px;
	vertical-align: top;
	padding : 15;
} 

.blueline {
  margin: 15px;
  border-top: 2 solid #0b357f;
	font-size: 1px;
	line-height: 1px;
}

