.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
body  {
	background-image: none;
	background-repeat: no-repeat;
	background-color: #666666;
	font-family: Verdana, Geneva, sans-serif;
}
#mainContent p {
	margin-bottom: 8px;
	margin-top: 0px;
	color: #333333;
	line-height: 1.3em;
	font-size: small;
	font-style: normal;
}
/* MAIN */

#mainContent a {
	text-decoration: none;
	color: #152D6A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
#mainContent ul {
	font-size: 13px;
	list-style-type: square;
}


#mainContent h1 {
	color: #999;
	text-transform: none;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin: 0 0 5px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2E7FD;
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#mainContent h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #384BF5;
	border-bottom: 1px dotted #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#mainContent h3 {
	margin-top: 15px;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7A9EFC;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}
#mainContent h4 {
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #93B0FD;
	margin-bottom: 0px;

}
#mainContent h5 {
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #93B0FD;
	margin-bottom: 0px;

}

#mainContent .caption {
	background: #666666;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align: center;
}
#footer h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #333333;
	text-align: center;
}
#mainContent ul li {
	list-style-type: square;
	margin-left: 5em;
	line-height: 1.4em;
}
.heythere {
	color: #F00;
	background-color: #FF0;
}
.tombstone1 {
	border: thin solid #000;
	margin: 5px;
	padding: 5px;
	text-align: center;
}
.tombstone1 td{
	text-align: center;
}
