/* add all CSS tags that have PNG images in them to this list */
img, div, a, .box_bg, input, .breakline {
	behavior: url(iepngfix.htc)
}
*,
html { padding: 0px; margin: 0px; }

body,
td,
th {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 1.5em;
}

ol {
	margin: 0 0 0 5em;
	list-style-position: outside;
	line-height: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
}

ul {
	margin: 0 0 0 5em;
	list-style-position: outside;
	list-style-image: url(images/bullet.png);
	line-height: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
}

a:link {
	color: #072f04;
	text-decoration: underline;
}

a:visited {
	color: #072f04;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a.alt_text:link {
	color: #adcdc5;
	text-decoration: underline;
}

a.alt_text:visited {
	color: #adcdc5;
	text-decoration: underline;
}

a.alt_text:hover { color: #FFFFFF; text-decoration: none; }

a.alt_text:active { color: #FFFFFF; text-decoration: none; }

a.botlinks:link {
	color: #adcdc5;
	text-decoration: underline;
}

a.botlinks:visited {
	color: #adcdc5;
	text-decoration: underline;
}

a.botlinks:hover { color: #FFFFFF; text-decoration: none; }

a.botlinks:active { color: #FFFFFF; text-decoration: none; }

.botlinks {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
}


.textbox {
	color: #000000;
	line-height: 1.4em;
}

.breakline {
	width: 100%;
	height: 31px;
	background-image: url(images/breakline.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	font-size: 1px;
	background-position: center center;
	text-align: center;
	margin-bottom: 10px;
}

.left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.subheader-text {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 21px;
}

.subsection_subheader-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}
.quote-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
}
.quote-text_dark {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
.bullet_text-sm {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
}
.bullet_text-sm_dark {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
.bullet_text-sm_dark-tiny {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}




.small_links-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	list-style-type: circle;
	list-style-position: inside;
	margin: 0 0 0 0;
}

.alt_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.2em;
}
.right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.form {
	color: #487EBE;
	border: 1px solid #D3E3F0;
	background-color: #D3E3F0;
	margin-bottom: 10px;
	padding: 3px;
}
.tiny_text {
	font-family: "Times New Roman", Times, serif;
	color: #006633;
	font-size: 11px;
}
.top {
	background-image: url(images/body_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	height: 217px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.bg {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.box_bg {
	background-image: url(images/box_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 20px;
	padding-right: 25px;
}
.indent {
	margin-left: 50px;
	margin-right: 50px;
}
