/* stylesheet for cspa sites */

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
   text-align: center;
	background-image: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	z-index: 1;
}

#wrapper {
background-color: #fff;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: left;
	margin-bottom: 10px;
   border-bottom: 1px solid #628A90;
	border-top: 1px solid #628A90;
	border-right: 1px solid #628A90;
	border-left: 1px solid #628A90;
	z-index: 2;
	}
	
	#header {
	background: #000033;
	border-bottom: solid 1px #628A90;
	height: 102px;
	padding: 5px 0px 5px 10px;
	margin: 0;
	clear: right;
}
	

	
	#leftcol {
	 float: left;
	 width: 170px;	
		}
	
	#maincontent {
      background-color: #fff; 
		width: 540px;
		float: right;
		padding-left: 10px;
		padding-right: 10px;
		border-left: 1px dashed gray;
		clear: both;
		z-index: auto;
	}
	
	
	#footer {
	height: 35px;
	color: White;
	text-align: center;
	position: relative;
	clear: right;
	background-color: #628A90;
	width: 750px;
	border: 0px;
	margin: 0px;	
	height:31px;
  padding: 3px 0 0 0;
	}
	
		#footer a {
		color: #ffffff;
	}
	
	
	:link,:visited { text-decoration:none }
	
	img {
		border-width: 0px;
	}
	
	.imgleft{
		float: left;
		padding-right: 7px;
		padding-bottom: 3px;
	}
	
	.imgright{
		float: right;
		padding-left: 7px;
		padding-bottom: 3px;
	}
	
	#firefox {
	text-align: left;
		padding-right: 0px;
		margin-left: 10px;
		text-decoration: none;
	}
	
	h3 {
	
		padding-bottom: 3px;
	}
	
	h4 {
		font-size: 140%;
	}
	
	/* to close up the headlines with the first para */
	hi, h2, h3, h4, h5, h6 {
	margin-bottom: 3px;
}

p {
	margin: 0 0 1em;
}



	
	/******************************************************************************/
/*******************************************************************************
*  vnav.css : 2004-07-21 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  responsible for the vertical navigation elements commonly found in the left
*  and / or right columns.
*******************************************************************************/

.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #000033;
	border-bottom-width: 0;
}
.vnav li
{
	border-bottom: solid 1px #7E7E7E;
	border-top: solid 1px #ffffff;
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 1%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}
.vnav h3
{
	/* perhaps this belongs partly in gutters.css and partly in 
	   fonts.css. However, the heading size for vnav elements is
	   controlled here because it is a specific vnav visual element
	   rather than something that's going to be applied to the whole
	   layout. So that if you were to remove vnav.css from your
	   layout, you wouldn't have any extra, unused CSS in the rest
	   of your stylesheets. */

	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}

	
.vnav
{
	margin: 1em 0;
	width: 160px;
	padding: 10px;
}

.vnav ul li a
{
	color: #000033;
	background-color: #97B7BB;
	background-image: none;
}

.vnav ul li a:hover
{
	background-color: #000033;
	background-image: none;
	color: #fff;
}
	

/******************************************************************************/


/* the following styles control the spending tables */
#links {
 background-color: #000033; 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 100%;
  border: 0px none;
}
#links td{
 padding-right: 15px;
 padding-bottom: 2px;
 padding-top: 2px;
 background-color: #fff;
  border: 0px none;
 }
 
#links th{
 background-color: #fff;
 text-align: right;
 padding-right: 10px;
 padding-bottom: 2px;
 padding-top: 2px;
 border: 0px none;
}