.body          { font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0 }
		   H1   { color: maroon; font-size: 12pt; font-style: normal; font-weight: normal }
		   H2   { color: maroon; font-size: 12pt; font-style: normal; font-weight: normal }
		   H3   { color: maroon; font-size: 12pt; font-style: normal; font-weight: normal }
		   H4   { color: maroon; font-size: 12pt; font-style: normal; font-weight: normal }
		   H5   { color: maroon; font-size: 12pt; font-style: normal; font-weight: normal }
		   H6   { color: maroon; font-size: 12pt; font-style: normal; font-weight: normal }

.header  { 
color: white; 
background-image: url(../_images/sacramento-skyline.jpg); 
background-repeat: no-repeat }
}

.headerSac  { 
color: white; 
background-image: url(../_images/sacramento-skyline.jpg); 
background-repeat: no-repeat }
}

.headerStars   { 
color: white; 
background-image: url(../_images/GoldenStars.jpg); 
background-repeat: repeat-x }
}

.blue_border {
	border : 1px solid #000099;
}

.hr  { margin: 0; padding: 5px }

.p   { margin-top: 0; padding-top: 0 }


/* Series of classes for outlines and rules */
.ruletop{
	font-size: 10pt;
	border-top: 1px solid #CCCCCC;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 16px; 
	padding-left: 9px;	
}


.ruletopbg {
	background-color: #FFFFCC;
	border-top: 1px solid #CCCCCC;
}

.ruletopright {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.ruletoprightbg {
	background-color: #FFFFCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.ruletoprightleft {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.ruletopleft {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.ruletopleftbg_old {
	background-color: #FFFFCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.ruletopleftbg {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.ruleright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.rulerightbg {
	background-color: #FFFFCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.ruleleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.ruleleftbg_old {
	background-color: #FFFFCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.ruleleftbg {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.rulerightleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.rulebg {
	background-color: #FFFFCC;
}

/* For elements such as polls */
.grayborder {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 10px;
	padding: 5px;
}



/* For the primary content region of each page - No text styling just layout */

#maincolumn {
	margin: 10px 10px 10px 10px;
	padding: 0px;
}
#maincolumnnomargin {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* For the main index page of the site - Specific text styling */


/* Styling of links on the main index page */
 .ruletop a  { color: blue; font-weight: bold; text-decoration: none; font-decoration: none }

/* Styling of unordered lists on main index page */
 .ruletop ul	{
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
	}

/* Styling of each item in unordered lists on main index page */
 .ruletop ul li	 { text-indent: 2px; list-style: circle url(../_images/arrow.gif); margin: 0 0 0 16px; padding: 0 }	

/* Styling of mouseover changes of links on main index page */
 .ruletop a:hover {
	font-decoration: underline;
	color: #CC3300;
}

/* Block level formatting of individual text ads */
#textad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px 4px 8px 4px;
	height: auto;
	width: auto;
}

/* Styling of links in text ad blocks */
#textad a {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}

/* Styling of links in main Body */
.secondURL { }

.secondURL a {
	text-decoration: underline;
	font-weight: normal;
	color: blue;
}




/* Styling of footer text (each page) */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}


/* Nav buttons, code and method adapted from alistapart.com */
/* Main block level definition */
.ruletoprightbg  { color: #000000; 
font-size: 12px; 
font-family: Arial, Helvetica, sans-serif; 
font-style: normal; line-height: 16px; 
text-decoration: none; 
background-color: #ffffcc; 
margin-bottom: 10px; 
padding: 0 0 10px; width: 210px }

	/* Each button is actually a member of an unordered list */
	.ruletoprightbg ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}
	
	/* List items */
	.ruletoprightbg li {
		border-bottom: 1px solid #CCCCCC; /* Color for the rules separating each "button" */
		margin: 0;
	}

	/* Special styling and indentation for section headers, which are inactive buttons */
	.ruletoprightbg li.head {
		padding: 2px 2px 2px 0.5em;
		border-bottom: 1px solid #CCCCCC;
		font-weight: bold;
		margin: 0;
	}
	
	/* Active buttons */
	.ruletoprightbg li a {
		display: block;
		padding: 2px 2px 2px 0.5em;
		background-color: #FFFFCC;
		color: #000000;
		text-decoration: none;
		width: 200px; /* Compensate for weird IE behavior (1 extra pixel of padding) */
	}
	
	/* Not relevant in our implementation because we are using table cells, but leave in for reference
	html>body #button li a {
		width: auto;
	}  */
	
	/* Light up the button with this color on mouseover */
	.ruletoprightbg li a:hover {
		background-color: #EEEEEE;
	}
	

/* Block level formatting of individual Cross Links */
#cl  { font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: lighter; line-height: 8pt; font-stretch: condensed; text-decoration: none }

/* Styling of links in text ad blocks */
#cl a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

/* Block level formatting of alsoSee */
#alsoSee {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px 4px 8px 4px;
	height: auto;
	width: auto;
}

/* Styling of links in alsoSee blocks */
#alsoSee a {
	color: blue; 
	font-weight: bold; 
	text-decoration: none; 
	font-decoration: none
}


/* NOT USED AT THIS TIME
/* Blue and orange striping in the header, padded with a nonbreaking space */
.topstrip {
	background-color: #99CCFF;
	padding-bottom: 10px;
	border-bottom: 3px solid #CC3300;
	margin: 0;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.topstrip2 {
	background-color: #99CCFF;
	padding-bottom: 10px;
	border-bottom: 3px solid #CC3300;
	margin: 0;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* Block level formatting of large ads */
#bannerad {
	padding: 10px 10px 10px 10px;
	height: auto;
	width: auto;
}

/* Formatting of subsection titles on main index page */
.subsectiontitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

/* General purpose small, clean text styling */
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/* Class for styling of input form elements */
input.clean {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* Class for styling of select (drop-down) form elements */
select.clean {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* Styling of topNote text (each page) */
.topNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

#noitalic i {
	font-style: normal;
}

#previews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
}

	#previews a.head {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 15px;
		font-weight: bold;
		color: #000099;
		text-decoration: none;
	}
	
	#previews .item {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#previews .last {
		padding-top: 0px;
		padding-bottom: 20px;
	}

#datehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #0000;
	text-decoration: none;
}

#previews img {
	padding-bottom: 5px;
}
#firstcolpreviews img {
	padding-top: 3px;
	padding-bottom: 5px;
	padding-bottom: 6px;
}

/* Styling for TopLevel ads */
.toplevel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px 4px 4px 4px;
	height: auto;
	width: auto;
}

.toplevel table {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse; 
	border-spacing: 0;
}
.toplevel td {
	padding: 0;
}
.toplevel a {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
.article_body {
  font:12px/18px Verdana;
}

#extendedcolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}
#extendedheadbig {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		line-height: 21px;
		font-weight: bold;
		color: #000099;
		text-decoration: none;
}

#topadbar{ background: #ffc; 
border-bottom: 1px solid #f2e389; 
text-align: center; 
height:25px; 
line-height:24px;}




input.btn{
   color:#990000;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#FFFFCC;
   border:1px solid;
   border-top-color:#000099;
   border-left-color:#000099;
   border-right-color:#000099;
   border-bottom-color:#000099;}
   
input.btnhov{
   border-top-color:#990000;
   border-left-color:#990000;
   border-right-color:#990000;
   border-bottom-color:#990000;}
      