@charset "utf-8";
body  {
	background: #666666;
	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; /* 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: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.thrColFixHdr #container { 
	width: 890px;  /* 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 #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
/*	padding: 0 10px 0 20px;  /* 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. */
} 
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* 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: #ffffff; /* padding keeps the content of the div away from the edges */
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	left: 1px;
	top: 1px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
/*.thrColFixHdr #content {
	width:729px;
	height:auto;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 1px;
} */
.content_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	word-spacing: 2px;
	width: auto;
	font-weight: bold;
	font-variant: small-caps;
}
.thrColFixHdr #footer {
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #494344;
}
.thrColFixHdr #footer a{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #494344;
}
.thrColFixHdr #footer a:hover {
	background:#000000;
}
.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;
}
.coolmenu{
/*	width: 100px;*/
	height: 100%;
	background-color: #940a22;
	margin: 0px;
	padding: 0px;
}

.coolmenu a{
	padding-left: 35px;
	display: block;
/*	width: 100px;*/
	color: #FFFFFF;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	background-image: url(images/elements/collapsed.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-repeat: no-repeat;
	background-position: 12px;
	background-color: #940a22;
}
.coolmenusub a{
	padding-left: 32px;
	display: block;
/*	width: 100px;*/
	color: #999999;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 0px;
	background-image: url(images/elements/sub_cat.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-repeat: no-repeat;
	background-position: 12px;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

.coolmenu a:hover{
	background-color: #B6B6B6;
	color: white;
	background-image: url(images/elements/expanded.gif);
	background-repeat: no-repeat;
	background-position: 12px;
	background-color: #f1899b;
}
.subheading {
	font-weight: bold;
	color: #940A22;
}
.content a:link {
	color: #940A22;
	text-decoration: none;
}
.content a:visited {
	color: #940A22;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.Copy {
	font-size: 11px;
	color: #CCCCCC;
}
.thrColFixHdr #container #mainContent li {
	list-style-position: inside;
	list-style-type: disc;
}
.logo {
	background-color: #FFF;
}
.logo a {
	background-color: #FFF;
}
.logo a #active{
	background-color: #FFF;
}
.thrColFixHdr #container #mainContent table tr td table tr .table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-variant: small-caps;
	padding: 6px;
	margin: 6px;
	height: auto;
	width: auto;
}
.subheading2 {
	font-weight: bold;
	color: #940A22;
	font-size: 16px;
}
.tableheading {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
}
.thrColFixHdr #container #mainContent table tr td table tr td img {
	padding-top: 4px;
	padding-bottom: 4px;
}
