@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
.hiding {
	display: none;
}

.menuGroup1 {
	padding-left: 20px;
	text-indent: -14px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/metalButtBG23.jpg);
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
.menuItem1 {
	padding-left: 30px;
	text-indent: -14px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/metalButtBG23a.jpg);
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}
.menuGroup2 {
	padding-left: 20px;
	text-indent: -14px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/metalButtBG36.jpg);
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
.menuItem2 {
	padding-left: 30px;
	text-indent: -14px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/metalButtBG36a.jpg);
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}
.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1a1a1a;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #1a1a1a;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	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. */
	background-image: url(../images/header-new.jpg);
	height: 100px;
} 
.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 {
	width: 200px; /* padding keeps the content of the div away from the edges */
	font-size: 0.7em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #EAEAEA;
}
.thrColFixHdr #sidebar1 a:link{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.thrColFixHdr #sidebar1 a:hover{
	text-decoration: none;
	font-weight: bold;
}
.thrColFixHdr #sidebar1 a:active{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.thrColFixHdr #sidebar1 a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
.cellBG1{
	padding-left: 20px;
	text-indent: -14px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/metalButtBG23.jpg);
}
.cellBG2{
	padding-left: 20px;
	text-indent: -14px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/metalButtBG27.jpg);
}
.cellBG3{
	padding-left: 20px;
	text-indent: -14px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/metalButtBG36.jpg);
}
.cellBG4{
	padding-left: 20px;
	text-indent: -14px;
	background-image: url(../images/star.jpg);
	height: 80px;
}
.thrColFixHdr #sidebar2 {
	width: 140px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 0.8em;
	color: #FFF;
	vertical-align: top;
	text-align: left;
	width: 518px;
} 
.thrColFixHdr #mainContent a:link{
	color: #CCCCCC;
} 
.thrColFixHdr #mainContent a:hover{
	color: #FFFFFF;
} 
.thrColFixHdr #mainContent a:active{
	color: #CCCCCC;
} 
.thrColFixHdr #mainContent a:visited{
	color: #999999;
} 
.thrColFixHdr #footer {
	padding: 0;
	background-image: url(../images/footer.jpg);
	font-size: 0.8em;
	margin: 0px;
	background-repeat: no-repeat;
} 
.thrColFixHdr #footer p {
	padding: 20px 0px 0px;
	font-size: 0.8em;
	text-align: center;
	margin: 0px;
	color: #999999;
}
