	html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	text-align: center;
	background: #3A8A67 url(images/body_bg.jpg) repeat-y center;
}

h1{
	font-size: 110%;
	color: #003366;
	text-align: center;
}

h2{
	font-size: 100%;
	height: 24px;
	background-image:  url(images/h2_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 2px;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p em {
color: #990000;
}

#wrapper {
	width: 770px;
	margin-top: 20px; 
	position: relative;
	background-color: #FFFFFF;
	text-align:left;
}

#banner {
	clear:both;
	width: 770px;
	height: 110px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}

#spacer {
	width: 770px;
	height: 30px;
	background: #3A8A67 url(images/body_bg.jpg) repeat-y center;
}

#top {
	clear:both;
	width: 770px;
	height: 25px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}

#page_container {
	clear: both;
	width: 770px;
}

#page_container:before {
    position: absolute;
    content: url(images/rubber_stamp.png) ;
    width: 770px;
    height: 750px;
    pointer-events: none;
}
#leftcol {
	float:left;
	width: 385px;
}

#rightcol {
	float: right;
	width: 385px;
}


#bottom {
	clear: both;
	width: 770px;
	height: 25px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}

#footer{
	clear: both;
	width: 770px;
	height: 40px;
	padding-top: 10px;
	text-align: center;
}

#footer p {
	font-size: 75%;
	color: #ffffff;
}


.separator {
	height: 15px;
}

#txt_container {
	margin: 0px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #8D693C;
}

#txt_container p {
	padding: 15px 15px 15px 15px;
}

#txt_container ul {
	padding: 15px 15px 15px 30px;
}

#txt_container table {
	padding: 0px 0px 0px 0px;
}

.leftimage {
float: left;
}

.rightimage {
float: right;
}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
