/*Census template*/

body {
	background-image: url('http://www.rootsweb.com/~txleon/census/census.jpg');
	background-attachment: fixed;
	scrollbar-arrow-color: #c0c0c0;
	scrollbar-base-color: #808080;
}
h1 {
	background-color: transparent;
	position: absolute; left: 400px; top: 18px;
	font-family: Script, "Times New Roman", Arial;
	font-size: 36px;
	font-weight: bold;
	color:#000000;
	text-align: center;
}
p {
	background-color: transparent;
	font-family: Arial;
	font-size: 12pt;
}
img.x {
	background-image: url('http://www.rootsweb.com/~txleon/census/censusbnr.jpg');
	position: absolute; left: 250px; top: 10px;
	z-index:-1
}
a.vertical:link {
	font-size:14px;
	text-decoration:none;
	color:#000000;
	background: transparent;
	font-weight:bold;
	width:175px;
	height: 30px;
}
a.vertical:active {
	font-size:14px;
	text-decoration:none;
	color:#000000;
	background: transparent;
	font-weight:bold;
	width:175px;
	height: 30px;
}
a.vertical:visited {
	font-size:14px;
	text-decoration:none;
	color:#000000;
	background: transparent;
	font-weight:bold;
	width:175px;
	height: 30px;
}
a.vertical:hover {
	font-size:14px;
	text-decoration:none;
	color:#000000;
	background:#808080;
	font-weight:bold;
	width:175px;
	height: 30px;
}
.verticalBorder {
	background-image: url('http://www.rootsweb.com/~txleon/images/whiteglass1.jpg');
	border:5px dotted #808080;
	width:175px;
	position: absolute; top:100px
}
ul.navigation {
	text-align: center;
	background-image: url('http://www.rootsweb.com/~txleon/images/whiteglass1.jpg');
	border-bottom: 1px solid #808080;
	position:absolute; left: 400px; top: 80px;
	list-style-type:none;
	padding-left:0px; padding-right:0px; padding-top:4px; padding-bottom:4px
}
ul.navigation li {
	display: inline;
	margin: 0px padding: 5px 5px;
}
ul.navigation li a {
	text-decoration: none;
	padding: 4px 15px;
	color: #000000;
}
ul.navigation li a:hover {
	background-color: #808080;
}