@charset "UTF-8";
body  {
	margin: 0px; /* 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #D6D1AF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #56554B;
	height: 100%;
	border-color: #FFF;
	min-height: 100%;
	font-weight: normal;
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	background-color: #990404;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
} 
.thrColFixHdr #header {
	height: 90px;
	background-color: #990404;
	margin: 0;
	font-weight: normal;
	color: #960B0A;
	padding: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
} 
.policyetc {
	font-size: .7em;
	color: #C1BD9E;
	padding-left: 150px;
}
.partners {
	font-size: .9em;
	font-style: italic;
	color: #FFF;
	padding-left: 10px;
	font-weight: normal;
}
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	max-height: 60px;
	color: #960B0A;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#mainContent h1 {
	font-style: normal;
	font-weight: normal;
	color: #960B0A;
	margin-top: 0px;
	padding-top: 1em;
}
#mainContent h2 {
	font-style: normal;
	font-weight: normal;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	height: 100%;
	min-height: 100%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #990404;
	position: static;
}
.thrColFixHdr #container #sidebar1 p a {
	font-size: 0.75em;
	line-height: 1.3em;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.sidebarbeige {
	color: #CEC7A1;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 40px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #990404;
}
#sidebar1 ul {
	padding-bottom: 0em;
	list-style-position: outside;
	color: #D6D1AF;
	font-size: 0.75em;
	line-height: 1.2em;
	padding-left: 1em;
	padding-top: 0em;
}
.thrColFixHdr #mainContent {
	min-height: 100%;
	border-left-color: #333;
	border-right-color: #333;
	height: 100%;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	width: 623px;
	background-color: #d7d1ae;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 180px;
} 
.thrColFixHdr #container #header #insert {
	height: 86px;
	width: 623px;
	margin-right: 20px;
	margin-left: 180px;
	padding-right: 30px;
	padding-left: 20px;
	position: absolute;
}
.thrColFixHdr #container #mainContent p {
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
}
.thrColFixHdr #container #mainContent ol li {
	font-size: .9em;
	line-height: 1.4em;
	color: #333;
}
#mainContent ul {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #333;
}
.thrColFixHdr #container #mainContent .thrColFixHdr h6 {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
	color: #960B0A;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #D6D1AF;
} 
.thrColFixHdr #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 */
	color: #000;
	font-size: .7em;
}
.signoff {
	color: #960B0A;
	font-style: italic;
}
.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: 20px;
}
.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;
}
.thrColFixHdr #container #sidebar1 {
	height: 100%;
}
.thrColFixHdr #container #sidebar1 h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #FFF;
	font-weight: normal;
}
.index3 {
	font-size: 1.7em;
	line-height: 1.2em;
	color: #000;
}
.index2 {
	font-size: 2em;
	line-height: 1em;
	color: #000;
	font-style: normal;
	font-weight: normal;
}
.index1 {
	font-size: 3em;
	color: #960B0A;
	font-style: normal;
	font-weight: normal;
	margin-top: 0;
}
#mainContent h3 {
	font-style: normal;
	font-weight: normal;
	color: #960B0A;
	padding-bottom: 0px;
	margin-bottom: 0em;
	margin-top: 0px;
	padding-top: 0em;
}
.bold {
	font-weight: bold;
}
.toplink {
	color: #D6D1AF;
}
.maincontentlink {
	color: #333;
	text-decoration: underline;
}
#mainContent a:link {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
.form_type {
	font-size: .8em;
	padding-top: .8em;
	padding-bottom: .8em;
}
#mainContent a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
.thrColFixHdr #pressrelease {
	color: #960B0A;
	font-size: 10px;
}
.press {
	color: #960B0A;
}
.thrColFixHdr #container #mainContent #Karas p {
	font-size: .8em;
	line-height: normal;
}

