body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #FFFFFF;
	background-color: #FCFFD4;
	padding: 0px;
	margin: 0px;
}

td {
	color: #ffffff;
}

a:link, a:active, a:visited {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration:none;
}

.footer {
	font-size: 10px;
	color:#FFFFFF;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

ul {
	list-style-image: url( http://www.nichemembers.com/images/arrow.gif );
	line-height: 16px;
}
li {
	margin: 0;
	padding: 0;
}

.menu ul {
	list-style-image: url( http://www.nichemembers.com/images/arrow.gif );
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 0;
	padding-left: 1em;
}
.menu li {
	margin: 0;
	padding: 0;
}
.menu, .menu a {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.menu h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.mail {
	background-color:#043A00;
	border: solid 2px #FFFFFF;
	color: #FFFFFF;
}

ul {
	list-style-image: url( http://www.nichemembers.com/images/arrow.gif );
}

#dropinboxv2cover{
	width: 420px; /*change width to desired */
	height: 450px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
	position:absolute; /*Don't change below 4 rules*/
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
}

#dropinboxv2{
	width: 400px; /*change width to above width-20. */
	height: 425px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	border: 2px solid black; /*Customize box appearance*/
	background-color: white;
	padding: 4px;
	position:absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;
	font-size: 18px;
	font-family: "Trebuchet MS", tahoma, helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
}
