.bodytext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: .95em;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
}

body {
	background-color: #e2bbc3;
}

.sectionHead {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.subHead {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-variant: small-caps;
}
.teaser {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	color: #CC6699;
}
.byline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.tip {
	background-color: #FFFFCC;
	text-align: center;
	padding: 10px;
	float: left;
	height: auto;
	width: 400px;
	border: 1px none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	background-position: center;
}
.links {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-style: normal;
	color: #CC3366;
	text-decoration: underline;
}
.copyright {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
}
.linkswhite {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.page {
}
a:link {
	color: #851658;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited {
	text-decoration: none;
	color: #851658;
}
a:hover {
	text-decoration: underline;
	color: #666699;
}
a:active {
	text-decoration: underline;
	color: #CC3366;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Verdana, Arial;
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1px;
}
a {
	font-weight: bold;
}
.bodytextPink {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #BF2084;
	background-color: #FFFFFF;
	text-align: left;
	font-variant: normal;
	font-style: italic;
}
.bodytextImportant {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: .95em;
	line-height: normal;
	color: #CC0000;
	text-align: left;
	font-variant: small-caps;
	font-style: normal;
	text-decoration: underline;
	padding: 5px;
	width: auto;
}
.sectionHeadColor {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #669933;
}

#dropinboxv2cover{
    width: 600px; /*change width to desired */
    height: 625px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
    position:absolute; /*Don't change below 4 rules*/
    overflow:hidden;
    visibility: hidden;
    left: 0px;
    top: 3px;
}

#dropinboxv2{
    border: thick solid #815024;
width: 580px; /*change width to above width-20. */
height: 600px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
background:#FFFFFF;
padding: 5px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}