@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(/images/bg_tile.jpg);
	background-repeat: repeat;
}
.indent {text-indent: 15pt
}

H3 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
}
.italics {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
}
h2 a {
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
}
.pother {
	margin-top: 0px;
	margin-bottom: -15px;
	margin-left: 15px;
}
.captions2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #900;
	margin-left: 60px;
	margin-bottom: -15px;
	padding-top: 0px;
	padding-bottom: -15px;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #32407a;
	font-size: 10px;
	text-decoration: none;
}
img {
	padding-right: 0px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f89736;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #32407a;
}


.thrColFixHdr #container {
	width: 780px;
	text-align: left;
	background-image: url(/images/bkwd_edg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* padding keeps the content of the div away from the edges */
	padding-top: 32px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #f89736;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #32407a;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #941a1d;
} 
.thrColFixHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #32407a;
	text-align: center;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 25px;
	font-weight: normal;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #container #mainContent #contactBox {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #96191D;
	text-align: left;
	padding-top: 20px;
	padding-left: 70px;
}

.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;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
}
.blacktext {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}
