body {
	margin: 0px; 
	margin-top: 20px;
	margin-bottom: 0px;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	text-align: center;
}

p, td, div, li{
	font-family: arial;
	font-size: 10pt;
	color: #333333;
	line-height: 1.4;
}

b {color: #555555;}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	font-family: arial;
	color: #4c539a;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #4c539a;
}

a.image:hover {
	background-color: #FFFFFF;
}

ul#news_update {
margin-left: 0px;
padding: 0px;
}

ul#news_update li{
/**list-style-type: none;**/
margin-bottom: 5px;
margin-left: 16px;
}

table#foodstamps_table {
border: 1px solid #CCCCCC;
border-bottom: 0px;
border-right: 0px;
}

table#foodstamps_table tr td{
border: 1px solid #CCCCCC;
border-top: 0px;
border-left: 0px;
padding: 3px;
}

div.container {
	width: 900px; 
	font-family: arial;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding-bottom: 10px;
}

table.content {
	padding-top: 10px;
}

td.content {
	padding-left: 25px;
	padding-right: 25px;
}

table.navigation td {
	padding-bottom: 10px;
	padding-top: 10px;
}

td.navigation{
	width: 225px;
}

td.navigation a {
	color: #555555;
}

td.navigation a:visited {
	color: #555555;
}

div.navigation{
	border: 1px solid #CCCCCC;
	padding: 15px;
	padding-top: 5px;
}

div.copyright {
	width: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left; 
	background-image: url('../images/copyright.png');
	background-repeat: no-repeat;
	height: 38px;
	padding-left: 15px;
	padding-top: 2px;
}

div.title {
	font-size: 18pt;
	font-weight: normal;
	color: #0c1580;
}

div.subTitle {
	font-size: 14pt;
	font-weight: normal;
	color: #0c1580;
}

div.boldtxt{
font-weight: bold;
}

table.taxFinder {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FAFAFA;
}

input.taxFinder {
	background-image: url("../images/finderInputBack.png");
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	font-size: 12pt;
	padding: 2px;
}

table.taxFinder td {
	color: #555555;
	font-weight: bold;
}


