@charset "UTF-8";
/* CSS Document */

body {
	margin: 10px;
	padding: 0px;
	background-color: #fff;
 	background-attachment:inherit;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000;
}

/* Wrapper */
#cspv {
	background-image:none;
	background-repeat: no-repeat;
	color: #000;
	overflow:visible;
}

#header {
	background-image: none;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 25px;
}

#printHeader {
	width: 750px;
	height: 126px;
	padding: 0;
	margin: 0;
	display:inline;	
}
#header_bottom {
	margin: 0;
	padding: 0;	
}

/* Content Wrapper */

#main { 
	
	background-color:#fff;
	color: #000;
	width:750px;	
	margin-left: auto; 
	margin-right: auto;	
	overflow:visible;			
}

/* CONTENT */

#content { 
	color: #000;
	background-color: #fff;
	font-family: tahoma, arial, sans-serif;
	
}





/* FOOTER */
#footer {
	
	overflow:visible;
}
.pagejumplinks {
	margin: 10px 0 15px 0;
}

.pagejumplinks li{
	list-style: none;
	padding: 5px 0;
}

#states {
	padding: 0 0 15px 0;
	
}

#content h3#tablefirst {

	font-weight: bold;
	color: #544961;
	font-size: 110%;
	border-bottom:1px solid #544961;
	
}

.tablehead {background-color:#848586 ;font-weight:bold;}

/*JUMP LINKS IN BLUEPRINTS MODEL PROGRAMS */
#jumplinks { overflow: visible; background-color:#313c63;  margin:20px 0 20px 0;}
#jumplinks ul {padding: 0 0 0 0; margin: 0px;}
#jumplinks ul li { margin: 0px; display: inline; }
#jumplinks ul li a {padding: 5px 5px 5px 5px; color:#fff;font-size:80%; font-weight:bold; text-decoration:none; border-right:2px solid white; float:left; }
#jumplinks ul li a:visited {color:#fff;}
#jumplinks ul li a:hover {background-color:#544961; color:#a39d9e;}







