/*timothyvalenti*/

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	margin: 1em;
	padding: 0;
	background: url(../images/bill2.jpg) fixed
}

/* All images in image file */



h1 {
	color: #7A7700;
	background-color: maroon;
	font-size: 2em;
	margin: 2;
	margin-bottom: .5em;
	padding: 0.6em;
	text-align: center;
	letter-spacing: 0.8em;
	border-bottom-style: slice;
	border-bottom-width: 0.2em;
	border-bottom-color: #395FOB;
}

h2 {
	color: black;
	background-color: #ccff99;
	font-size: 2.0em;
	border-bottom-style: dotted;
	border-bottom-color: #00cccc;
	text-align: center;
}

h3 {	color: #993333;
	font-size: 1.3em;
	text-align: center;
	
}	


p {	color: black;
	margin: 1em;
	font-size: 1.3em;
	padding: 25px; 
	text-align: left;
}

/* list */

#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
border-top: 1px solid #999;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

/* End of list */

A:link {color: #395FOB}
A:visited {color: #993333 }
A:active {color: #395FOB;}
A:hover {text-decoration: underline; color: red;

