@import "containers.css";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

html {
	min-height: 100.1%;
}

body {
	background-color: white;
	color: #2b1c03;
	font-family: Arial, Helevetica, sans-serif;
	font-size: medium;
	margin: 1em auto;
	padding: 0;
}

a {
	background-color: transparent;
	color: #2b1c03;
	text-decoration: none;
}

a:visited {

}

a:hover {
	text-decoration: underline;
}
/* this changes link tags for main column only */
.middle a {
	background-color: transparent;
	color: #A10C17;
	text-decoration: underline;
}


acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

dd {
	margin: 0;
}

dl {
	margin: 1em 0;
}

dt {
	margin: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;

}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #2b1c03;
	font-weight: bold;
	margin: 1em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	background: transparent url("../images/main/heading-bullet.gif") center left no-repeat;
	padding-left: 1em;
}

h1 {
	font-size: 140%;
}

h2 {
	color: #007d3e;
	font-size: 130%;
}

h2.alt1 {
	color: #2b1c03;
}

h2.alt2 {
	color: #a50d18;
}

h3 {
	font-size: 120%;
}

h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

hr {
	background-color: #e2d0a1;
	border: none;
	color: #e2d0a1;
	height: 1px;
	margin: 0;
	width: 100%;
}

img {
	border: none;
}

img.associate {
	margin: 0 0 1em 0;
}

input, select, textarea {
	border: none;
	font-family: Arial, Helevetica, sans-serif;
	font-size: 100%;
	padding: 2px;
}

label {
	cursor: pointer;
}

ol {
	margin-bottom: 1em;
	margin-top: 1em;
}

p {
	margin: 1em 0;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}

ul li {
	background: transparent url("../images/main/bullet.gif") center left no-repeat;
	padding: .2em 0 .2em 1em;
}

ul li.noBullet {
	background-image: none;
	padding-left: 0;
}

ul li.odd {
	background-color: #f0e7cf;
}

.dload, .top {
	text-align: right;
}

.dload a, .top a {
	background: transparent url("../images/main/bullet.gif") center left no-repeat;
	color: #8c734b;
	padding-left: 1em;
}
