@charset "utf-8";
/* CSS Document */
/* Miscellaneous classes for reuse */
td, tr, th {
	padding: 0px;
	margin: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 12px;
	padding: 0px;
	color: #FFC444;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	color: #B88A48;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	padding: 0px;
	color: #333333;
	margin: 0px;
}
h4, .paraheading {
	color: #DE8414;
	font-size: 14px;
	font-weight: normal;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	padding: 0px;
}
.xsmall {
	font-size: 10px;
}
.small {
	font-size: 11px;
}
.medium {
	font-size: 13px;
}
.big {
	font-size: 14px;
}

.xbig {
	font-size: 16px;
}
.red, .redtext {
	color: #D91623;
}
.black {
	color: #000000;
}
.color1 {
	color: #FFC444;
}
.color2 {
	color: #E8D788;
}
.color3 {
	color: #B9C056;
}
.color4 {
	color: #EAAEA2;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.centeredtext {
	text-align: center;
}
.highlighted {
	background-color: #E2F1E2;
	padding: 6px;
	border: 2px dashed #3E683E;
}
.padded {
	padding: 5px;
}
hr {
	color: #EFE5D9;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCBCAD;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 25px;
}
#midcontainer ul, .fancylists ul {
	list-style-image: url(../images/layout/list_bullet.jpg);
}
#homebottomcontainer ul {
	list-style-image: url(../images/layout/list_bullet2.jpg);
}
.nolistbullet {
	list-style-image: none;
	list-style-type: none;
}
ul li {
	padding-top: 2px;
	padding-bottom: 3px;
	line-height: 15px;
}
ul li ul li, ul ul li {
	list-style-type: disc;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 10px;
}
img {
	border: none;
}
.imageleft {
	margin-right: 35px;
	margin-bottom: 20px;
	float: left;
}
.imageright {
	margin-left: 35px;
	margin-bottom: 5px;
	float: right;
}
.floatright { /* 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;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:2px;
	font-size: 1px;
	line-height: 2px;
}
.clearblock {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
