body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/banner-bg.jpg);
	background-position:left top;
	background-repeat: repeat-x;
}
#body-bg{
	background-image:url(images/bg-tr.png);
	background-position:left top;
	background-repeat: no-repeat;
}
body, td, th{
	font-family: "Lucida Grande", Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
a:link {
	color: #B20000;
}
a:visited {
	color: #B20000;
}
a:hover {
	color: #052E7A;
}
a:active {
	color: #B20000;
}
h1 {
	font-size: 160%;
	color: #b20000;
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:0px;
	margin:0;
}
h2 {
	font-size: 120%;
	color: #FF4200;
	border-bottom:1px dotted #a7a7a7
}
h3 {
	font-size: 120%;
	color: #000;
}
h4 {
	font-size: 100%;
	color: #000;
	font-weight:normal;
}
h5 {
	font-size: 100%;
	color: #000000;
}
h6 {
	font-size: 100%;
	color: #000000;
}
#middle_top{
width:586px;
}
#top{
background-image:url(images/right_bg.jpg);
background-position:right top;
background-repeat:no-repeat;
text-align:left;
}
#search_td{
	background-image:url(images/search-bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	width:194px;
	height:72px;
}
.intpt_text{
	width:160px;
	padding:0px;
	margin-left:10px;
	margin-bottom:5px;
	margin-top:5px;
}
form{
	display:inline;
	margin:0;
	padding:0;
}
.bttn_search{
	border:0px;
	border-width:0px;
	border-style:none;
	margin-left:105px;
	padding:0;
}
#nav{
	background-image:url(images/nav_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	width:194px !important;
	margin:0;
	padding:0;
}
.menu{
border-bottom-width: 0;
width: 194px;
	vertical-align:top;
		background-image:url(images/nav_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

* html .menu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 194px;
}

.menu ul{
padding: 0px 0px 0px 10px;
margin: 0;
list-style-type: none;
}

.menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	padding: 10px 0px 0px 30px;
	display: block;
	width: 100%;
	height:26px;
	color: #000;
	text-decoration: none;
	background-image:url(images/bricky_nav_orange.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin: 0px;
}

.menu a:visited{
background-image:url(images/bricky_nav_orange.png);
background-position:left top;
background-repeat:no-repeat;
color:#000;
}

html>body .menu a{ /*Non IE rule*/
width: auto;
}

.menu a:hover{
background-image:url(images/bricky_nav_red.png);
background-position:left top;
background-repeat:no-repeat;
color:#fff;
}
#main_content{padding:0;
}
#footer {
	color: #FFFFFF;
	text-align: center;
	border: 0px none;
	background-image:url(images/footer.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:47px !important;
	background-color: #AA0201;
}
#footer a{
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover{
	color: #FFCC33;
}
#text{
padding-top:0px;
padding-left:15px;
padding-right:15px;
padding-bottom:10px;
margin-top:0px;
margin-left:10px;
margin-right:10px ;
}
.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
 .img-shadow a{
  text-decoration:none !important;
  }
.img-shadow a:hover{
  text-decoration:none !important;
  }
  .td-lines{border-bottom:1px dashed #ddd}
  .td-header{background-color:#efefef; border-bottom:1px solid #a7a7a7; color:#000; font-weight:bold; font-size:110%} 