/* STANDARD STYLES */

body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #ffffff;
	text-align: left;
}

table, tr, td, h1, h2, h3, h4, ul, li, a, form {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
	color: #000000;
}

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

address {
	font-style: normal;
}

.none {
	display: none;
}

hr {
	display: none;
}

.ptnone {
	display: none;
}

.clear {
	clear: both;
}


/* SITE */

.header {
	float: right;
}

.headerright {
	display: none;
}

h1 {
	display: none;
}

.subnav {
	display: none;
}

.copyright {
	border-top: 1px solid #d0d0d0;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 60%;
}

.copyright a {
	display: none;
}

.footlogos {
	float: right;
	padding-top: 20px;
}

.content {
	padding-top: 14px;
}

.content p {
	font-size: 70%;
	line-height: 130%;
}

.topleft img {
	display: none;
}

.lowerright img {
	display: none;
}

.first {
	border-top: 1px solid #d0d0d0;
	margin-top: 20px;
	padding-top: 20px;
}

.second {
	border-top: 1px solid #d0d0d0;
	margin-top: 20px;
}

/* RIGHT LISTING STYLE */

.listleft {
	float: left;
}

.listright {
	padding-left: 198px;
}

.bullets {
	font-size: 70%;
	padding-bottom: 10px;
	line-height: 130%;
}

.bullets li {
	padding-bottom: 2px;
	margin-left: 14px;
}





