body {
	font-family: Tahoma, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	background:#3F7EB1;
	color:#424242;	
}

h1 {
	font-size: 19px;	
	color:#D8D8D8;
}

h1#stateh1 {
	font-size: 19px;	
	color:#424242;
}

h2 {	
	font-size: 16px;
	font-weight: bold;
	color:#D8D8D8;
}
h3 {	
	font-size: 14px;
	font-weight: bold;
	color:#D8D8D8;
}


p, li {
	color:#D8D8D8;
}

a:active {
	text-decoration:underline;
	color: #FFFFFF
}

a:link {
	text-decoration:underline;
	color: #FFFFFF
}

a:hover {
	text-decoration:underline;
	color: #FFFFFF
}

a:visited {
	text-decoration:underline;
	color: #FFFFFF
}

p#homecontent {
	color:#424242;	
}

p#statecontent {
	color:#424242;	
}

p#footertext{
	padding-top:10px;
	/*padding-bottom:10px;*/
	font-weight: bold;
	font-size: 14px;
	text-align:center;
	color: #FFFFFF;
	line-height:16pt;
}

p#footertext a:link {
	text-decoration:underline;
	color: #FFFFFF;
}
p#footertext a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
p#footertext a:visited{
	text-decoration:underline;
	color: #FFFFFF;
}

p#copyright{	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-align:center;
}

p#copyright a:link{
	text-decoration:underline;
	color: #FFFFFF;
}
p#copyright a:hover{
	text-decoration:underline;
	color: #FFFFFF;
}
p#copyright a:visited{
	text-decoration:underline;
	color: #FFFFFF;
}

table#statetable{
	font-size: 14px;
	width: 450px;
	
}

table#statetable th{
	height: 40px;
	width: 250px;
	background-color: #DD2100;
	color:#FFFFFF;
	
}

table#statetable td {
	text-align: center;
}

table#statetable tr.odd {
	background-color: #FFFFFF;
	color: #DD2100;
}

table#statetable tr.even {
	background-color: #77A7CF;
	color: #FFFFFF;
}