/* the default background of all pages is white */
body{	background: White;  margin-bottom: 0;  margin-left: 0;  margin-right: 0;  margin-top: 0;    }

/*the default font is 12px sans-serif*/
a, td, p, b, input, div, ul, ol, li {font-family:arial,helvetica; font-size:12px;}


/*these are used when making sections of the pages background different colors*/
.dkgrn{	background-color: #004931;}
.ltgrn{	background-color: #ccff99;	font-size: 10px;}
.ltgrntnt{	background-color: #E0FDC3;}
.navy{	background-color: #000099;	text-align:center;}
.white{	background-color: #ffffff;}
.dperi{	background-color: #babfef;}
.lperi{	background-color: #cdd1fa;}
.dfawn{	background-color: #cdbdb5;}
.lfawn{	background-color: #d7ccc6;}
.dslate{	background-color: #bec8d5;}
.lslate{	background-color: #ced5de;}
.dgrey{	background-color: #cdd2cc;}
.lgrey{	background-color: #dee5d7;}
.dcelery{	background-color: #e2ffc6;}
.lcelery{	background-color: #f0ffe2;}
.wheat{	background-color: #eae8c3;}
.paleyel{	background-color: #f8f8c5;}
.choc{ background:#55260f; }
.blk{ background: black; }

/*small navigation links*/
.sml{	color: #000099; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 10px; text-decoration: none;	font-weight: bold;}
.sml:hover{	color: #5E5FFF;}
.sml:visited{	color: #5E5FFF;}

/*main header navigation links*/
.pscnav{	color: #000099;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	text-decoration: none;	font-weight: bold;	text-align: center;}
.pscnav:hover{	color: #254C87;}
.pscnav:visited{	color: #254C87;}
/*left header navigation links*/
.pscnav1{	color: #000099;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	text-decoration: none;	font-weight: bold;	text-align: left;}
.pscnav1:hover{	color: #5E5FFF;}
.pscnav1:visited{	color: #5E5FFF;}
/*secondary navigatin links*/
.sec{color: #004931; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	text-decoration: none;	font-weight: bold;}
.sec:hover{	color: #00994e;}
.sec:visited{	color: #00994e;}
/*links for the top right of header*/
.pstop{color: #ffffff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	text-decoration: none;	font-weight: normal;}
.pstop:hover{	color: #ffffff;}
.pstop:visited{	color: #ffffff;}

/*heading definitions*/
h1, h2, h3, h4, h5, h6{	font-family: Verdana, Geneva, Arial, Helvetica;}
/*h2{	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 14px;	text-decoration: none;	font-weight: bold;}
h3{	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 13px;	text-decoration: none;	font-weight: bold; }
h4{	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 12px;	text-decoration: none;	font-weight: bold; }
h5{	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	text-decoration: none;	font-weight: bold; }
h6{	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 10px;	text-decoration: none;	font-weight: bold; }
 */
 /*page heading and date properties*/
  .pagename{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	text-decoration: none;	font-weight: bold;	text-align: left; margin-top: 2px;
 margin-bottom: 2px;}
  /*main content heading*/
.news {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 15px;	text-decoration: none;	font-weight: bold;	text-align: left; margin-top: 2px;
 margin-bottom: 2px;}
  /*bread crumb*/
.bread{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 10px;	font-weight: normal;}

