body {
	background-color: #D4D3D3;
}

td {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.heading {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #CC2C22;
	text-decoration: none;
}
.heading1 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 20px;
	font-weight: 900;
	color: #CC2C22;
	text-decoration: none;
}

.heading2 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #62748e;
	text-decoration: none;
	letter-spacing: -1px;
}
.footer {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #999966;
	text-decoration: none;
}
a {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #336699;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #073b57;
	text-decoration: underline;
}

.rust {
	color: #811100;
	font-size:12px;
	font-weight: bold;
	font-style:italic;
	text-decoration: none;
}


.rust a {
	color: #492975;
	font-size:12px;
	font-style:italic;
	font-weight: bold;
	text-decoration: none;
}
.rust a:hover {
	color: #8F1F07;
	font-size:12px;
	font-style:italic;
	font-weight: bold;
	text-decoration: underline;
}

/*/////// IDs //////*/

#leftnavpad {
padding-left: 4px;
padding-right: 4px;
padding: 4px;
}


#shadow_bgleft {
background: url(images/shadowL.gif);
background-repeat:repeat-y;
background-position:right;
}

#shadow_bgright {
background: url(images/shadowR.gif);
background-repeat:repeat-y;
background-position:left;
}






.redBG
{
background-color:#1A0058;
}
.whiteBG {
background-color:#FFFFFF;
}
.menuBG
{
background-image:url(http://www.conceptc.us/images/menuBG.jpg);
background-repeat:repeat;
text-align:left;
color: white;
padding: 4px;
font-family: arial, sans-serif;
font-size: 14px;
font-weight:bold;


}
.headMenu a:link {color:white; text-decoration:none}
.headMenu a:visited {color:white; text-decoration:none}
.headMenu a:active {color:white; text-decoration:none}
.headMenu a:hover {color:white; text-decoration:none}

