@charset "utf-8";
body  {
	background-color: #C8C8C8;
	/*background-image: url(images/tiles/bluetile1.jpg);*/
	background-image:url(images/headerShadowGrey.jpg); 
	background-repeat: no-repeat;
	background-position: center 10px;
	margin: 5px; /* 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: #000000;
	font-family: Trebuchet , "Trebuchet MS" , Kartika, "Lucida Sans";  /* fonts for your entire site, unless specified elswere */
	font-size: 12px;
}
.thrColFixHdr #container { 
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #5F0711;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #ffffff;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
	margin-bottom: 8px;
} 
.thrColFixHdr #header2 {
	background: #ffffff;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
	margin-bottom: 0px;
} 
.thrColFixHdr #backheader {
	width: 800px;
	height: 400px;
	background-image: url(images/headerShadow.jpg);
	background-repeat:no-repeat;
	background-position: center;
	padding: 0 0 0 0; 
} 
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(images/tiles/sideTile.jpg);
	background-repeat: repeat-y;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #5F0711;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5F0711;
	border-bottom-width: 1px;
	border-bottom-color: #5F0711;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 h3{
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FF0000;
	font-size: 16px;
}
.thrColFixHdr #mainContent {
	line-height: 20px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5F0711;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
} 
.thrColFixHdr #mainContent2 {
	line-height: 20px;
	padding-right: 210px;
	padding-bottom: 10px;
	padding-left: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5F0711;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.thrColFixHdr #mainContent h1 {
	color: #FF0000;
	font-size: 20px;
}
.thrColFixHdr #mainContent h2 {
	color: #FF0000;
	font-size: 18px;
}
.thrColFixHdr #mainContent h3 {
	color: #ED1B24;
	font-size: 16px;
}
.thrColFixHdr #mainContent2 h1 {
	color: #ED1B24;
	font-size: 20px;
}
.thrColFixHdr #mainContent2 h2 {
	color: #ED1B24;
	font-size: 18px;
}
.thrColFixHdr #mainContent2 h3 {
	color: #ED1B24;
	font-size: 16px;
}
.thrColFixHdr #footer {
	padding: 4px 10px 4px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EBEBEB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5F0711;
} 
.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 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.redTxt {
	font-weight: bold;
	color: #FF0000;
}

.smallTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.topTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	text-align: center;
}
.bottomTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1em;
	text-align: center;
	color: #000000;
}
.bottomTxtBold {
  font-size: 11px;
  font-weight: bold;
}
.bottomTxtBoldBigger {
  font-size: 14px;
  font-weight: bold;
}
.boldTxt {
	font-weight: bold;
	font-size: 14px;
}
.BIGboldTxt {
	font-weight: bold;
	font-size: 18px;
}
.quoteTxt{
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 0px;
	color: #666666;
	text-align: center;
}
.AuthorTxt{
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
	text-align: right;
	color: #333333;
}
.AuthorTxtSmaller{
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	text-align: right;
	color: #333333;
}

.leftImage {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
.rightImage {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.middleImage {
	text-align: center;
}
.formLabels {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 5px;
	vertical-align: top;
}
input {
	font-weight: bold;
}
