body{
	background-color: #e8e3df;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
}
a, a:visited{
	color: black;
	text-decoration: underline;
}
a:hover{
	color: #cf0b0a;
	text-decoration: none;
}
td.main{
	padding: 10px;
}
table.borderwhite{
	background-color: white;
	border: 1px black solid;
	border-collapse: collapse;
}
table.borderwhite td{
	padding: 10px 4px 4px 8px;
}

div.copyright{
	font-size: smaller;
	text-align: right;
}
td.leftnav ul li{
	background-image: url(images/navbutton.jpg);
	background-repeat: no-repeat;
	width: 197px;
	height: 34px;
	padding:6px 0px 8px 8px;
	list-style: none;
 margin-left: -40px;
 font-size: 14px;
 font-weight: bold;
 border-right: 1px solid black;
}
.leftnav a, .leftnav a:visited{
	color: white;
	text-decoration: none;
}
.leftnav a:hover{
	color: black;
	text-decoration: underline;
}
td.footernav{
	 text-align: center;
}
td.footernav ul li{
 background-image: url(images/bullet.gif);
 background-position: left;
 background-repeat: no-repeat;
 list-style: none;
 display: inline;
 font-size: 14px;
 font-weight: bold;
/* padding-right: 8px;*/
 padding-left: 14px;

}
.footernav a, .footernav a:visited{
	color: black;
	text-decoration: underline;
}
.footernav a:hover{
	color: #cf0b0a;
	text-decoration: underline;
}
table.innerborder{
	width: 99%;
}
table.innerborder td{
	border:1px solid black; border-collapse: collapse;
	padding:4px;
}
tr.innerheader td{
	font-weight:bold;
	text-align: center;
	background-color: #e8e3df;
}
td.listformrgt{
	text-align: right;
	font-weight: bold;
	width: 40%;
}
input.width {
	width: 250px;
}
#fullheight{
height:100%;
width:950px;
}
table.wrap{
width:100%;
}