body {
 margin: 0;
 padding: 0;
 height:100%; /* this is the key! */

}


BODY, DIV, P, BLOCKQUOTE, OL, UL, DL, LI, DT, DD, TD, TH {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}


/* links and text */

a {
	color: #060;
	text-decoration: none;
	 font-weight: bold;	
}

a:visited {
	color: #060;
	text-decoration: none;
	 font-weight: bold;	
}
a:hover {
	color: #666;
	text-decoration: underline;
	font-weight: bold;	
}
a:active {
	color: #060;
	text-decoration: bold;
}

h2 {
 font-family: "myriad-pro-semi-condensed-1","myriad-pro-semi-condensed-2";
 margin: 0;
 font-size: 16pt;
 font-weight: bold;
 letter-spacing: -0.04em;
 text-shadow: #fff 1px 1px 1px;
 padding: 5px;
 
}

h3 {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 22px;
}

.quote {
 font-family: "Times New Roman", Times, serif;
 font-size: 22px;
 font-weight: bold;
 margin-top: 20px;
}

#quotewrap
{
-moz-box-shadow: 5px 5px 3px #888;
 -webkit-box-shadow: 5px 5px 3px #888;
 box-shadow: 5px 5px 3px #888;
 -moz-border-radius: 5px 5px 5px 5px;
 -webkit-border-radius: 5px 5px 5px 5px;
 border-radius: 5px 5px 5px 5px;
  padding: 10px;
  border: 1px solid #666;
  background-color: #fff;


}

hr {
 width: 100%;
 height: 1px;
 border-top-width: 4px;
 border-right-width: 0;
 border-bottom-width: 0;
 border-left-width: 0;
 border-top-style: dotted;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
 border-top-color: #999999;
} 
ul li, ol li {
	list-style-position:outside;
	margin-left: 1.6em;
	margin: .4em 0 1em;

}






.gallery {
 border: 1px solid #666666;
 margin-top: 5px;
 margin-right: 5px;
 margin-bottom: 1px;
 margin-left: 5px;
 padding-top: 4px;
 padding-right: 4px;
 padding-bottom: 4px;
 padding-left: 4px;
}


.label1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #000;
	color: #000;
	background-color: #99CC99;
	width: 99%;
	clear: both;
	text-shadow: #fff 1px 1px 1px;
}

/* form stuff */

.formtext {
	font-family : Verdana, sans-serif;
	font-size : 8pt;
	color : Black;
}
.formbutton {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #9C9;
	border: 3px double #999999;
	border-top-color: #999999;
	border-left-color: #999999;
	padding: 0.2em;
	font-style: normal;
}


/* Plus minus crap */

.answer{
 
	/* This one should not be changed */
	display:none;
	}
 
	.question {
	font-family: "Union", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: -0.04em;
	text-shadow: #fff 1px 1px 1px;
	color:#060;
	cursor:pointer;

	margin-bottom: 8px;
	}
 
 
	.greydots {
	border-bottom-width: thick;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	}

